From 3e1faba98b6865eaf787d1fd289f16faf19a860a Mon Sep 17 00:00:00 2001 From: "David J. M. Karlsen" Date: Fri, 13 Dec 2019 00:30:15 +0100 Subject: [PATCH] chore: Upgrade to v1.3.6 (#186) * Upgrade to v1.3.6 Signed-off-by: David J. M. Karlsen * bump version Signed-off-by: David J. M. Karlsen --- charts/argo-cd/Chart.yaml | 2 +- charts/argo-cd/README.md | 2 +- charts/argo-cd/values.yaml | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/argo-cd/Chart.yaml b/charts/argo-cd/Chart.yaml index 7419e346..65b9911e 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: "1.3.4" description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes. name: argo-cd -version: 1.4.5 +version: 1.4.6 home: https://github.com/argoproj/argo-helm icon: https://raw.githubusercontent.com/argoproj/argo/master/argo.png keywords: diff --git a/charts/argo-cd/README.md b/charts/argo-cd/README.md index 830dceca..923b85a5 100644 --- a/charts/argo-cd/README.md +++ b/charts/argo-cd/README.md @@ -31,7 +31,7 @@ $ helm install --name my-release argo/argo-cd |-----|------|---------| | 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.2.3"` | +| global.image.tag | If defined, a tag applied to all ArgoCD deployments. | `"v1.3.6"` | | nameOverride | Provide a name in place of `argocd` | `"argocd"` | | configs.knownHosts.data.ssh_known_hosts | Known Hosts | See [values.yaml](values.yaml) | | configs.secret.bitbucketSecret | BitBucket incoming webhook secret | `""` | diff --git a/charts/argo-cd/values.yaml b/charts/argo-cd/values.yaml index 632d98f3..5ec75f6a 100644 --- 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.3.4 + tag: v1.3.6 imagePullPolicy: IfNotPresent ## Controller @@ -19,7 +19,7 @@ controller: image: repository: # argoproj/argocd - tag: # v1.3.4 + tag: # v1.3.6 imagePullPolicy: # IfNotPresent ## Argo controller commandline flags @@ -246,7 +246,7 @@ server: image: repository: # argoproj/argocd - tag: # v1.3.4 + tag: # v1.3.6 imagePullPolicy: # IfNotPresent ## Additional command line arguments to pass to argocd-server @@ -482,7 +482,7 @@ repoServer: image: repository: # argoproj/argocd - tag: # v1.3.4 + tag: # v1.3.6 imagePullPolicy: # IfNotPresent ## Additional command line arguments to pass to argocd-repo-server