Argo CD to v0.12.3

pull/59/head
Alex Collins 2019-04-30 08:22:42 -07:00
parent a7db20ebe2
commit 77505612a7
2 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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: []