From 792f112ac76ee7094d6856bfc97243c96f013b0d Mon Sep 17 00:00:00 2001 From: "David J. M. Karlsen" Date: Thu, 23 Jan 2020 23:25:21 +0100 Subject: [PATCH] feat: Bump to version 1.4.1 (#214) Signed-off-by: David J. M. Karlsen --- 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 24464bc2..699fb9d9 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 -appVersion: "1.4.0" +appVersion: "1.4.1" description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes. name: argo-cd -version: 1.6.4 +version: 1.6.5 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 861ba878..dc043caa 100644 --- a/charts/argo-cd/README.md +++ b/charts/argo-cd/README.md @@ -36,7 +36,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.4.0"` | +| global.image.tag | If defined, a tag applied to all ArgoCD deployments. | `"v1.4.1"` | | global.securityContext | Toggle and define securityContext | See [values.yaml](values.yaml) |  | nameOverride | Provide a name in place of `argocd` | `"argocd"` | | installCRDs | bool | `true` | Install CRDs if you are using Helm2. | diff --git a/charts/argo-cd/values.yaml b/charts/argo-cd/values.yaml index 18a30d72..3e21ab78 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.4.0 + tag: v1.4.1 imagePullPolicy: IfNotPresent securityContext: {} # runAsUser: 999 @@ -23,7 +23,7 @@ controller: image: repository: # argoproj/argocd - tag: # v1.3.6 + tag: # v1.4.1 imagePullPolicy: # IfNotPresent ## Argo controller commandline flags @@ -270,7 +270,7 @@ server: image: repository: # argoproj/argocd - tag: # v1.3.6 + tag: # v1.4.1 imagePullPolicy: # IfNotPresent ## Additional command line arguments to pass to argocd-server @@ -511,7 +511,7 @@ repoServer: image: repository: # argoproj/argocd - tag: # v1.3.6 + tag: # v1.4.1 imagePullPolicy: # IfNotPresent ## Additional command line arguments to pass to argocd-repo-server