Update values.yaml
This commit is contained in:
parent
fca7065e5e
commit
9b74f69ec0
1 changed files with 5 additions and 5 deletions
|
@ -3,7 +3,7 @@ applicationController:
|
||||||
servicePort: 8082
|
servicePort: 8082
|
||||||
image:
|
image:
|
||||||
repository: argoproj/argocd
|
repository: argoproj/argocd
|
||||||
tag: v1.2.0
|
tag: v1.2.1
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
volumeMounts: []
|
volumeMounts: []
|
||||||
volumes: []
|
volumes: []
|
||||||
|
@ -16,7 +16,7 @@ server:
|
||||||
serviceAnnotations: {}
|
serviceAnnotations: {}
|
||||||
image:
|
image:
|
||||||
repository: argoproj/argocd
|
repository: argoproj/argocd
|
||||||
tag: v1.2.0
|
tag: v1.2.1
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
serviceType: ClusterIP
|
serviceType: ClusterIP
|
||||||
extraArgs: []
|
extraArgs: []
|
||||||
|
@ -34,7 +34,7 @@ repoServer:
|
||||||
servicePort: 8081
|
servicePort: 8081
|
||||||
image:
|
image:
|
||||||
repository: argoproj/argocd
|
repository: argoproj/argocd
|
||||||
tag: v1.2.0
|
tag: v1.2.1
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
volumeMounts: []
|
volumeMounts: []
|
||||||
volumes: []
|
volumes: []
|
||||||
|
@ -46,11 +46,11 @@ dexServer:
|
||||||
servicePortGrpc: 5557
|
servicePortGrpc: 5557
|
||||||
image:
|
image:
|
||||||
repository: quay.io/dexidp/dex
|
repository: quay.io/dexidp/dex
|
||||||
tag: v2.12.0
|
tag: v2.14.0
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
initImage:
|
initImage:
|
||||||
repository: argoproj/argocd
|
repository: argoproj/argocd
|
||||||
tag: v1.2.0
|
tag: v1.2.1
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
volumeMounts: []
|
volumeMounts: []
|
||||||
volumes: []
|
volumes: []
|
||||||
|
|
Loading…
Reference in a new issue