Skip to content

Commit cceb9b5

Browse files
committed
chore: disable Argo Rollouts by default and add deprecation notice in values.yaml
1 parent 2f5ce93 commit cceb9b5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

charts/gitops-runtime/values.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,8 +344,10 @@ codefreshWorkflowLogStoreCM:
344344
#-----------------------------------------------------------------------------------------------------------------------
345345
# Argo rollouts
346346
#-----------------------------------------------------------------------------------------------------------------------
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.
347349
argo-rollouts:
348-
enabled: true
350+
enabled: false
349351
fullnameOverride: argo-rollouts
350352
controller:
351353
replicas: 1

0 commit comments

Comments
 (0)