Skip to content

Commit 8511c99

Browse files
authored
Update Redis to 7.2.7 (#319)
1 parent 624db44 commit 8511c99

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/redis-ha/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ keywords:
55
- redis
66
- keyvalue
77
- database
8-
version: 4.33.0
9-
appVersion: 7.2.4
8+
version: 4.33.1
9+
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
1212
maintainers:

charts/redis-ha/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ The following table lists the configurable parameters of the Redis chart and the
8686
| `hostPath.path` | Use this path on the host for data storage. path is evaluated as template so placeholders are replaced | string | `""` |
8787
| `image.pullPolicy` | Redis image pull policy | string | `"IfNotPresent"` |
8888
| `image.repository` | Redis image repository | string | `"public.ecr.aws/docker/library/redis"` |
89-
| `image.tag` | Redis image tag | string | `"7.2.4-alpine"` |
89+
| `image.tag` | Redis image tag | string | `"7.2.7-alpine"` |
9090
| `imagePullSecrets` | Reference to one or more secrets to be used when pulling redis images | list | `[]` |
9191
| `init.resources` | Extra init resources | object | `{}` |
9292
| `labels` | Custom labels for the redis pod | object | `{}` |

charts/redis-ha/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ image:
1414
# -- Redis image repository
1515
repository: public.ecr.aws/docker/library/redis
1616
# -- Redis image tag
17-
tag: 7.2.4-alpine
17+
tag: 7.2.7-alpine
1818
# -- Redis image pull policy
1919
pullPolicy: IfNotPresent
2020

0 commit comments

Comments
 (0)