Skip to content
Closed
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion charts/gitops-runtime/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,9 @@ argo-events:
argo-workflows:
fullnameOverride: argo
enabled: true
# -- Restrict Argo Workflows to operate only in a single namespace (the namespace of the Helm release).
# This ensures it does not interfere with any other instances of Argo Workflows installed on your cluster.
singleNamespace: true
server:
# -- auth-mode needs to be set to client to be able to see workflow logs from Codefresh UI
authModes:
Expand Down Expand Up @@ -344,8 +347,10 @@ codefreshWorkflowLogStoreCM:
#-----------------------------------------------------------------------------------------------------------------------
# Argo rollouts
#-----------------------------------------------------------------------------------------------------------------------
# -- Argo Rollouts is deprecated and disabled by default. It will be completely removed in February 2026.
# If you require Argo Rollouts, you can manually override this value to true in your Helm values files.
argo-rollouts:
enabled: true
enabled: false
fullnameOverride: argo-rollouts
controller:
replicas: 1
Expand Down