Skip to content

Commit 8b0efa4

Browse files
Merge pull request #201 from codefresh-io/bump-redis-8.2.2
fix: bumps redis version to 8.2.2
2 parents 0c3c4b2 + 6775de1 commit 8b0efa4

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/configs/external-redis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
- --appendonly
3030
- "no"
3131
- --requirepass argocd
32-
image: ecr-public.aws.com/docker/library/redis:8.2.1-alpine
32+
image: ecr-public.aws.com/docker/library/redis:8.2.2-alpine
3333
name: redis
3434
ports:
3535
- containerPort: 6379

charts/argo-cd/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
apiVersion: v2
2-
appVersion: v3.1.5-2025-10-21-b3254810
2+
appVersion: v3.0.2-2025-10-24-afba3263
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-12-cap-v3.1.5-2025-10-21-b3254810
6+
version: 8.0.6-10-cap-3.0.2-2025-10-24-afba3263
77
home: https://github.com/argoproj/argo-helm
88
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
99
sources:

charts/argo-cd/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1412,7 +1412,7 @@ NAME: my-release
14121412
| redis.extraContainers | list | `[]` | Additional containers to be added to the redis pod |
14131413
| redis.image.imagePullPolicy | string | `""` (defaults to global.image.imagePullPolicy) | Redis image pull policy |
14141414
| redis.image.repository | string | `"ecr-public.aws.com/docker/library/redis"` | Redis repository |
1415-
| redis.image.tag | string | `"8.2.1-alpine"` | Redis tag |
1415+
| redis.image.tag | string | `"8.2.2-alpine"` | Redis tag |
14161416
| redis.imagePullSecrets | list | `[]` (defaults to global.imagePullSecrets) | Secrets with credentials to pull images from a private registry |
14171417
| redis.initContainers | list | `[]` | Init containers to add to the redis pod |
14181418
| redis.livenessProbe.enabled | bool | `false` | Enable Kubernetes liveness probe for Redis server |
@@ -1500,7 +1500,7 @@ The main options are listed here:
15001500
| redis-ha.haproxy.tolerations | list | `[]` | [Tolerations] for use with node taints for haproxy pods. |
15011501
| redis-ha.hardAntiAffinity | bool | `true` | Whether the Redis server pods should be forced to run on separate nodes. |
15021502
| redis-ha.image.repository | string | `"ecr-public.aws.com/docker/library/redis"` | Redis repository |
1503-
| redis-ha.image.tag | string | `"8.2.1-alpine"` | Redis tag |
1503+
| redis-ha.image.tag | string | `"8.2.2-alpine"` | Redis tag |
15041504
| redis-ha.persistentVolume.enabled | bool | `false` | Configures persistence on Redis nodes |
15051505
| 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) |
15061506
| 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
@@ -1501,7 +1501,7 @@ redis:
15011501
# -- Redis repository
15021502
repository: ecr-public.aws.com/docker/library/redis
15031503
# -- Redis tag
1504-
tag: 8.2.1-alpine
1504+
tag: 8.2.2-alpine
15051505
# -- Redis image pull policy
15061506
# @default -- `""` (defaults to global.image.imagePullPolicy)
15071507
imagePullPolicy: ""
@@ -1796,7 +1796,7 @@ redis-ha:
17961796
# -- Redis repository
17971797
repository: ecr-public.aws.com/docker/library/redis
17981798
# -- Redis tag
1799-
tag: 8.2.1-alpine
1799+
tag: 8.2.2-alpine
18001800
## Prometheus redis-exporter sidecar
18011801
exporter:
18021802
# -- Enable Prometheus redis-exporter sidecar

0 commit comments

Comments
 (0)