Add support for plain HTTP OCIRepositories
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
parent
20b26f235e
commit
181b2177fe
|
@ -689,6 +689,7 @@ func (r *OCIRepositoryReconciler) craneOptions(ctx context.Context) []crane.Opti
|
|||
crane.WithContext(ctx),
|
||||
crane.WithUserAgent(oci.UserAgent),
|
||||
}
|
||||
options = append(options, crane.Insecure)
|
||||
return options
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue