From 9b74f69ec00f110c082bbe847b519f6404abb808 Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Mon, 16 Sep 2019 19:43:45 -0400 Subject: [PATCH] Update values.yaml --- charts/argo-cd/values.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/argo-cd/values.yaml b/charts/argo-cd/values.yaml index 8eabbeca..167c7f13 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.0 + tag: v1.2.1 pullPolicy: Always volumeMounts: [] volumes: [] @@ -16,7 +16,7 @@ server: serviceAnnotations: {} image: repository: argoproj/argocd - tag: v1.2.0 + tag: v1.2.1 pullPolicy: Always serviceType: ClusterIP extraArgs: [] @@ -34,7 +34,7 @@ repoServer: servicePort: 8081 image: repository: argoproj/argocd - tag: v1.2.0 + tag: v1.2.1 pullPolicy: Always volumeMounts: [] volumes: [] @@ -46,11 +46,11 @@ dexServer: servicePortGrpc: 5557 image: repository: quay.io/dexidp/dex - tag: v2.12.0 + tag: v2.14.0 pullPolicy: Always initImage: repository: argoproj/argocd - tag: v1.2.0 + tag: v1.2.1 pullPolicy: Always volumeMounts: [] volumes: []