Skip to content

Commit

Permalink
Merge pull request #750 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.0
  • Loading branch information
rra authored Aug 21, 2023
2 parents b47f617 + b638a34 commit 55731b7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 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.6
version: 1.0.7
description: Simple single-server Redis deployment with configurable storage
sources:
- https://github.com/lsst-sqre/charts/tree/main/charts/redis
Expand Down
6 changes: 2 additions & 4 deletions charts/redis/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# redis

![Version: 1.0.6](https://img.shields.io/badge/Version-1.0.6-informational?style=flat-square)
![Version: 1.0.7](https://img.shields.io/badge/Version-1.0.7-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.0.12"` | Redis image tag to use |
| image.tag | string | `"7.2.0"` | 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 All @@ -36,5 +36,3 @@ Simple single-server Redis deployment with configurable storage
| resources | object | `{}` | Resource limits and requests for the Redis pod |
| tolerations | list | `[]` | Tolerations for the Redis pod |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
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.0.12"
tag: "7.2.0"

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

0 comments on commit 55731b7

Please sign in to comment.