From 22607a897bad998e91dbcbcd9a8912ae6bfd46d1 Mon Sep 17 00:00:00 2001 From: Johannes Date: Fri, 11 Oct 2019 18:07:38 +0200 Subject: [PATCH] Bumped version to 1.2.3 (#127) --- charts/argo-cd/Chart.yaml | 4 ++-- charts/argo-cd/README.md | 2 +- charts/argo-cd/values.yaml | 10 +++++----- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/argo-cd/Chart.yaml b/charts/argo-cd/Chart.yaml index cd2fcaff..e4cb814c 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 -appVersion: "1.2.1" +appVersion: "1.2.3" description: A Helm chart for Argo-CD name: argo-cd -version: 0.6.0 +version: 0.6.1 icon: https://raw.githubusercontent.com/argoproj/argo/master/argo.png diff --git a/charts/argo-cd/README.md b/charts/argo-cd/README.md index 78a0fd51..4db2516a 100644 --- a/charts/argo-cd/README.md +++ b/charts/argo-cd/README.md @@ -26,7 +26,7 @@ $ helm install --name my-release argo/argo-cd | applicationController.containerPort | int | `8082` | Container port for application controller server and metrics | | applicationController.image.pullPolicy | string | `"Always"` | Docker image pull policy | | applicationController.image.repository | string | `"argoproj/argocd"` | Docker image repo | -| applicationController.image.tag | string | `"v1.2.0"` | Docker image tag | +| applicationController.image.tag | string | `"v1.2.3"` | Docker image tag | | applicationController.servicePort | int | `8082` | Service port for applicaiton controller server | | applicationController.volumeMounts | list | `[]` | Additional volume mounts | | applicationController.volumes | list | `[]` | Additional volumes | diff --git a/charts/argo-cd/values.yaml b/charts/argo-cd/values.yaml index fb5c9fba..bbdd8ec6 100644 --- a/charts/argo-cd/values.yaml +++ b/charts/argo-cd/values.yaml @@ -3,7 +3,7 @@ applicationController: servicePort: 8082 image: repository: argoproj/argocd - tag: v1.2.1 + tag: v1.2.3 pullPolicy: Always volumeMounts: [] volumes: [] @@ -16,7 +16,7 @@ server: serviceAnnotations: {} image: repository: argoproj/argocd - tag: v1.2.1 + tag: v1.2.3 pullPolicy: Always serviceType: ClusterIP extraArgs: [] @@ -34,7 +34,7 @@ repoServer: servicePort: 8081 image: repository: argoproj/argocd - tag: v1.2.1 + tag: v1.2.3 pullPolicy: Always volumeMounts: [] volumes: [] @@ -46,11 +46,11 @@ dexServer: servicePortGrpc: 5557 image: repository: quay.io/dexidp/dex - tag: v2.14.0 + tag: v2.19.0 pullPolicy: Always initImage: repository: argoproj/argocd - tag: v1.2.1 + tag: v1.2.3 pullPolicy: Always volumeMounts: [] volumes: []