Skip to content

Commit

Permalink
[stable/redis-ha] set default haproxy image to alpine build, fix issu… (
Browse files Browse the repository at this point in the history
#251)

* [stable/redis-ha] set default haproxy image to alpine build, fix issue #248.

Signed-off-by: Martijn van der Ploeg <[email protected]>

* Update Chart.yaml

* Update Redis + Chart.yaml

Signed-off-by: Aaron Layfield <[email protected]>

---------

Signed-off-by: Martijn van der Ploeg <[email protected]>
Signed-off-by: Aaron Layfield <[email protected]>
Co-authored-by: Aaron Layfield <[email protected]>
  • Loading branch information
martijnvdp and DandyDeveloper committed Feb 5, 2024
1 parent b70b180 commit 713c999
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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.25.2
appVersion: 7.0.9
version: 4.26.0
appVersion: 7.2.4
description: This Helm chart provides a highly available Redis implementation with a master/slave configuration and uses Sentinel sidecars for failover management
icon: https://upload.wikimedia.org/wikipedia/en/thumb/6/6b/Redis_Logo.svg/1200px-Redis_Logo.svg.png
maintainers:
Expand Down
4 changes: 2 additions & 2 deletions charts/redis-ha/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
##
image:
repository: redis
tag: 7.0.9-alpine3.17
tag: 7.2.4-alpine
pullPolicy: IfNotPresent

## Reference to one or more secrets to be used when pulling images
Expand Down Expand Up @@ -87,7 +87,7 @@ haproxy:
# maxUnavailable: 25%
image:
repository: haproxy
tag: 2.6.9
tag: 2.9.4-alpine
pullPolicy: IfNotPresent

## Custom labels for the haproxy pod
Expand Down

0 comments on commit 713c999

Please sign in to comment.