feat(argocd): Switch from docker.io to quay.io

https://github.com/argoproj/argo-cd/blob/master/docs/operator-manual/upgrading/1.8-1.9.md#container-registry-switched-to-quayio-and-sundown-of-docker-hub-repository

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2021-01-27 21:01:18 -05:00
parent ac85c8b784
commit 1256783395
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ installCRDs: true
global: global:
image: image:
repository: argoproj/argocd repository: quay.io/argoproj/argocd
tag: v1.8.4 tag: v1.8.4
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
securityContext: {} securityContext: {}

View file

@ -12,7 +12,7 @@ controller:
tolerations: [] tolerations: []
affinity: {} affinity: {}
image: image:
repository: argoproj/argo-rollouts repository: quay.io/argoproj/argo-rollouts
tag: v0.10.2 tag: v0.10.2
pullPolicy: IfNotPresent pullPolicy: IfNotPresent