Skip to content

Commit 4fc3aa5

Browse files
authored
fix(argo-cd): Bump redis version due to CVE-2025-49844 (#3524)
fixed(argo-cd): Bump redis version due to CVE-2025-49844 Signed-off-by: yu-croco <[email protected]>
1 parent 3fb48cf commit 4fc3aa5

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

charts/argo-cd/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ appVersion: v3.1.8
33
kubeVersion: ">=1.25.0-0"
44
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
55
name: argo-cd
6-
version: 8.5.9
6+
version: 8.5.10
77
home: https://github.com/argoproj/argo-helm
88
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
99
sources:
@@ -26,5 +26,5 @@ annotations:
2626
fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252
2727
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
2828
artifacthub.io/changes: |
29-
- kind: changed
30-
description: Bump redis_exporter to v1.78.0
29+
- kind: fixed
30+
description: Bump redis version due to CVE-2025-49844

charts/argo-cd/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1370,7 +1370,7 @@ NAME: my-release
13701370
| redis.extraContainers | list | `[]` | Additional containers to be added to the redis pod |
13711371
| redis.image.imagePullPolicy | string | `""` (defaults to global.image.imagePullPolicy) | Redis image pull policy |
13721372
| redis.image.repository | string | `"ecr-public.aws.com/docker/library/redis"` | Redis repository |
1373-
| redis.image.tag | string | `"7.2.8-alpine"` | Redis tag |
1373+
| redis.image.tag | string | `"7.2.11-alpine"` | Redis tag |
13741374
| redis.imagePullSecrets | list | `[]` (defaults to global.imagePullSecrets) | Secrets with credentials to pull images from a private registry |
13751375
| redis.initContainers | list | `[]` | Init containers to add to the redis pod |
13761376
| redis.livenessProbe.enabled | bool | `false` | Enable Kubernetes liveness probe for Redis server |
@@ -1458,7 +1458,7 @@ The main options are listed here:
14581458
| redis-ha.haproxy.tolerations | list | `[]` | [Tolerations] for use with node taints for haproxy pods. |
14591459
| redis-ha.hardAntiAffinity | bool | `true` | Whether the Redis server pods should be forced to run on separate nodes. |
14601460
| redis-ha.image.repository | string | `"ecr-public.aws.com/docker/library/redis"` | Redis repository |
1461-
| redis-ha.image.tag | string | `"7.2.8-alpine"` | Redis tag |
1461+
| redis-ha.image.tag | string | `"7.2.11-alpine"` | Redis tag |
14621462
| redis-ha.persistentVolume.enabled | bool | `false` | Configures persistence on Redis nodes |
14631463
| redis-ha.redis.config | object | See [values.yaml] | Any valid redis config options in this section will be applied to each server (see `redis-ha` chart) |
14641464
| redis-ha.redis.config.save | string | `'""'` | Will save the DB if both the given number of seconds and the given number of write operations against the DB occurred. `""` is disabled |

charts/argo-cd/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1497,7 +1497,7 @@ redis:
14971497
repository: ecr-public.aws.com/docker/library/redis
14981498
# -- Redis tag
14991499
## Do not upgrade to >= 7.4.0, otherwise you are no longer using an open source version of Redis
1500-
tag: 7.2.8-alpine
1500+
tag: 7.2.11-alpine
15011501
# -- Redis image pull policy
15021502
# @default -- `""` (defaults to global.image.imagePullPolicy)
15031503
imagePullPolicy: ""
@@ -1793,7 +1793,7 @@ redis-ha:
17931793
repository: ecr-public.aws.com/docker/library/redis
17941794
# -- Redis tag
17951795
## Do not upgrade to >= 7.4.0, otherwise you are no longer using an open source version of Redis
1796-
tag: 7.2.8-alpine
1796+
tag: 7.2.11-alpine
17971797
## Prometheus redis-exporter sidecar
17981798
exporter:
17991799
# -- Enable Prometheus redis-exporter sidecar

0 commit comments

Comments
 (0)