From 626bb58a694f3412afcde769dae4c38a4856a8c8 Mon Sep 17 00:00:00 2001 From: Thomas Morin Date: Wed, 6 May 2026 16:56:59 +0200 Subject: [PATCH] include source-watcher in install manifests Signed-off-by: Thomas Morin --- manifests/install/kustomization.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/manifests/install/kustomization.yaml b/manifests/install/kustomization.yaml index edce8ca8..d860bcf3 100644 --- a/manifests/install/kustomization.yaml +++ b/manifests/install/kustomization.yaml @@ -9,6 +9,7 @@ resources: - ../bases/helm-controller - ../bases/image-reflector-controller - ../bases/image-automation-controller + - ../bases/source-watcher - ../rbac - ../policies transformers: @@ -26,3 +27,6 @@ images: newName: ghcr.io/fluxcd/image-reflector-controller - name: fluxcd/image-automation-controller newName: ghcr.io/fluxcd/image-automation-controller + - name: fluxcd/source-watcher + newName: ghcr.io/fluxcd/source-watcher +