From 5bdc083ce2d0c17691c3f97674474e4721877f5d Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Wed, 17 Aug 2022 16:48:52 +0300 Subject: [PATCH] Use ghcr.io in the static manifests Use the same container registry as `flux install` for the static install manifests. Signed-off-by: Stefan Prodan --- manifests/install/kustomization.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/manifests/install/kustomization.yaml b/manifests/install/kustomization.yaml index 712102e4..0e6ba62a 100644 --- a/manifests/install/kustomization.yaml +++ b/manifests/install/kustomization.yaml @@ -13,3 +13,14 @@ resources: - ../policies transformers: - labels.yaml +images: + - name: fluxcd/source-controller + newName: ghcr.io/fluxcd/source-controller + - name: fluxcd/kustomize-controller + newName: ghcr.io/fluxcd/kustomize-controller + - name: fluxcd/helm-controller + newName: ghcr.io/fluxcd/helm-controller + - name: fluxcd/image-reflector-controller + newName: ghcr.io/fluxcd/image-reflector-controller + - name: fluxcd/image-automation-controller + newName: ghcr.io/fluxcd/image-automation-controller