From 77505612a7c2eb8fe4410b7783f9d029ab3e6fd5 Mon Sep 17 00:00:00 2001 From: Alex Collins Date: Tue, 30 Apr 2019 08:22:42 -0700 Subject: [PATCH] Argo CD to v0.12.3 --- charts/argo-cd/Chart.yaml | 4 ++-- charts/argo-cd/values.yaml | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/charts/argo-cd/Chart.yaml b/charts/argo-cd/Chart.yaml index a39c17f7..0de073cc 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: "0.12.1" +appVersion: "0.12.3" description: A Helm chart for Argo-CD name: argo-cd -version: 0.2.1 +version: 0.2.2 diff --git a/charts/argo-cd/values.yaml b/charts/argo-cd/values.yaml index bca77079..479e0820 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: v0.12.1 + tag: v0.12.3 pullPolicy: Always volumeMounts: [] volumes: [] @@ -15,11 +15,11 @@ server: serviceAnnotations: {} image: repository: argoproj/argocd - tag: v0.12.1 + tag: v0.12.3 pullPolicy: Always uiInitImage: repository: argoproj/argocd-ui - tag: v0.12.1 + tag: v0.12.3 pullPolicy: Always extraArgs: [] volumeMounts: [] @@ -30,7 +30,7 @@ repoServer: servicePort: 8081 image: repository: argoproj/argocd - tag: v0.12.1 + tag: v0.12.3 pullPolicy: Always volumeMounts: [] volumes: [] @@ -46,7 +46,7 @@ dexServer: pullPolicy: Always initImage: repository: argoproj/argocd - tag: v0.12.1 + tag: v0.12.3 pullPolicy: Always volumeMounts: [] volumes: []