From aa3ecdef0375e081e1bfa060bf68877b94209085 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 20:36:52 +0000 Subject: [PATCH 1/2] Update redis Docker tag to v7.2.3 --- charts/redis/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/redis/values.yaml b/charts/redis/values.yaml index 2cd8cc9c..3f6839a7 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.2" + tag: "7.2.3" # -- Pull policy for the Redis image pullPolicy: "IfNotPresent" From c0b54a08983c4c049e3c31d998445cfe4910dc64 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Mon, 6 Nov 2023 12:38:38 -0800 Subject: [PATCH 2/2] Bump redis chart version --- charts/redis/Chart.yaml | 2 +- charts/redis/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/redis/Chart.yaml b/charts/redis/Chart.yaml index 642904aa..24696d8c 100644 --- a/charts/redis/Chart.yaml +++ b/charts/redis/Chart.yaml @@ -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 diff --git a/charts/redis/README.md b/charts/redis/README.md index 4f96fe0a..7dc50d36 100644 --- a/charts/redis/README.md +++ b/charts/redis/README.md @@ -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 @@ -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 |