Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update redis Docker tag to v7.2.3 #755

Merged
merged 2 commits into from
Nov 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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