Skip to content

Commit

Permalink
Update Redis to 7.2.7 (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomelliot16 authored Feb 25, 2025
1 parent 624db44 commit 8511c99
Show file tree
Hide file tree
Showing 3 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.33.0
appVersion: 7.2.4
version: 4.33.1
appVersion: 7.2.7
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
2 changes: 1 addition & 1 deletion charts/redis-ha/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ The following table lists the configurable parameters of the Redis chart and the
| `hostPath.path` | Use this path on the host for data storage. path is evaluated as template so placeholders are replaced | string | `""` |
| `image.pullPolicy` | Redis image pull policy | string | `"IfNotPresent"` |
| `image.repository` | Redis image repository | string | `"public.ecr.aws/docker/library/redis"` |
| `image.tag` | Redis image tag | string | `"7.2.4-alpine"` |
| `image.tag` | Redis image tag | string | `"7.2.7-alpine"` |
| `imagePullSecrets` | Reference to one or more secrets to be used when pulling redis images | list | `[]` |
| `init.resources` | Extra init resources | object | `{}` |
| `labels` | Custom labels for the redis pod | object | `{}` |
Expand Down
2 changes: 1 addition & 1 deletion charts/redis-ha/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ image:
# -- Redis image repository
repository: public.ecr.aws/docker/library/redis
# -- Redis image tag
tag: 7.2.4-alpine
tag: 7.2.7-alpine
# -- Redis image pull policy
pullPolicy: IfNotPresent

Expand Down

0 comments on commit 8511c99

Please sign in to comment.