Skip to content

Commit a14f1a9

Browse files
committed
release: change OCI registry
Change OCI registry to quay.io/cilium/charts/cilium to avoid semver conflicts between cilium container images and helm charts. Signed-off-by: André Martins <andre@cilium.io>
1 parent 5cab83d commit a14f1a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/release/start.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ To start, run
221221

222222
// Set default Helm OCI registries if not provided
223223
if len(cfg.HelmOCIRegistries) == 0 {
224-
cfg.HelmOCIRegistries = []string{"oci://quay.io/cilium", "oci://docker.io/cilium"}
224+
cfg.HelmOCIRegistries = []string{"oci://quay.io/cilium/charts"}
225225
}
226226

227227
// check if docker is running before starting the release process

0 commit comments

Comments
 (0)