Skip to content

Commit 181b217

Browse files
committed
Add support for plain HTTP OCIRepositories
Signed-off-by: Stefan Prodan <[email protected]>
1 parent 20b26f2 commit 181b217

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

controllers/ocirepository_controller.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -689,6 +689,7 @@ func (r *OCIRepositoryReconciler) craneOptions(ctx context.Context) []crane.Opti
689689
crane.WithContext(ctx),
690690
crane.WithUserAgent(oci.UserAgent),
691691
}
692+
options = append(options, crane.Insecure)
692693
return options
693694
}
694695

0 commit comments

Comments
 (0)