Skip to content

Commit a3f7eb3

Browse files
authored
fix: CR-26730 bumped redis to 7.2.5 (#115)
* Bumped Redis to 7.2.5-alpine Signed-off-by: reggie-k <[email protected]> * Update docs Signed-off-by: reggie-k <[email protected]> * Update docs Signed-off-by: reggie-k <[email protected]> --------- Signed-off-by: reggie-k <[email protected]>
1 parent 77383a8 commit a3f7eb3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/argo-cd/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1382,7 +1382,7 @@ NAME: my-release
13821382
| redis.extraContainers | list | `[]` | Additional containers to be added to the redis pod |
13831383
| redis.image.imagePullPolicy | string | `""` (defaults to global.image.imagePullPolicy) | Redis image pull policy |
13841384
| redis.image.repository | string | `"public.ecr.aws/docker/library/redis"` | Redis repository |
1385-
| redis.image.tag | string | `"7.2.4-alpine"` | Redis tag |
1385+
| redis.image.tag | string | `"7.2.5-alpine"` | Redis tag |
13861386
| redis.imagePullSecrets | list | `[]` (defaults to global.imagePullSecrets) | Secrets with credentials to pull images from a private registry |
13871387
| redis.initContainers | list | `[]` | Init containers to add to the redis pod |
13881388
| redis.livenessProbe.enabled | bool | `false` | Enable Kubernetes liveness probe for Redis server |

charts/argo-cd/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1244,7 +1244,7 @@ redis:
12441244
# -- Redis repository
12451245
repository: public.ecr.aws/docker/library/redis
12461246
# -- Redis tag
1247-
tag: 7.2.4-alpine
1247+
tag: 7.2.5-alpine
12481248
# -- Redis image pull policy
12491249
# @default -- `""` (defaults to global.image.imagePullPolicy)
12501250
imagePullPolicy: ""

0 commit comments

Comments
 (0)