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 fd7b936 commit 05fb733Copy full SHA for 05fb733
charts/devtron/devtron-bom.yaml
@@ -186,9 +186,18 @@ argo-cd:
186
# -- If defined, a repository applied to all Argo CD deployments
187
repository: quay.io/argoproj/argocd
188
# -- Overrides the global Argo CD image tag whose default is the chart appVersion
189
- tag: "v2.5.2"
+ tag: "v2.13.3"
190
# -- If defined, a imagePullPolicy applied to all Argo CD deployments
191
imagePullPolicy: IfNotPresent
192
+ configs:
193
+ cm:
194
+ create: false
195
+ # argocd-rbac-cm
196
+ rbac:
197
+ create: true
198
+ policy.default: role:admin
199
+ applicationSet:
200
+ replicas: 0
201
# Change below values for workflow controller
202
workflowController:
203
registry: "quay.io/argoproj"
0 commit comments