File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11apiVersion : v2
2- appVersion : v2.13.3-2025.1.16-39ce1d3d0
2+ appVersion : v2.13.3-2025.2.12-7bfd6c858
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 : 7.7.14-2 -cap-2.13.3-2025.1.16-39ce1d3d0
6+ version : 7.7.14-3 -cap-2.13.3-2025.2.12-7bfd6c858
77home : https://github.com/argoproj/argo-helm
88icon : https://argo-cd.readthedocs.io/en/stable/assets/logo.png
99sources :
@@ -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: Bump argo-cd to v2.13.3-2025.1.16-39ce1d3d0 for CR-26877
30+ description: bumped argo-cd to v2.13.3-2025.2.12-7bfd6c858 + redis to 7.4.2 + bumped go-git for security fix
Original file line number Diff line number Diff line change @@ -1395,7 +1395,7 @@ NAME: my-release
13951395| redis.extraContainers | list | `[]` | Additional containers to be added to the redis pod |
13961396| redis.image.imagePullPolicy | string | `""` (defaults to global.image.imagePullPolicy) | Redis image pull policy |
13971397| redis.image.repository | string | `"public.ecr.aws/docker/library/redis"` | Redis repository |
1398- | redis.image.tag | string | `"7.4.1 -alpine"` | Redis tag |
1398+ | redis.image.tag | string | `"7.4.2 -alpine"` | Redis tag |
13991399| redis.imagePullSecrets | list | `[]` (defaults to global.imagePullSecrets) | Secrets with credentials to pull images from a private registry |
14001400| redis.initContainers | list | `[]` | Init containers to add to the redis pod |
14011401| redis.livenessProbe.enabled | bool | `false` | Enable Kubernetes liveness probe for Redis server |
@@ -1481,7 +1481,7 @@ The main options are listed here:
14811481| redis-ha.haproxy.tolerations | list | `[]` | [Tolerations] for use with node taints for haproxy pods. |
14821482| redis-ha.hardAntiAffinity | bool | `true` | Whether the Redis server pods should be forced to run on separate nodes. |
14831483| redis-ha.image.repository | string | `"public.ecr.aws/docker/library/redis"` | Redis repository |
1484- | redis-ha.image.tag | string | `"7.4.1 -alpine"` | Redis tag |
1484+ | redis-ha.image.tag | string | `"7.4.2 -alpine"` | Redis tag |
14851485| redis-ha.persistentVolume.enabled | bool | `false` | Configures persistence on Redis nodes |
14861486| 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) |
14871487| 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 @@ -1291,7 +1291,7 @@ redis:
12911291 # -- Redis repository
12921292 repository : public.ecr.aws/docker/library/redis
12931293 # -- Redis tag
1294- tag : 7.4.1 -alpine
1294+ tag : 7.4.2 -alpine
12951295 # -- Redis image pull policy
12961296 # @default -- `""` (defaults to global.image.imagePullPolicy)
12971297 imagePullPolicy : " "
@@ -1577,7 +1577,7 @@ redis-ha:
15771577 # -- Redis repository
15781578 repository : public.ecr.aws/docker/library/redis
15791579 # -- Redis tag
1580- tag : 7.4.1 -alpine
1580+ tag : 7.4.2 -alpine
15811581 # # Prometheus redis-exporter sidecar
15821582 exporter :
15831583 # -- Enable Prometheus redis-exporter sidecar
You can’t perform that action at this time.
0 commit comments