update global.image values in values.yaml to quay.io

Signed-off-by: Marcel Hoyer <mhoyer@pixelplastic.de>
This commit is contained in:
Marcel Hoyer 2021-04-08 13:39:28 +02:00
parent ec13b7a68e
commit 1126b1b92e

View file

@ -9,7 +9,7 @@ installCRDs: true
global: global:
image: image:
repository: argoproj/argocd repository: quay.io/argoproj/argocd
tag: v2.0.0 tag: v2.0.0
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
securityContext: {} securityContext: {}
@ -27,8 +27,8 @@ controller:
name: application-controller name: application-controller
image: image:
repository: # argoproj/argocd repository: # defaults to global.image.repository
tag: # v1.7.11 tag: # defaults to global.image.tag
imagePullPolicy: # IfNotPresent imagePullPolicy: # IfNotPresent
# If changing the number of replicas you must pass the number as ARGOCD_CONTROLLER_REPLICAS as an environment variable # If changing the number of replicas you must pass the number as ARGOCD_CONTROLLER_REPLICAS as an environment variable
@ -363,8 +363,8 @@ server:
targetMemoryUtilizationPercentage: 50 targetMemoryUtilizationPercentage: 50
image: image:
repository: # argoproj/argocd repository: # defaults to global.image.repository
tag: # v1.7.11 tag: # defaults to global.image.tag
imagePullPolicy: # IfNotPresent imagePullPolicy: # IfNotPresent
## Additional command line arguments to pass to argocd-server ## Additional command line arguments to pass to argocd-server
@ -731,8 +731,8 @@ repoServer:
targetMemoryUtilizationPercentage: 50 targetMemoryUtilizationPercentage: 50
image: image:
repository: # argoproj/argocd repository: # defaults to global.image.repository
tag: # v1.7.11 tag: # defaults to global.image.tag
imagePullPolicy: # IfNotPresent imagePullPolicy: # IfNotPresent
## Additional command line arguments to pass to argocd-repo-server ## Additional command line arguments to pass to argocd-repo-server