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
|
||||
appVersion: "0.12"
|
||||
appVersion: "0.12.1"
|
||||
description: A Helm chart for Argo-CD
|
||||
name: argo-cd
|
||||
version: 0.2.1
|
||||
|
|
|
@ -3,7 +3,7 @@ applicationController:
|
|||
servicePort: 8082
|
||||
image:
|
||||
repository: argoproj/argocd
|
||||
tag: v0.12.0
|
||||
tag: v0.12.1
|
||||
pullPolicy: Always
|
||||
|
||||
server:
|
||||
|
@ -14,11 +14,11 @@ server:
|
|||
serviceMetricsPort: 8082
|
||||
image:
|
||||
repository: argoproj/argocd
|
||||
tag: v0.12.0
|
||||
tag: v0.12.1
|
||||
pullPolicy: Always
|
||||
uiInitImage:
|
||||
repository: argoproj/argocd-ui
|
||||
tag: v0.12.0
|
||||
tag: v0.12.1
|
||||
pullPolicy: Always
|
||||
extraArgs: []
|
||||
|
||||
|
@ -27,7 +27,7 @@ repoServer:
|
|||
servicePort: 8081
|
||||
image:
|
||||
repository: argoproj/argocd
|
||||
tag: v0.12.0
|
||||
tag: v0.12.1
|
||||
pullPolicy: Always
|
||||
|
||||
dexServer:
|
||||
|
@ -41,7 +41,7 @@ dexServer:
|
|||
pullPolicy: Always
|
||||
initImage:
|
||||
repository: argoproj/argocd
|
||||
tag: v0.12.0
|
||||
tag: v0.12.1
|
||||
pullPolicy: Always
|
||||
|
||||
# terminate tls at ArgoCD level
|
||||
|
|
Loading…
Reference in a new issue