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
109
|`controllers: helm: image:`|`timoniv1.#Image`|`repository: "ghcr.io/fluxcd/source-controller"`| Container image, tag and digest |
102
110
|`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`|
111
+
|`controllers: helm: featureGates`|`string`|`"ExternalArtifact=true"`| Set controller [feature gates](https://fluxcd.io/flux/components/helm/options/#feature-gates) e.g. `DisableChartDigestTracking=true,OOMWatch=true`|
104
112
|`controllers: kustomize: enabled`|`bool`|`true`| Include the `kustomize-controller` component |
105
113
|`controllers: kustomize: image:`|`timoniv1.#Image`|`repository: "ghcr.io/fluxcd/kustomize-controller"`| Container image, tag and digest |
106
114
|`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`|
115
+
|`controllers: kustomize: featureGates`|`string`|`"ExternalArtifact=true"`| Set controller [feature gates](https://fluxcd.io/flux/components/kustomize/options/#feature-gates) e.g. `StrictPostBuildSubstitutions=true,GroupChangeLog=true`|
108
116
|`controllers: notification: enabled`|`bool`|`true`| Include the `notification-controller` component |
109
117
|`controllers: notification: image:`|`timoniv1.#Image`|`repository: "ghcr.io/fluxcd/notification-controller"`| Container image, tag and digest |
110
118
|`controllers: notification: resources`|`corev1.#ResourceRequirements`|`null`| Set resource requests and limits specific for the `notification-controller` container |
111
119
|`controllers: notification: featureGates`|`string`|`""`| Set controller [feature gates](https://fluxcd.io/flux/components/notification/options/#feature-gates) e.g. `ObjectLevelWorkloadIdentity=true`|
120
+
|`controllers: watcher: enabled`|`bool`|`true`| Include the `source-watcher` component |
121
+
|`controllers: watcher: image:`|`timoniv1.#Image`|`repository: "ghcr.io/fluxcd/source-watcher"`| Container image, tag and digest |
122
+
|`controllers: watcher: resources`|`corev1.#ResourceRequirements`|`null`| Set resource requests and limits specific for the `source-watcher` container |
123
+
|`controllers: watcher: featureGates`|`string`|`""`| Set controller [feature gates](https://fluxcd.io/flux/components/source/options/)|
112
124
|`expose: webhookReceiver:`|`bool`|`false`| Create the `webhook-reciver` Kubernetes Service |
113
125
|`expose: notificationServer:`|`bool`|`false`| Create the `notification-controller` Kubernetes Service |
114
126
|`expose: sourceServer:`|`bool`|`false`| Create the `source-controller` Kubernetes Service |
0 commit comments