From e12c4313622fff39ee4abdfd092e1af35c4b7e3c Mon Sep 17 00:00:00 2001 From: Ryan Cavicchioni Date: Tue, 4 Mar 2025 22:16:15 -0600 Subject: [PATCH] don't use registry mirror --- infrastructure/controllers/flagger/repository.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/infrastructure/controllers/flagger/repository.yaml b/infrastructure/controllers/flagger/repository.yaml index 932b6f4..cd624db 100644 --- a/infrastructure/controllers/flagger/repository.yaml +++ b/infrastructure/controllers/flagger/repository.yaml @@ -5,6 +5,5 @@ metadata: namespace: flagger-system spec: interval: 1h - url: oci://registry.lab.kill0.net:5004/fluxcd/charts + url: oci://ghcr.io/fluxcd/charts type: oci - insecure: true