Skip to content

Commit 2e2539a

Browse files
chore(redis-ha): update chart and image versions to 4.38.0 and 8.8.0-alpine (#408)
Signed-off-by: Aaron Layfield <aaron.layfield@gmail.com>
1 parent 7a1843b commit 2e2539a

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

charts/redis-ha/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ keywords:
55
- redis
66
- keyvalue
77
- database
8-
version: 4.37.0
9-
appVersion: 8.2.4
8+
version: 4.38.0
9+
appVersion: 8.8.0
1010
description: This Helm chart provides a highly available Redis implementation with a master/slave configuration and uses Sentinel sidecars for failover management
1111
icon: https://img.icons8.com/external-tal-revivo-shadow-tal-revivo/24/external-redis-an-in-memory-data-structure-project-implementing-a-distributed-logo-shadow-tal-revivo.png
1212
maintainers:

charts/redis-ha/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ The following table lists the configurable parameters of the Redis chart and the
6969
| `authKey` | Defines the key holding the redis password in existing secret. | string | `"auth"` |
7070
| `authSecretAnnotations` | Annotations for auth secret | object | `{}` |
7171
| `configmap.labels` | Custom labels for the redis configmap | object | `{}` |
72-
| `configmapTest.image` | Image for redis-ha-configmap-test hook | object | `{"repository":"koalaman/shellcheck","tag":"v0.10.0"}` |
72+
| `configmapTest.image` | Image for redis-ha-configmap-test hook | object | `{"repository":"koalaman/shellcheck","tag":"v0.11.0"}` |
7373
| `configmapTest.image.repository` | Repository of the configmap shellcheck test image. | string | `"koalaman/shellcheck"` |
74-
| `configmapTest.image.tag` | Tag of the configmap shellcheck test image. | string | `"v0.10.0"` |
74+
| `configmapTest.image.tag` | Tag of the configmap shellcheck test image. | string | `"v0.11.0"` |
7575
| `configmapTest.resources` | Resources for the ConfigMap test pod | object | `{}` |
7676
| `containerSecurityContext` | Security context to be added to the Redis containers. | object | `{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"runAsNonRoot":true,"runAsUser":1000,"seccompProfile":{"type":"RuntimeDefault"}}` |
7777
| `emptyDir` | Configuration of `emptyDir`, used only if persistentVolume is disabled and no hostPath specified | object | `{}` |
@@ -88,7 +88,7 @@ The following table lists the configurable parameters of the Redis chart and the
8888
| `hostPath.path` | Use this path on the host for data storage. path is evaluated as template so placeholders are replaced | string | `""` |
8989
| `image.pullPolicy` | Redis image pull policy | string | `"IfNotPresent"` |
9090
| `image.repository` | Redis image repository | string | `"public.ecr.aws/docker/library/redis"` |
91-
| `image.tag` | Redis image tag | string | `"8.2.1-alpine"` |
91+
| `image.tag` | Redis image tag | string | `"8.8.0-alpine"` |
9292
| `imagePullSecrets` | Reference to one or more secrets to be used when pulling redis images | list | `[]` |
9393
| `init.resources` | Extra init resources | object | `{}` |
9494
| `labels` | Custom labels for the redis pod | object | `{}` |
@@ -184,7 +184,7 @@ The following table lists the configurable parameters of the Redis chart and the
184184
| `sysctlImage.registry` | sysctlImage Init container registry | string | `"public.ecr.aws/docker/library"` |
185185
| `sysctlImage.repository` | sysctlImage Init container name | string | `"busybox"` |
186186
| `sysctlImage.resources` | sysctlImage resources | object | `{}` |
187-
| `sysctlImage.tag` | sysctlImage Init container tag | string | `"1.34.1"` |
187+
| `sysctlImage.tag` | sysctlImage Init container tag | string | `"1.38.0"` |
188188
| `tls.caCertFile` | Name of CA certificate file | string | `"ca.crt"` |
189189
| `tls.certFile` | Name of certificate file | string | `"redis.crt"` |
190190
| `tls.dhParamsFile` | Name of Diffie-Hellman (DH) key exchange parameters file (Example: redis.dh) | string | `nil` |
@@ -350,7 +350,7 @@ The following table lists the configurable parameters of the Redis chart and the
350350
| `exporter.serviceMonitor.relabelings` | | list | `[]` |
351351
| `exporter.serviceMonitor.telemetryPath` | Set path to redis-exporter telemtery-path (default is /metrics) | string | `""` |
352352
| `exporter.serviceMonitor.timeout` | Set timeout for scrape (default is 10s) | string | `""` |
353-
| `exporter.tag` | Exporter image tag | string | `"v1.67.0"` |
353+
| `exporter.tag` | Exporter image tag | string | `"v1.86.0"` |
354354
| `prometheusRule.additionalLabels` | Additional labels to be set in metadata. | object | `{}` |
355355
| `prometheusRule.enabled` | If true, creates a Prometheus Operator PrometheusRule. | bool | `false` |
356356
| `prometheusRule.interval` | How often rules in the group are evaluated (falls back to `global.evaluation_interval` if not set). | string | `"10s"` |

charts/redis-ha/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ image:
1414
# -- Redis image repository
1515
repository: public.ecr.aws/docker/library/redis
1616
# -- Redis image tag
17-
tag: 8.2.4-alpine
17+
tag: 8.8.0-alpine
1818
# -- Redis image pull policy
1919
pullPolicy: IfNotPresent
2020

@@ -70,7 +70,7 @@ configmapTest:
7070
# -- Repository of the configmap shellcheck test image.
7171
repository: koalaman/shellcheck
7272
# -- Tag of the configmap shellcheck test image.
73-
tag: v0.10.0
73+
tag: v0.11.0
7474
# -- Resources for the ConfigMap test pod
7575
resources: {}
7676

@@ -361,7 +361,7 @@ sysctlImage:
361361
# -- sysctlImage Init container name
362362
repository: busybox
363363
# -- sysctlImage Init container tag
364-
tag: 1.34.1
364+
tag: 1.38.0
365365
# -- sysctlImage Init container pull policy
366366
pullPolicy: Always
367367
# -- Mount the host `/sys` folder to `/host-sys`
@@ -750,7 +750,7 @@ exporter:
750750
# -- Exporter image
751751
image: quay.io/oliver006/redis_exporter
752752
# -- Exporter image tag
753-
tag: v1.80.2
753+
tag: v1.86.0
754754
# -- Exporter image pullPolicy
755755
pullPolicy: IfNotPresent
756756

0 commit comments

Comments
 (0)