From 49d5a217a09bc75a19cb365288ecba4e7d985e38 Mon Sep 17 00:00:00 2001 From: Mark Robinson Date: Wed, 26 May 2021 17:26:39 -0700 Subject: [PATCH] Argo is using a different upstream now --- charts/argo-rollouts/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/argo-rollouts/values.yaml b/charts/argo-rollouts/values.yaml index 93368b2f..1a0241be 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: v1.0.1 pullPolicy: IfNotPresent