Update argocd image to v0.12.1
This commit is contained in:
parent
353f944742
commit
a72cf6d5b4
2 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
appVersion: "0.12"
|
appVersion: "0.12.1"
|
||||||
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.1
|
||||||
|
|
|
@ -3,7 +3,7 @@ applicationController:
|
||||||
servicePort: 8082
|
servicePort: 8082
|
||||||
image:
|
image:
|
||||||
repository: argoproj/argocd
|
repository: argoproj/argocd
|
||||||
tag: v0.12.0
|
tag: v0.12.1
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
|
|
||||||
server:
|
server:
|
||||||
|
@ -14,11 +14,11 @@ server:
|
||||||
serviceMetricsPort: 8082
|
serviceMetricsPort: 8082
|
||||||
image:
|
image:
|
||||||
repository: argoproj/argocd
|
repository: argoproj/argocd
|
||||||
tag: v0.12.0
|
tag: v0.12.1
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
uiInitImage:
|
uiInitImage:
|
||||||
repository: argoproj/argocd-ui
|
repository: argoproj/argocd-ui
|
||||||
tag: v0.12.0
|
tag: v0.12.1
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
extraArgs: []
|
extraArgs: []
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ repoServer:
|
||||||
servicePort: 8081
|
servicePort: 8081
|
||||||
image:
|
image:
|
||||||
repository: argoproj/argocd
|
repository: argoproj/argocd
|
||||||
tag: v0.12.0
|
tag: v0.12.1
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
|
|
||||||
dexServer:
|
dexServer:
|
||||||
|
@ -41,7 +41,7 @@ dexServer:
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
initImage:
|
initImage:
|
||||||
repository: argoproj/argocd
|
repository: argoproj/argocd
|
||||||
tag: v0.12.0
|
tag: v0.12.1
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
|
|
||||||
# terminate tls at ArgoCD level
|
# terminate tls at ArgoCD level
|
||||||
|
|
Loading…
Reference in a new issue