From 36055bccb330243c9c4f88a9041bf0c61cb9467a Mon Sep 17 00:00:00 2001 From: chgl Date: Tue, 9 Feb 2021 21:07:23 +0100 Subject: [PATCH] feat(argocd): updated ArgoCD to v1.8.4 Signed-off-by: chgl --- charts/argo-cd/Chart.yaml | 4 ++-- charts/argo-cd/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/argo-cd/Chart.yaml b/charts/argo-cd/Chart.yaml index 21476976..76a42067 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 -appVersion: 1.7.11 +appVersion: 1.8.4 description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes. name: argo-cd -version: 2.13.0 +version: 2.14.0 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 8ec409e9..4e4a9397 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.11 + tag: v1.8.4 imagePullPolicy: IfNotPresent securityContext: {} # runAsUser: 999