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 b18393c commit 0612771Copy full SHA for 0612771
charts/devtron/devtron-bom.yaml
@@ -27,3 +27,13 @@ components:
27
casbin:
28
GIT_BRANCH: "main"
29
GIT_HASH: "299b90b9322f40d84ebac23a9b43d0bbe23c56ca"
30
+
31
+argo-cd:
32
+ global:
33
+ image:
34
+ # -- If defined, a repository applied to all Argo CD deployments
35
+ repository: quay.io/argoproj/argocd
36
+ # -- Overrides the global Argo CD image tag whose default is the chart appVersion
37
+ tag: "v2.4.0"
38
+ # -- If defined, a imagePullPolicy applied to all Argo CD deployments
39
+ imagePullPolicy: IfNotPresent
0 commit comments