Skip to content

Commit 09baadb

Browse files
Merge pull request #191 from codefresh-io/bump-redis-8.x
chore: bumps redis version to 8.2.1
2 parents a7eecb8 + 728a859 commit 09baadb

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
@@ -1,9 +1,9 @@
11
apiVersion: v2
2-
appVersion: v3.0.2-2025-09-07-cdf75df5
2+
appVersion: v3.0.2-2025-09-08-9b30d922
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.0.6-8-cap-v3.0.2-2025-09-07-cdf75df5
6+
version: 8.0.6-9-cap-v3.0.2-2025-09-08-9b30d922
77
home: https://github.com/argoproj/argo-helm
88
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
99
sources:
@@ -27,4 +27,4 @@ annotations:
2727
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
2828
artifacthub.io/changes: |
2929
- kind: changed
30-
description: fixed security advisory GHSA-786q-9hcg-v9ff
30+
description: bumps the redis version to the latest 8.2.1 and argo-cd version to v3.0.2-2025-09-08-9b30d922

charts/argo-cd/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1369,7 +1369,7 @@ NOTE: Any values you put under `.Values.configs.cm` are passed to argocd-cm Conf
13691369
| redis.extraContainers | list | `[]` | Additional containers to be added to the redis pod |
13701370
| redis.image.imagePullPolicy | string | `""` (defaults to global.image.imagePullPolicy) | Redis image pull policy |
13711371
| redis.image.repository | string | `"public.ecr.aws/docker/library/redis"` | Redis repository |
1372-
| redis.image.tag | string | `"7.4.5-alpine"` | Redis tag |
1372+
| redis.image.tag | string | `"8.2.1-alpine"` | Redis tag |
13731373
| redis.imagePullSecrets | list | `[]` (defaults to global.imagePullSecrets) | Secrets with credentials to pull images from a private registry |
13741374
| redis.initContainers | list | `[]` | Init containers to add to the redis pod |
13751375
| redis.livenessProbe.enabled | bool | `false` | Enable Kubernetes liveness probe for Redis server |
@@ -1455,7 +1455,7 @@ The main options are listed here:
14551455
| redis-ha.haproxy.tolerations | list | `[]` | [Tolerations] for use with node taints for haproxy pods. |
14561456
| redis-ha.hardAntiAffinity | bool | `true` | Whether the Redis server pods should be forced to run on separate nodes. |
14571457
| redis-ha.image.repository | string | `"public.ecr.aws/docker/library/redis"` | Redis repository |
1458-
| redis-ha.image.tag | string | `"7.4.5-alpine"` | Redis tag |
1458+
| redis-ha.image.tag | string | `"8.2.1-alpine"` | Redis tag |
14591459
| redis-ha.persistentVolume.enabled | bool | `false` | Configures persistence on Redis nodes |
14601460
| 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) |
14611461
| 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
@@ -1428,7 +1428,7 @@ redis:
14281428
# -- Redis repository
14291429
repository: public.ecr.aws/docker/library/redis
14301430
# -- Redis tag
1431-
tag: 7.4.5-alpine
1431+
tag: 8.2.1-alpine
14321432
# -- Redis image pull policy
14331433
# @default -- `""` (defaults to global.image.imagePullPolicy)
14341434
imagePullPolicy: ""
@@ -1714,7 +1714,7 @@ redis-ha:
17141714
# -- Redis repository
17151715
repository: public.ecr.aws/docker/library/redis
17161716
# -- Redis tag
1717-
tag: 7.4.5-alpine
1717+
tag: 8.2.1-alpine
17181718
## Prometheus redis-exporter sidecar
17191719
exporter:
17201720
# -- Enable Prometheus redis-exporter sidecar

0 commit comments

Comments
 (0)