File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ appVersion: v2.13.3
3
3
kubeVersion : " >=1.25.0-0"
4
4
description : A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
5
5
name : argo-cd
6
- version : 7.7.18
6
+ version : 7.7.20
7
7
home : https://github.com/argoproj/argo-helm
8
8
icon : https://argo-cd.readthedocs.io/en/stable/assets/logo.png
9
9
sources :
@@ -26,5 +26,5 @@ annotations:
26
26
fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252
27
27
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
28
28
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
Original file line number Diff line number Diff line change @@ -1279,7 +1279,7 @@ NAME: my-release
1279
1279
| redis.extraContainers | list | `[]` | Additional containers to be added to the redis pod |
1280
1280
| redis.image.imagePullPolicy | string | `""` (defaults to global.image.imagePullPolicy) | Redis image pull policy |
1281
1281
| 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 |
1283
1283
| redis.imagePullSecrets | list | `[]` (defaults to global.imagePullSecrets) | Secrets with credentials to pull images from a private registry |
1284
1284
| redis.initContainers | list | `[]` | Init containers to add to the redis pod |
1285
1285
| redis.livenessProbe.enabled | bool | `false` | Enable Kubernetes liveness probe for Redis server |
@@ -1365,7 +1365,7 @@ The main options are listed here:
1365
1365
| redis-ha.haproxy.tolerations | list | `[]` | [Tolerations] for use with node taints for haproxy pods. |
1366
1366
| redis-ha.hardAntiAffinity | bool | `true` | Whether the Redis server pods should be forced to run on separate nodes. |
1367
1367
| 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 |
1369
1369
| redis-ha.persistentVolume.enabled | bool | `false` | Configures persistence on Redis nodes |
1370
1370
| 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) |
1371
1371
| 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 @@ -1288,7 +1288,7 @@ redis:
1288
1288
# -- Redis repository
1289
1289
repository : public.ecr.aws/docker/library/redis
1290
1290
# -- Redis tag
1291
- tag : 7.4.1 -alpine
1291
+ tag : 7.4.2 -alpine
1292
1292
# -- Redis image pull policy
1293
1293
# @default -- `""` (defaults to global.image.imagePullPolicy)
1294
1294
imagePullPolicy : " "
@@ -1574,7 +1574,7 @@ redis-ha:
1574
1574
# -- Redis repository
1575
1575
repository : public.ecr.aws/docker/library/redis
1576
1576
# -- Redis tag
1577
- tag : 7.4.1 -alpine
1577
+ tag : 7.4.2 -alpine
1578
1578
# # Prometheus redis-exporter sidecar
1579
1579
exporter :
1580
1580
# -- Enable Prometheus redis-exporter sidecar
You can’t perform that action at this time.
0 commit comments