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
|`AdditiveCELDependencyCheck`|`false`| Run both the built-in health checks and the CEL expression `readyExpr` when `readyExpr` is configured on a HelmRelease. |
54
-
|`AdoptLegacyReleases`|`true`| Enables the adoption of the historical Helm release based on the status fields from a v2beta1 HelmRelease object. This is enabled by default to support an upgrade path from v2beta1 to v2beta2 without the need to upgrade the Helm release. |
55
-
|`AllowDNSLookups`|`false`| Allows the controller to perform DNS lookups when rendering Helm templates. This is disabled by default, as it can be a security risk. |
56
-
|`CacheSecretsAndConfigMaps`|`false`| Configures the caching of Secrets and ConfigMaps by the controller-runtime client. When enabled, it will cache both object types, resulting in increased memory usage and cluster-wide RBAC permissions (list and watch). |
57
-
|`DisableChartDigestTracking`|`false`| Disables the tracking of digest changes for Helm OCI charts. When set to `true`, the controller will not append the OCI digest to the chart version in `Chart.yaml`. |
58
-
|`DisableConfigWatchers`|`false`| Disables the watchers for ConfigMaps and Secrets. |
59
-
|`ExternalArtifact`|`true`| Enables support for the [ExternalArtifact](https://github.com/fluxcd/source-controller/blob/main/docs/spec/v1/externalartifacts.md) source type. |
60
-
|`ObjectLevelWorkloadIdentity`|`false`| Enables the use of object-level workload identity for the controller. |
61
-
|`OOMWatch`|`false`| Enables the OOM watcher, which will gracefully shut down the controller when the memory usage exceeds the configured limit. This is disabled by default. |
|`AdditiveCELDependencyCheck`|`false`| Run both the built-in health checks and the CEL expression `readyExpr` when `readyExpr` is configured on a HelmRelease. |
54
+
|`AdoptLegacyReleases`|`true`| Enables the adoption of the historical Helm release based on the status fields from a v2beta1 HelmRelease object. This is enabled by default to support an upgrade path from v2beta1 to v2beta2 without the need to upgrade the Helm release. |
55
+
|`AllowDNSLookups`|`false`| Allows the controller to perform DNS lookups when rendering Helm templates. This is disabled by default, as it can be a security risk. |
56
+
|`CacheSecretsAndConfigMaps`|`false`| Configures the caching of Secrets and ConfigMaps by the controller-runtime client. When enabled, it will cache both object types, resulting in increased memory usage and cluster-wide RBAC permissions (list and watch). |
57
+
|`CancelHealthCheckOnNewRevision`|`false`| Cancels ongoing health checks when a new revision is detected. |
58
+
|`DisableChartDigestTracking`|`false`| Disables the tracking of digest changes for Helm OCI charts. When set to `true`, the controller will not append the OCI digest to the chart version in `Chart.yaml`. |
59
+
|`DisableConfigWatchers`|`false`| Disables the watchers for ConfigMaps and Secrets. |
60
+
|`ExternalArtifact`|`true`| Enables support for the [ExternalArtifact](https://github.com/fluxcd/source-controller/blob/main/docs/spec/v1/externalartifacts.md) source type. |
61
+
|`ObjectLevelWorkloadIdentity`|`false`| Enables the use of object-level workload identity for the controller. |
62
+
|`OOMWatch`|`false`| Enables the OOM watcher, which will gracefully shut down the controller when the memory usage exceeds the configured limit. This is disabled by default. |
0 commit comments