Skip to content

Commit eecb4eb

Browse files
authored
feat: Update Redis to 7.4.3 (#151)
* updatd redis to 7.4.3 chart to 4.33.4 Signed-off-by: reggie-k <[email protected]> * updated artifacthub.io/changes Signed-off-by: reggie-k <[email protected]> * updatd redis to 7.4.3 Signed-off-by: reggie-k <[email protected]> * updatd redis to 7.4.3 Signed-off-by: reggie-k <[email protected]> * updatd redis to 7.4.3 Signed-off-by: reggie-k <[email protected]> --------- Signed-off-by: reggie-k <[email protected]>
1 parent 2691394 commit eecb4eb

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

charts/argo-cd/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ appVersion: v2.14.9-2025-05-20-9356e64a
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: 7.8.23-4-cap-v2.14.9-2025-05-20-9356e64a
6+
version: 7.8.23-5-cap-v2.14.9-2025-05-20-9356e64a
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: removed event-reporter resources
30+
description: upgraded redis image to 7.4.3

charts/argo-cd/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1324,7 +1324,7 @@ NOTE: Any values you put under `.Values.configs.cm` are passed to argocd-cm Conf
13241324
| redis.extraContainers | list | `[]` | Additional containers to be added to the redis pod |
13251325
| redis.image.imagePullPolicy | string | `""` (defaults to global.image.imagePullPolicy) | Redis image pull policy |
13261326
| redis.image.repository | string | `"public.ecr.aws/docker/library/redis"` | Redis repository |
1327-
| redis.image.tag | string | `"7.4.2-alpine"` | Redis tag |
1327+
| redis.image.tag | string | `"7.4.3-alpine"` | Redis tag |
13281328
| redis.imagePullSecrets | list | `[]` (defaults to global.imagePullSecrets) | Secrets with credentials to pull images from a private registry |
13291329
| redis.initContainers | list | `[]` | Init containers to add to the redis pod |
13301330
| redis.livenessProbe.enabled | bool | `false` | Enable Kubernetes liveness probe for Redis server |
@@ -1410,7 +1410,7 @@ The main options are listed here:
14101410
| redis-ha.haproxy.tolerations | list | `[]` | [Tolerations] for use with node taints for haproxy pods. |
14111411
| redis-ha.hardAntiAffinity | bool | `true` | Whether the Redis server pods should be forced to run on separate nodes. |
14121412
| redis-ha.image.repository | string | `"public.ecr.aws/docker/library/redis"` | Redis repository |
1413-
| redis-ha.image.tag | string | `"7.4.2-alpine"` | Redis tag |
1413+
| redis-ha.image.tag | string | `"7.4.3-alpine"` | Redis tag |
14141414
| redis-ha.persistentVolume.enabled | bool | `false` | Configures persistence on Redis nodes |
14151415
| 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) |
14161416
| 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
@@ -1302,7 +1302,7 @@ redis:
13021302
# -- Redis repository
13031303
repository: public.ecr.aws/docker/library/redis
13041304
# -- Redis tag
1305-
tag: 7.4.2-alpine
1305+
tag: 7.4.3-alpine
13061306
# -- Redis image pull policy
13071307
# @default -- `""` (defaults to global.image.imagePullPolicy)
13081308
imagePullPolicy: ""
@@ -1588,7 +1588,7 @@ redis-ha:
15881588
# -- Redis repository
15891589
repository: public.ecr.aws/docker/library/redis
15901590
# -- Redis tag
1591-
tag: 7.4.2-alpine
1591+
tag: 7.4.3-alpine
15921592
## Prometheus redis-exporter sidecar
15931593
exporter:
15941594
# -- Enable Prometheus redis-exporter sidecar

0 commit comments

Comments
 (0)