diff --git a/charts/redis-ha/Chart.yaml b/charts/redis-ha/Chart.yaml index d92cdcb..1994f18 100644 --- a/charts/redis-ha/Chart.yaml +++ b/charts/redis-ha/Chart.yaml @@ -5,8 +5,8 @@ keywords: - redis - keyvalue - database -version: 4.35.10 -appVersion: 8.2.4 +version: 4.36.0 +appVersion: 8.6.3 description: This Helm chart provides a highly available Redis implementation with a master/slave configuration and uses Sentinel sidecars for failover management 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 maintainers: diff --git a/charts/redis-ha/values.yaml b/charts/redis-ha/values.yaml index efab590..64e5132 100644 --- a/charts/redis-ha/values.yaml +++ b/charts/redis-ha/values.yaml @@ -14,7 +14,7 @@ image: # -- Redis image repository repository: public.ecr.aws/docker/library/redis # -- Redis image tag - tag: 8.2.4-alpine + tag: 8.6.3-alpine # -- Redis image pull policy pullPolicy: IfNotPresent @@ -70,7 +70,7 @@ configmapTest: # -- Repository of the configmap shellcheck test image. repository: koalaman/shellcheck # -- Tag of the configmap shellcheck test image. - tag: v0.10.0 + tag: v0.11.0 # -- Resources for the ConfigMap test pod resources: {} @@ -137,7 +137,7 @@ haproxy: # -- HAProxy Image Repository repository: public.ecr.aws/docker/library/haproxy # -- HAProxy Image Tag - tag: 3.0.8-alpine + tag: 3.0.22-alpine # -- HAProxy Image PullPolicy pullPolicy: IfNotPresent @@ -355,7 +355,7 @@ sysctlImage: # -- sysctlImage Init container name repository: busybox # -- sysctlImage Init container tag - tag: 1.34.1 + tag: 1.37.0 # -- sysctlImage Init container pull policy pullPolicy: Always # -- Mount the host `/sys` folder to `/host-sys` @@ -744,7 +744,7 @@ exporter: # -- Exporter image image: quay.io/oliver006/redis_exporter # -- Exporter image tag - tag: v1.80.2 + tag: v1.83.0 # -- Exporter image pullPolicy pullPolicy: IfNotPresent