File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11apiVersion : v2
2- appVersion : v3.1.5 -2025-10-21-b3254810
2+ appVersion : v3.0.2 -2025-10-24-afba3263
33kubeVersion : " >=1.25.0-0"
44description : A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
55name : 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
77home : https://github.com/argoproj/argo-helm
88icon : https://argo-cd.readthedocs.io/en/stable/assets/logo.png
99sources :
Original file line number Diff line number Diff 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 |
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments