From a3f7eb38f1a132aae8f1d577df71ee6235250252 Mon Sep 17 00:00:00 2001 From: Regina Voloshin Date: Mon, 23 Dec 2024 16:57:31 +0200 Subject: [PATCH] fix: CR-26730 bumped redis to 7.2.5 (#115) * Bumped Redis to 7.2.5-alpine Signed-off-by: reggie-k * Update docs Signed-off-by: reggie-k * Update docs Signed-off-by: reggie-k --------- Signed-off-by: reggie-k --- charts/argo-cd/README.md | 2 +- charts/argo-cd/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/argo-cd/README.md b/charts/argo-cd/README.md index 229c989e..03f39bd5 100644 --- a/charts/argo-cd/README.md +++ b/charts/argo-cd/README.md @@ -1382,7 +1382,7 @@ NAME: my-release | 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 | `"public.ecr.aws/docker/library/redis"` | Redis repository | -| redis.image.tag | string | `"7.2.4-alpine"` | Redis tag | +| redis.image.tag | string | `"7.2.5-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 | | redis.livenessProbe.enabled | bool | `false` | Enable Kubernetes liveness probe for Redis server | diff --git a/charts/argo-cd/values.yaml b/charts/argo-cd/values.yaml index 977b4359..f14090e4 100644 --- a/charts/argo-cd/values.yaml +++ b/charts/argo-cd/values.yaml @@ -1244,7 +1244,7 @@ redis: # -- Redis repository repository: public.ecr.aws/docker/library/redis # -- Redis tag - tag: 7.2.4-alpine + tag: 7.2.5-alpine # -- Redis image pull policy # @default -- `""` (defaults to global.image.imagePullPolicy) imagePullPolicy: ""