Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1f82431

Browse files
authored
feat(argo-cd): bump redis deps to fix cves (#2466)
* bump redis deps Signed-off-by: drfaust92 <[email protected]> * bump redis deps Signed-off-by: drfaust92 <[email protected]> * bump redis deps Signed-off-by: drfaust92 <[email protected]> * bump redis deps Signed-off-by: drfaust92 <[email protected]> --------- Signed-off-by: drfaust92 <[email protected]>
1 parent 3b7a005 commit 1f82431

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

charts/argo-cd/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ appVersion: v2.9.5
33
kubeVersion: ">=1.23.0-0"
44
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
55
name: argo-cd
6-
version: 5.53.10
6+
version: 5.53.11
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: fixed
30-
description: Restart argocd-server when argocd-cm CM is updated
29+
- kind: security
30+
description: updated redis and redis exporter images to fix some cves

charts/argo-cd/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -967,13 +967,13 @@ server:
967967
| redis.exporter.env | list | `[]` | Environment variables to pass to the Redis exporter |
968968
| redis.exporter.image.imagePullPolicy | string | `""` (defaults to global.image.imagePullPolicy) | Image pull policy for the redis-exporter |
969969
| redis.exporter.image.repository | string | `"public.ecr.aws/bitnami/redis-exporter"` | Repository to use for the redis-exporter |
970-
| redis.exporter.image.tag | string | `"1.53.0"` | Tag to use for the redis-exporter |
970+
| redis.exporter.image.tag | string | `"1.57.0"` | Tag to use for the redis-exporter |
971971
| redis.exporter.resources | object | `{}` | Resource limits and requests for redis-exporter sidecar |
972972
| redis.extraArgs | list | `[]` | Additional command line arguments to pass to redis-server |
973973
| redis.extraContainers | list | `[]` | Additional containers to be added to the redis pod |
974974
| redis.image.imagePullPolicy | string | `""` (defaults to global.image.imagePullPolicy) | Redis image pull policy |
975975
| redis.image.repository | string | `"public.ecr.aws/docker/library/redis"` | Redis repository |
976-
| redis.image.tag | string | `"7.0.13-alpine"` | Redis tag |
976+
| redis.image.tag | string | `"7.0.15-alpine"` | Redis tag |
977977
| redis.imagePullSecrets | list | `[]` (defaults to global.imagePullSecrets) | Secrets with credentials to pull images from a private registry |
978978
| redis.initContainers | list | `[]` | Init containers to add to the redis pod |
979979
| redis.metrics.enabled | bool | `false` | Deploy metrics service |
@@ -1032,7 +1032,7 @@ The main options are listed here:
10321032
| redis-ha.enabled | bool | `false` | Enables the Redis HA subchart and disables the custom Redis single node deployment |
10331033
| redis-ha.exporter.enabled | bool | `false` | Enable Prometheus redis-exporter sidecar |
10341034
| redis-ha.exporter.image | string | `"public.ecr.aws/bitnami/redis-exporter"` | Repository to use for the redis-exporter |
1035-
| redis-ha.exporter.tag | string | `"1.53.0"` | Tag to use for the redis-exporter |
1035+
| redis-ha.exporter.tag | string | `"1.57.0"` | Tag to use for the redis-exporter |
10361036
| redis-ha.haproxy.additionalAffinities | object | `{}` | Additional affinities to add to the haproxy pods. |
10371037
| redis-ha.haproxy.affinity | string | `""` | Assign custom [affinity] rules to the haproxy pods. |
10381038
| redis-ha.haproxy.containerSecurityContext | object | See [values.yaml] | HAProxy container-level security context |
@@ -1042,7 +1042,7 @@ The main options are listed here:
10421042
| redis-ha.haproxy.tolerations | list | `[]` | [Tolerations] for use with node taints for haproxy pods. |
10431043
| redis-ha.hardAntiAffinity | bool | `true` | Whether the Redis server pods should be forced to run on separate nodes. |
10441044
| redis-ha.image.repository | string | `"public.ecr.aws/docker/library/redis"` | Redis repository |
1045-
| redis-ha.image.tag | string | `"7.0.13-alpine"` | Redis tag |
1045+
| redis-ha.image.tag | string | `"7.0.15-alpine"` | Redis tag |
10461046
| redis-ha.persistentVolume.enabled | bool | `false` | Configures persistence on Redis nodes |
10471047
| 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) |
10481048
| 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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1182,7 +1182,7 @@ redis:
11821182
# -- Redis repository
11831183
repository: public.ecr.aws/docker/library/redis
11841184
# -- Redis tag
1185-
tag: 7.0.13-alpine
1185+
tag: 7.0.15-alpine
11861186
# -- Redis image pull policy
11871187
# @default -- `""` (defaults to global.image.imagePullPolicy)
11881188
imagePullPolicy: ""
@@ -1198,7 +1198,7 @@ redis:
11981198
# -- Repository to use for the redis-exporter
11991199
repository: public.ecr.aws/bitnami/redis-exporter
12001200
# -- Tag to use for the redis-exporter
1201-
tag: 1.53.0
1201+
tag: 1.57.0
12021202
# -- Image pull policy for the redis-exporter
12031203
# @default -- `""` (defaults to global.image.imagePullPolicy)
12041204
imagePullPolicy: ""
@@ -1405,15 +1405,15 @@ redis-ha:
14051405
# -- Redis repository
14061406
repository: public.ecr.aws/docker/library/redis
14071407
# -- Redis tag
1408-
tag: 7.0.13-alpine
1408+
tag: 7.0.15-alpine
14091409
## Prometheus redis-exporter sidecar
14101410
exporter:
14111411
# -- Enable Prometheus redis-exporter sidecar
14121412
enabled: false
14131413
# -- Repository to use for the redis-exporter
14141414
image: public.ecr.aws/bitnami/redis-exporter
14151415
# -- Tag to use for the redis-exporter
1416-
tag: 1.53.0
1416+
tag: 1.57.0
14171417
persistentVolume:
14181418
# -- Configures persistence on Redis nodes
14191419
enabled: false

0 commit comments

Comments
 (0)