Argo CD to v0.12.3
parent
a7db20ebe2
commit
77505612a7
|
@ -1,5 +1,5 @@
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
appVersion: "0.12.1"
|
appVersion: "0.12.3"
|
||||||
description: A Helm chart for Argo-CD
|
description: A Helm chart for Argo-CD
|
||||||
name: argo-cd
|
name: argo-cd
|
||||||
version: 0.2.1
|
version: 0.2.2
|
||||||
|
|
|
@ -3,7 +3,7 @@ applicationController:
|
||||||
servicePort: 8082
|
servicePort: 8082
|
||||||
image:
|
image:
|
||||||
repository: argoproj/argocd
|
repository: argoproj/argocd
|
||||||
tag: v0.12.1
|
tag: v0.12.3
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
volumeMounts: []
|
volumeMounts: []
|
||||||
volumes: []
|
volumes: []
|
||||||
|
@ -15,11 +15,11 @@ server:
|
||||||
serviceAnnotations: {}
|
serviceAnnotations: {}
|
||||||
image:
|
image:
|
||||||
repository: argoproj/argocd
|
repository: argoproj/argocd
|
||||||
tag: v0.12.1
|
tag: v0.12.3
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
uiInitImage:
|
uiInitImage:
|
||||||
repository: argoproj/argocd-ui
|
repository: argoproj/argocd-ui
|
||||||
tag: v0.12.1
|
tag: v0.12.3
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
extraArgs: []
|
extraArgs: []
|
||||||
volumeMounts: []
|
volumeMounts: []
|
||||||
|
@ -30,7 +30,7 @@ repoServer:
|
||||||
servicePort: 8081
|
servicePort: 8081
|
||||||
image:
|
image:
|
||||||
repository: argoproj/argocd
|
repository: argoproj/argocd
|
||||||
tag: v0.12.1
|
tag: v0.12.3
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
volumeMounts: []
|
volumeMounts: []
|
||||||
volumes: []
|
volumes: []
|
||||||
|
@ -46,7 +46,7 @@ dexServer:
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
initImage:
|
initImage:
|
||||||
repository: argoproj/argocd
|
repository: argoproj/argocd
|
||||||
tag: v0.12.1
|
tag: v0.12.3
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
volumeMounts: []
|
volumeMounts: []
|
||||||
volumes: []
|
volumes: []
|
||||||
|
|
Loading…
Reference in New Issue