fix(argo-cd): Update to app version v2.1.5 (#990)
* fix(argo-cd): Update to app version v2.1.5 Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com> * chore: Use chart appVersion as global default imageTag Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
parent
02c655ff9a
commit
7e988dcae2
8 changed files with 24 additions and 17 deletions
|
|
@ -13,8 +13,8 @@ global:
|
|||
image:
|
||||
# -- If defined, a repository applied to all ArgoCD deployments
|
||||
repository: quay.io/argoproj/argocd
|
||||
# -- If defined, a tag applied to all ArgoCD deployments
|
||||
tag: v2.1.4
|
||||
# -- Overrides the global ArgoCD image tag whose default is the chart appVersion
|
||||
tag: ""
|
||||
# -- If defined, a imagePullPolicy applied to all ArgoCD deployments
|
||||
imagePullPolicy: IfNotPresent
|
||||
# -- Annotations for the all deployed pods
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue