@@ -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 |
0 commit comments