Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/redis-ha/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
10 changes: 5 additions & 5 deletions charts/redis-ha/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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: {}

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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`
Expand Down Expand Up @@ -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

Expand Down
Loading