From a334f684dac549f2925dfbec8142f1a1c58b0f55 Mon Sep 17 00:00:00 2001 From: Vignir Hafsteinsson Date: Tue, 5 May 2020 13:09:16 +0000 Subject: [PATCH] chore: Update argocd version to 1.5.3 (#334) Updating argocd version to 1.5.3 Updating documentation and default values. Bumping patch on chart version. --- charts/argo-cd/Chart.yaml | 4 ++-- charts/argo-cd/README.md | 2 +- charts/argo-cd/values.yaml | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/charts/argo-cd/Chart.yaml b/charts/argo-cd/Chart.yaml index d1e92a9f..2fcdea65 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 -appVersion: "1.5.2" +appVersion: "1.5.3" description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes. name: argo-cd -version: 2.2.13 +version: 2.2.14 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/README.md b/charts/argo-cd/README.md index 75631ebe..9255e903 100644 --- a/charts/argo-cd/README.md +++ b/charts/argo-cd/README.md @@ -62,7 +62,7 @@ Helm v3 has removed the `install-crds` hook so CRDs are now populated by files i |-----|------|---------| | 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. | `"v1.5.2"` | +| global.image.tag | If defined, a tag applied to all ArgoCD deployments. | `"v1.5.3"` | | global.securityContext | Toggle and define securityContext | See [values.yaml](values.yaml) | | global.imagePullSecrets | If defined, uses a Secret to pull an image from a private Docker registry or repository. | `[]` | | global.hostAliases | Mapping between IP and hostnames that will be injected as entries in the pod's hosts files | `[]` | diff --git a/charts/argo-cd/values.yaml b/charts/argo-cd/values.yaml index 7b459a71..80e53e3b 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.5.2 + tag: v1.5.3 imagePullPolicy: IfNotPresent securityContext: {} # runAsUser: 999 @@ -28,7 +28,7 @@ controller: image: repository: # argoproj/argocd - tag: # v1.5.2 + tag: # v1.5.3 imagePullPolicy: # IfNotPresent ## Argo controller commandline flags @@ -319,7 +319,7 @@ server: image: repository: # argoproj/argocd - tag: # v1.5.2 + tag: # v1.5.3 imagePullPolicy: # IfNotPresent ## Additional command line arguments to pass to argocd-server @@ -588,7 +588,7 @@ repoServer: image: repository: # argoproj/argocd - tag: # v1.5.2 + tag: # v1.5.3 imagePullPolicy: # IfNotPresent ## Additional command line arguments to pass to argocd-repo-server