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
Copy file name to clipboardExpand all lines: docs/spec/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,7 @@ actions that should be (conditionally) executed. Based on this the reconciler:
35
35
- performs a Helm install or upgrade action if needed
36
36
- performs a Helm test action if enabled
37
37
- performs a reconciliation strategy (rollback, uninstall) and retries as configured if any Helm action failed
38
+
- performs in cluster drift detection and correction if enabled
38
39
39
40
The controller that runs these Helm actions relies on [source-controller](https://github.com/fluxcd/source-controller)
40
41
for providing the Helm charts from Helm repositories or any other source that source-controller
@@ -50,7 +51,7 @@ trigger a Helm uninstall.
50
51
Alerting can be configured with a Kubernetes custom resource that specifies a webhook address, and a
51
52
group of `HelmRelease` resources to be monitored using the [notification-controller](https://github.com/fluxcd/notification-controller).
52
53
53
-
The API design of the controller can be found at [helm.toolkit.fluxcd.io/v2beta1](./v2beta1/helmreleases.md).
54
+
The API design of the controller can be found at [helm.toolkit.fluxcd.io/v2beta2](./v2beta2/helmreleases.md).
0 commit comments