Skip to content

Commit f65e59c

Browse files
chore(argo-cd): Update public.ecr.aws/docker/library/redis Docker tag to v7.4.2
Signed-off-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com>
1 parent 692bd04 commit f65e59c

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

charts/argo-cd/Chart.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ appVersion: v2.13.3
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.7.18
6+
version: 7.7.20
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: added
30-
description: Add feature toggle to ArgoCD configmap allowing sync impersonation
29+
- kind: changed
30+
description: Bump redis to 7.4.2

charts/argo-cd/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1279,7 +1279,7 @@ NAME: my-release
12791279
| redis.extraContainers | list | `[]` | Additional containers to be added to the redis pod |
12801280
| redis.image.imagePullPolicy | string | `""` (defaults to global.image.imagePullPolicy) | Redis image pull policy |
12811281
| redis.image.repository | string | `"public.ecr.aws/docker/library/redis"` | Redis repository |
1282-
| redis.image.tag | string | `"7.4.1-alpine"` | Redis tag |
1282+
| redis.image.tag | string | `"7.4.2-alpine"` | Redis tag |
12831283
| redis.imagePullSecrets | list | `[]` (defaults to global.imagePullSecrets) | Secrets with credentials to pull images from a private registry |
12841284
| redis.initContainers | list | `[]` | Init containers to add to the redis pod |
12851285
| redis.livenessProbe.enabled | bool | `false` | Enable Kubernetes liveness probe for Redis server |
@@ -1365,7 +1365,7 @@ The main options are listed here:
13651365
| redis-ha.haproxy.tolerations | list | `[]` | [Tolerations] for use with node taints for haproxy pods. |
13661366
| redis-ha.hardAntiAffinity | bool | `true` | Whether the Redis server pods should be forced to run on separate nodes. |
13671367
| redis-ha.image.repository | string | `"public.ecr.aws/docker/library/redis"` | Redis repository |
1368-
| redis-ha.image.tag | string | `"7.4.1-alpine"` | Redis tag |
1368+
| redis-ha.image.tag | string | `"7.4.2-alpine"` | Redis tag |
13691369
| redis-ha.persistentVolume.enabled | bool | `false` | Configures persistence on Redis nodes |
13701370
| 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) |
13711371
| 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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1288,7 +1288,7 @@ redis:
12881288
# -- Redis repository
12891289
repository: public.ecr.aws/docker/library/redis
12901290
# -- Redis tag
1291-
tag: 7.4.1-alpine
1291+
tag: 7.4.2-alpine
12921292
# -- Redis image pull policy
12931293
# @default -- `""` (defaults to global.image.imagePullPolicy)
12941294
imagePullPolicy: ""
@@ -1574,7 +1574,7 @@ redis-ha:
15741574
# -- Redis repository
15751575
repository: public.ecr.aws/docker/library/redis
15761576
# -- Redis tag
1577-
tag: 7.4.1-alpine
1577+
tag: 7.4.2-alpine
15781578
## Prometheus redis-exporter sidecar
15791579
exporter:
15801580
# -- Enable Prometheus redis-exporter sidecar

0 commit comments

Comments
 (0)