diff --git a/charts/argo-cd/values.yaml b/charts/argo-cd/values.yaml index 25bf3ad7..c0af74fb 100755 --- a/charts/argo-cd/values.yaml +++ b/charts/argo-cd/values.yaml @@ -9,7 +9,7 @@ installCRDs: true global: image: - repository: argoproj/argocd + repository: quay.io/argoproj/argocd tag: v1.8.4 imagePullPolicy: IfNotPresent securityContext: {} diff --git a/charts/argo-rollouts/values.yaml b/charts/argo-rollouts/values.yaml index 4e11b693..3691876f 100644 --- a/charts/argo-rollouts/values.yaml +++ b/charts/argo-rollouts/values.yaml @@ -12,7 +12,7 @@ controller: tolerations: [] affinity: {} image: - repository: argoproj/argo-rollouts + repository: quay.io/argoproj/argo-rollouts tag: v0.10.2 pullPolicy: IfNotPresent