diff --git a/charts/redis/Chart.yaml b/charts/redis/Chart.yaml index 4cc200f5..122305f4 100644 --- a/charts/redis/Chart.yaml +++ b/charts/redis/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: redis -version: 1.0.12 +version: 1.0.13 description: Simple single-server Redis deployment with configurable storage sources: - https://github.com/lsst-sqre/charts/tree/main/charts/redis diff --git a/charts/redis/README.md b/charts/redis/README.md index e0f3ef1b..499adf00 100644 --- a/charts/redis/README.md +++ b/charts/redis/README.md @@ -1,6 +1,6 @@ # redis -![Version: 1.0.12](https://img.shields.io/badge/Version-1.0.12-informational?style=flat-square) +![Version: 1.0.13](https://img.shields.io/badge/Version-1.0.13-informational?style=flat-square) Simple single-server Redis deployment with configurable storage @@ -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.5"` | Redis image tag to use | +| image.tag | string | `"7.4.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 | diff --git a/charts/redis/values.yaml b/charts/redis/values.yaml index 87239ea7..20c2e9da 100644 --- a/charts/redis/values.yaml +++ b/charts/redis/values.yaml @@ -11,7 +11,7 @@ image: repository: "redis" # -- Redis image tag to use - tag: "7.2.5" + tag: "7.4.0" # -- Pull policy for the Redis image pullPolicy: "IfNotPresent"