From 0b0940e6a2417c624fead4166e9e9f60f9a1c0f1 Mon Sep 17 00:00:00 2001 From: Ilia Medvedev Date: Wed, 15 Nov 2023 22:27:51 +0200 Subject: [PATCH] switch redis repo --- charts/argo-cd/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/argo-cd/README.md b/charts/argo-cd/README.md index fd4d61e17..406356606 100644 --- a/charts/argo-cd/README.md +++ b/charts/argo-cd/README.md @@ -951,7 +951,7 @@ server: | redis.extraArgs | list | `[]` | Additional command line arguments to pass to redis-server | | redis.extraContainers | list | `[]` | Additional containers to be added to the redis pod | | redis.image.imagePullPolicy | string | `""` (defaults to global.image.imagePullPolicy) | Redis image pull policy | -| redis.image.repository | string | `"quay.io/codefresh/redis"` | Redis repository | +| redis.image.repository | string | `"public.ecr.aws/docker/library/redis"` | Redis repository | | redis.image.tag | string | `"7.0.13-alpine"` | Redis tag | | redis.imagePullSecrets | list | `[]` (defaults to global.imagePullSecrets) | Secrets with credentials to pull images from a private registry | | redis.initContainers | list | `[]` | Init containers to add to the redis pod |