diff --git a/charts/argo-cd/Chart.yaml b/charts/argo-cd/Chart.yaml index b82ca70a..a39c17f7 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: "0.12" +appVersion: "0.12.1" description: A Helm chart for Argo-CD name: argo-cd version: 0.2.1 diff --git a/charts/argo-cd/values.yaml b/charts/argo-cd/values.yaml index 6b0fd502..9061043d 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.0 + tag: v0.12.1 pullPolicy: Always server: @@ -14,11 +14,11 @@ server: serviceMetricsPort: 8082 image: repository: argoproj/argocd - tag: v0.12.0 + tag: v0.12.1 pullPolicy: Always uiInitImage: repository: argoproj/argocd-ui - tag: v0.12.0 + tag: v0.12.1 pullPolicy: Always extraArgs: [] @@ -27,7 +27,7 @@ repoServer: servicePort: 8081 image: repository: argoproj/argocd - tag: v0.12.0 + tag: v0.12.1 pullPolicy: Always dexServer: @@ -41,7 +41,7 @@ dexServer: pullPolicy: Always initImage: repository: argoproj/argocd - tag: v0.12.0 + tag: v0.12.1 pullPolicy: Always # terminate tls at ArgoCD level