feat(argo-cd): Bump default version to v2.0.4

Signed-off-by: Marko Bevc <marko@scalefactory.com>
This commit is contained in:
Marko Bevc 2021-06-25 20:03:49 +01:00
parent 0180e943ff
commit 3a88878b39
No known key found for this signature in database
GPG key ID: 800E69500C9B3ED7
2 changed files with 3 additions and 3 deletions

View file

@ -1,8 +1,8 @@
apiVersion: v2
appVersion: 2.0.3
appVersion: 2.0.4
description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes.
name: argo-cd
version: 3.6.9
version: 3.6.10
home: https://github.com/argoproj/argo-helm
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png
keywords:

View file

@ -8,7 +8,7 @@ kubeVersionOverride: ""
global:
image:
repository: quay.io/argoproj/argocd
tag: v2.0.3
tag: v2.0.4
imagePullPolicy: IfNotPresent
securityContext: {}
# runAsUser: 999