From b3b50cf503857a9224d6c390996890d3814b28bb Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Fri, 25 Nov 2022 12:41:44 +0200 Subject: [PATCH] Set notification-controller image to GHCR Signed-off-by: Stefan Prodan --- manifests/install/kustomization.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifests/install/kustomization.yaml b/manifests/install/kustomization.yaml index 0e6ba62a..edce8ca8 100644 --- a/manifests/install/kustomization.yaml +++ b/manifests/install/kustomization.yaml @@ -20,6 +20,8 @@ images: newName: ghcr.io/fluxcd/kustomize-controller - name: fluxcd/helm-controller newName: ghcr.io/fluxcd/helm-controller + - name: fluxcd/notification-controller + newName: ghcr.io/fluxcd/notification-controller - name: fluxcd/image-reflector-controller newName: ghcr.io/fluxcd/image-reflector-controller - name: fluxcd/image-automation-controller