Skip to content

Commit 05fb733

Browse files
modified the bom file for the argocd upgrade
1 parent fd7b936 commit 05fb733

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

charts/devtron/devtron-bom.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,18 @@ argo-cd:
186186
# -- If defined, a repository applied to all Argo CD deployments
187187
repository: quay.io/argoproj/argocd
188188
# -- Overrides the global Argo CD image tag whose default is the chart appVersion
189-
tag: "v2.5.2"
189+
tag: "v2.13.3"
190190
# -- If defined, a imagePullPolicy applied to all Argo CD deployments
191191
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
192201
# Change below values for workflow controller
193202
workflowController:
194203
registry: "quay.io/argoproj"

0 commit comments

Comments
 (0)