@@ -1262,7 +1262,7 @@ NOTE: Any values you put under `.Values.configs.cm` are passed to argocd-cm Conf
12621262| dex.extraContainers | list | `[]` | Additional containers to be added to the dex pod |
12631263| dex.image.imagePullPolicy | string | `""` (defaults to global.image.imagePullPolicy) | Dex imagePullPolicy |
12641264| dex.image.repository | string | `"ghcr.io/dexidp/dex"` | Dex image repository |
1265- | dex.image.tag | string | `"v2.43.0 "` | Dex image tag |
1265+ | dex.image.tag | string | `"v2.43.1 "` | Dex image tag |
12661266| dex.imagePullSecrets | list | `[]` (defaults to global.imagePullSecrets) | Secrets with credentials to pull images from a private registry |
12671267| dex.initContainers | list | `[]` | Init containers to add to the dex pod |
12681268| dex.initImage.imagePullPolicy | string | `""` (defaults to global.image.imagePullPolicy) | Argo CD init image imagePullPolicy |
@@ -1369,7 +1369,7 @@ NOTE: Any values you put under `.Values.configs.cm` are passed to argocd-cm Conf
13691369| redis.extraContainers | list | `[]` | Additional containers to be added to the redis pod |
13701370| redis.image.imagePullPolicy | string | `""` (defaults to global.image.imagePullPolicy) | Redis image pull policy |
13711371| redis.image.repository | string | `"public.ecr.aws/docker/library/redis"` | Redis repository |
1372- | redis.image.tag | string | `"7.2.8 -alpine"` | Redis tag |
1372+ | redis.image.tag | string | `"7.4.2 -alpine"` | Redis tag |
13731373| redis.imagePullSecrets | list | `[]` (defaults to global.imagePullSecrets) | Secrets with credentials to pull images from a private registry |
13741374| redis.initContainers | list | `[]` | Init containers to add to the redis pod |
13751375| redis.livenessProbe.enabled | bool | `false` | Enable Kubernetes liveness probe for Redis server |
@@ -1455,7 +1455,7 @@ The main options are listed here:
14551455| redis-ha.haproxy.tolerations | list | `[]` | [Tolerations] for use with node taints for haproxy pods. |
14561456| redis-ha.hardAntiAffinity | bool | `true` | Whether the Redis server pods should be forced to run on separate nodes. |
14571457| redis-ha.image.repository | string | `"public.ecr.aws/docker/library/redis"` | Redis repository |
1458- | redis-ha.image.tag | string | `"7.2.8 -alpine"` | Redis tag |
1458+ | redis-ha.image.tag | string | `"7.4.2 -alpine"` | Redis tag |
14591459| redis-ha.persistentVolume.enabled | bool | `false` | Configures persistence on Redis nodes |
14601460| 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) |
14611461| 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 |
0 commit comments