|
|
@ -23,6 +23,7 @@ type Options struct {
|
|
|
|
Version string
|
|
|
|
Version string
|
|
|
|
Namespace string
|
|
|
|
Namespace string
|
|
|
|
Components []string
|
|
|
|
Components []string
|
|
|
|
|
|
|
|
ComponentsExtra []string
|
|
|
|
EventsAddr string
|
|
|
|
EventsAddr string
|
|
|
|
Registry string
|
|
|
|
Registry string
|
|
|
|
ImagePullSecret string
|
|
|
|
ImagePullSecret string
|
|
|
@ -42,6 +43,7 @@ func MakeDefaultOptions() Options {
|
|
|
|
Version: "latest",
|
|
|
|
Version: "latest",
|
|
|
|
Namespace: "flux-system",
|
|
|
|
Namespace: "flux-system",
|
|
|
|
Components: []string{"source-controller", "kustomize-controller", "helm-controller", "notification-controller"},
|
|
|
|
Components: []string{"source-controller", "kustomize-controller", "helm-controller", "notification-controller"},
|
|
|
|
|
|
|
|
ComponentsExtra: []string{"image-reflector-controller", "image-automation-controller"},
|
|
|
|
EventsAddr: "",
|
|
|
|
EventsAddr: "",
|
|
|
|
Registry: "ghcr.io/fluxcd",
|
|
|
|
Registry: "ghcr.io/fluxcd",
|
|
|
|
ImagePullSecret: "",
|
|
|
|
ImagePullSecret: "",
|
|
|
|