Skip to content

Commit

Permalink
Merge pull request #755 from lsst-sqre/renovate/redis-7.x
Browse files Browse the repository at this point in the history
Update redis Docker tag to v7.2.3
  • Loading branch information
rra authored Nov 6, 2023
2 parents 98f098f + c0b54a0 commit d347d78
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/redis/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: redis
version: 1.0.9
version: 1.0.10
description: Simple single-server Redis deployment with configurable storage
sources:
- https://github.com/lsst-sqre/charts/tree/main/charts/redis
Expand Down
4 changes: 2 additions & 2 deletions charts/redis/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# redis

![Version: 1.0.8](https://img.shields.io/badge/Version-1.0.8-informational?style=flat-square)
![Version: 1.0.10](https://img.shields.io/badge/Version-1.0.10-informational?style=flat-square)

Simple single-server Redis deployment with configurable storage

Expand All @@ -24,7 +24,7 @@ Simple single-server Redis deployment with configurable storage
| fullnameOverride | string | `""` | Override the full name for resources (includes the release name) |
| image.pullPolicy | string | `"IfNotPresent"` | Pull policy for the Redis image |
| image.repository | string | `"redis"` | Redis image to use |
| image.tag | string | `"7.2.2"` | Redis image tag to use |
| image.tag | string | `"7.2.3"` | Redis image tag to use |
| nameOverride | string | `""` | Override the base name for resources |
| nodeSelector | object | `{}` | Node selector rules for the Redis pod |
| persistence.accessMode | string | `"ReadWriteOnce"` | Access mode of storage to request |
Expand Down
2 changes: 1 addition & 1 deletion charts/redis/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ image:
repository: "redis"

# -- Redis image tag to use
tag: "7.2.2"
tag: "7.2.3"

# -- Pull policy for the Redis image
pullPolicy: "IfNotPresent"
Expand Down

0 comments on commit d347d78

Please sign in to comment.