File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 77 operator : Equal
88 value : some-value
99 effect : NoSchedule
10+
11+ argo-rollouts :
12+ enabled : true
Original file line number Diff line number Diff line change @@ -69,6 +69,7 @@ argo-events:
6969 tolerations : *tolerations
7070
7171argo-rollouts :
72+ enabled : true
7273 controller :
7374 nodeSelector : *nodeSelector
7475 tolerations : *tolerations
Original file line number Diff line number Diff line change @@ -317,6 +317,9 @@ argo-events:
317317argo-workflows :
318318 fullnameOverride : argo
319319 enabled : true
320+ # -- Restrict Argo Workflows to operate only in a single namespace (the namespace of the Helm release).
321+ # This ensures it does not interfere with any other instances of Argo Workflows installed on your cluster.
322+ singleNamespace : true
320323 server :
321324 # -- auth-mode needs to be set to client to be able to see workflow logs from Codefresh UI
322325 authModes :
@@ -344,8 +347,10 @@ codefreshWorkflowLogStoreCM:
344347# -----------------------------------------------------------------------------------------------------------------------
345348# Argo rollouts
346349# -----------------------------------------------------------------------------------------------------------------------
350+ # -- Argo Rollouts is deprecated and disabled by default. It will be completely removed in February 2026.
351+ # If you require Argo Rollouts, you can manually override this value to true in your Helm values files.
347352argo-rollouts :
348- enabled : true
353+ enabled : false
349354 fullnameOverride : argo-rollouts
350355 controller :
351356 replicas : 1
You can’t perform that action at this time.
0 commit comments