Skip to content

Commit

Permalink
Redis-HA: Upgrade Redis & HAProxy image tags
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Layfield <[email protected]>
  • Loading branch information
DandyDeveloper committed Mar 2, 2023
1 parent 6d8f491 commit c45d56a
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.22.7
appVersion: 7.0.4
version: 4.23.0
appVersion: 7.0.9
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.5-alpine3.16
tag: 7.0.9-alpine3.17
pullPolicy: IfNotPresent

## Reference to one or more secrets to be used when pulling images
Expand Down Expand Up @@ -81,7 +81,7 @@ haproxy:
replicas: 3
image:
repository: haproxy
tag: 2.6.4
tag: 2.6.9
pullPolicy: IfNotPresent

## Custom labels for the haproxy pod
Expand Down

0 comments on commit c45d56a

Please sign in to comment.