From 49a7fc9340a4b195e523bc60f592f7cf64d22ce0 Mon Sep 17 00:00:00 2001 From: rpeter Date: Fri, 18 Sep 2020 17:01:01 -0700 Subject: [PATCH] chore: bump argocd to version v1.7.5 (#448) Co-authored-by: rpeter --- charts/argo-cd/Chart.yaml | 4 ++-- charts/argo-cd/values.yaml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/argo-cd/Chart.yaml b/charts/argo-cd/Chart.yaml index b0c76865..f4efa35f 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 -appVersion: 1.7.4 +appVersion: 1.7.5 description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes. name: argo-cd -version: 2.7.0 +version: 2.7.1 home: https://github.com/argoproj/argo-helm icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png keywords: diff --git a/charts/argo-cd/values.yaml b/charts/argo-cd/values.yaml index 67b5503f..73c1253d 100755 --- a/charts/argo-cd/values.yaml +++ b/charts/argo-cd/values.yaml @@ -10,7 +10,7 @@ installCRDs: true global: image: repository: argoproj/argocd - tag: v1.7.4 + tag: v1.7.5 imagePullPolicy: IfNotPresent securityContext: {} # runAsUser: 999 @@ -28,7 +28,7 @@ controller: image: repository: # argoproj/argocd - tag: # v1.7.4 + tag: # v1.7.5 imagePullPolicy: # IfNotPresent ## Argo controller commandline flags @@ -330,7 +330,7 @@ server: image: repository: # argoproj/argocd - tag: # v1.7.4 + tag: # v1.7.5 imagePullPolicy: # IfNotPresent ## Additional command line arguments to pass to argocd-server @@ -654,7 +654,7 @@ repoServer: image: repository: # argoproj/argocd - tag: # v1.7.4 + tag: # v1.7.5 imagePullPolicy: # IfNotPresent ## Additional command line arguments to pass to argocd-repo-server