1
0
mirror of synced 2026-02-13 21:16:57 +00:00

Add source-watcher to the install and bootstrap commands

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan
2025-09-15 21:23:09 +03:00
parent 0a87ed5a42
commit 3542d61afd
7 changed files with 83 additions and 14 deletions

View File

@@ -44,7 +44,7 @@ func MakeDefaultOptions() Options {
Version: "latest",
Namespace: "flux-system",
Components: []string{"source-controller", "kustomize-controller", "helm-controller", "notification-controller"},
ComponentsExtra: []string{"image-reflector-controller", "image-automation-controller"},
ComponentsExtra: []string{"image-reflector-controller", "image-automation-controller", "source-watcher"},
EventsAddr: "",
Registry: "ghcr.io/fluxcd",
RegistryCredential: "",