diff --git a/charts/redis-ha/Chart.yaml b/charts/redis-ha/Chart.yaml index 0874fba..0b8133c 100644 --- a/charts/redis-ha/Chart.yaml +++ b/charts/redis-ha/Chart.yaml @@ -5,8 +5,8 @@ keywords: - redis - keyvalue - database -version: 4.35.7 -appVersion: 8.2.2 +version: 4.35.8 +appVersion: 8.2.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 f093ed2..5cbfb7b 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.2-alpine + tag: 8.2.3-alpine # -- Redis image pull policy pullPolicy: IfNotPresent