Argo CD to v0.12.3
parent
a7db20ebe2
commit
77505612a7
|
@ -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
|
||||
|
|
|
@ -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: []
|
||||
|
|
Loading…
Reference in New Issue