You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`controllers: helm: enabled`|`bool`|`true`| Include the `helm-controller` component |
101
101
|`controllers: helm: image:`|`timoniv1.#Image`|`repository: "ghcr.io/fluxcd/source-controller"`| Container image, tag and digest |
102
102
|`controllers: helm: resources`|`corev1.#ResourceRequirements`|`null`| Set resource requests and limits specific for the `helm-controller` container |
103
-
|`controllers: helm: featureGates`|`string`|`""`| Set controller [feature gates](https://fluxcd.io/flux/components/helm/options/#feature-gates) e.g. `DisableChartDigestTracking=true,OOMWatch=true`|
103
+
|`controllers: helm: featureGates`|`string`|`"ExternalArtifact"`| Set controller [feature gates](https://fluxcd.io/flux/components/helm/options/#feature-gates) e.g. `DisableChartDigestTracking=true,OOMWatch=true`|
104
104
|`controllers: kustomize: enabled`|`bool`|`true`| Include the `kustomize-controller` component |
105
105
|`controllers: kustomize: image:`|`timoniv1.#Image`|`repository: "ghcr.io/fluxcd/kustomize-controller"`| Container image, tag and digest |
106
106
|`controllers: kustomize: resources`|`corev1.#ResourceRequirements`|`null`| Set resource requests and limits specific for the `kustomize-controller` container |
107
-
|`controllers: kustomize: featureGates`|`string`|`""`| Set controller [feature gates](https://fluxcd.io/flux/components/kustomize/options/#feature-gates) e.g. `StrictPostBuildSubstitutions=true,GroupChangeLog=true`|
107
+
|`controllers: kustomize: featureGates`|`string`|`"ExternalArtifact"`| Set controller [feature gates](https://fluxcd.io/flux/components/kustomize/options/#feature-gates) e.g. `StrictPostBuildSubstitutions=true,GroupChangeLog=true`|
108
108
|`controllers: notification: enabled`|`bool`|`true`| Include the `notification-controller` component |
109
109
|`controllers: notification: image:`|`timoniv1.#Image`|`repository: "ghcr.io/fluxcd/notification-controller"`| Container image, tag and digest |
110
110
|`controllers: notification: resources`|`corev1.#ResourceRequirements`|`null`| Set resource requests and limits specific for the `notification-controller` container |
111
111
|`controllers: notification: featureGates`|`string`|`""`| Set controller [feature gates](https://fluxcd.io/flux/components/notification/options/#feature-gates) e.g. `ObjectLevelWorkloadIdentity=true`|
112
+
|`controllers: watcher: enabled`|`bool`|`true`| Include the `source-watcher` component |
113
+
|`controllers: watcher: image:`|`timoniv1.#Image`|`repository: "ghcr.io/fluxcd/source-watcher"`| Container image, tag and digest |
114
+
|`controllers: watcher: resources`|`corev1.#ResourceRequirements`|`null`| Set resource requests and limits specific for the `source-watcher` container |
115
+
|`controllers: watcher: featureGates`|`string`|`""`| Set controller [feature gates](https://fluxcd.io/flux/components/source/options/)|
112
116
|`expose: webhookReceiver:`|`bool`|`false`| Create the `webhook-reciver` Kubernetes Service |
113
117
|`expose: notificationServer:`|`bool`|`false`| Create the `notification-controller` Kubernetes Service |
114
118
|`expose: sourceServer:`|`bool`|`false`| Create the `source-controller` Kubernetes Service |
0 commit comments