From c2f781a3777dbee186694aeb972d144bbd7bb136 Mon Sep 17 00:00:00 2001 From: smcavallo Date: Wed, 6 Oct 2021 11:27:43 -0400 Subject: [PATCH] feat(argo-cd): Upgrade argocd to v2.1.3 (#957) Signed-off-by: smcavallo --- charts/argo-cd/Chart.yaml | 8 +++----- charts/argo-cd/README.md | 2 +- charts/argo-cd/values.yaml | 2 +- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/charts/argo-cd/Chart.yaml b/charts/argo-cd/Chart.yaml index 5ca4d16b..4a94e1d0 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: 2.1.2 +appVersion: 2.1.3 description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes. name: argo-cd -version: 3.23.0 +version: 3.23.1 home: https://github.com/argoproj/argo-helm icon: https://argoproj.github.io/argo-cd/assets/logo.png keywords: @@ -21,6 +21,4 @@ dependencies: condition: redis-ha.enabled annotations: artifacthub.io/changes: | - - "[Added]: Ability to provide annotations on redis service" - - "[Added]: Ability to provide additional labels on redis service" - - "[Fixed]: Use correct value for redis service targetPort" + - "[Changed]: Upgrade argocd to v2.1.3" diff --git a/charts/argo-cd/README.md b/charts/argo-cd/README.md index 81b8058a..2b995432 100644 --- a/charts/argo-cd/README.md +++ b/charts/argo-cd/README.md @@ -141,7 +141,7 @@ NAME: my-release |-----|------|---------| | global.image.imagePullPolicy | If defined, a imagePullPolicy applied to all ArgoCD deployments. | `"IfNotPresent"` | | global.image.repository | If defined, a repository applied to all ArgoCD deployments. | `"argoproj/argocd"` | -| global.image.tag | If defined, a tag applied to all ArgoCD deployments. | `"v2.1.2"` | +| global.image.tag | If defined, a tag applied to all ArgoCD deployments. | `"v2.1.3"` | | global.podAnnotations | Annotations for the all deployed pods | | global.podLabels | Labels for the all deployed pods | | global.securityContext | Toggle and define securityContext | See [values.yaml](values.yaml) | diff --git a/charts/argo-cd/values.yaml b/charts/argo-cd/values.yaml index 46ba167a..45476497 100755 --- a/charts/argo-cd/values.yaml +++ b/charts/argo-cd/values.yaml @@ -8,7 +8,7 @@ kubeVersionOverride: "" global: image: repository: quay.io/argoproj/argocd - tag: v2.1.2 + tag: v2.1.3 imagePullPolicy: IfNotPresent ## Annotations applied to all pods podAnnotations: {}