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:
parent
ac85c8b784
commit
1256783395
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ installCRDs: true
|
|||
|
||||
global:
|
||||
image:
|
||||
repository: argoproj/argocd
|
||||
repository: quay.io/argoproj/argocd
|
||||
tag: v1.8.4
|
||||
imagePullPolicy: IfNotPresent
|
||||
securityContext: {}
|
||||
|
|
|
@ -12,7 +12,7 @@ controller:
|
|||
tolerations: []
|
||||
affinity: {}
|
||||
image:
|
||||
repository: argoproj/argo-rollouts
|
||||
repository: quay.io/argoproj/argo-rollouts
|
||||
tag: v0.10.2
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
|
|
Loading…
Reference in a new issue