We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b7dee6 commit c748983Copy full SHA for c748983
charts/gitops-runtime/values.yaml
@@ -344,8 +344,10 @@ codefreshWorkflowLogStoreCM:
344
#-----------------------------------------------------------------------------------------------------------------------
345
# Argo rollouts
346
347
+# -- Argo Rollouts is deprecated and disabled by default. It will be completely removed in February 2026.
348
+# If you require Argo Rollouts, you can manually override this value to true in your Helm values files.
349
argo-rollouts:
- enabled: true
350
+ enabled: false
351
fullnameOverride: argo-rollouts
352
controller:
353
replicas: 1
0 commit comments