Skip to content

Commit 782f69b

Browse files
HAProxy 3.0.8-alpine
Signed-off-by: Aaron Layfield <aaron.layfield@gmail.com>
1 parent d240e73 commit 782f69b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/redis-ha/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ keywords:
55
- redis
66
- keyvalue
77
- database
8-
version: 4.33.2
8+
version: 4.33.3
99
appVersion: 7.2.7
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://upload.wikimedia.org/wikipedia/en/thumb/6/6b/Redis_Logo.svg/1200px-Redis_Logo.svg.png

charts/redis-ha/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ haproxy:
127127
# -- HAProxy Image Repository
128128
repository: public.ecr.aws/docker/library/haproxy
129129
# -- HAProxy Image Tag
130-
tag: 3.0.7-alpine
130+
tag: 3.0.8-alpine
131131
# -- HAProxy Image PullPolicy
132132
pullPolicy: IfNotPresent
133133

0 commit comments

Comments
 (0)