From 367ed2a8d697685870615bb4c2a91ffd3f3e8b6f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 08:24:16 +0000 Subject: [PATCH 1/2] Update redis Docker tag to v7.2.0 --- 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 9fa86e91..082171ea 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.0.12" + tag: "7.2.0" # -- Pull policy for the Redis image pullPolicy: "IfNotPresent" From b638a346e77e01c8c2f1044eb4a721370b8fc868 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Mon, 21 Aug 2023 08:24:19 -0700 Subject: [PATCH 2/2] Bump Redis chart version --- charts/redis/Chart.yaml | 2 +- charts/redis/README.md | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/charts/redis/Chart.yaml b/charts/redis/Chart.yaml index c0839577..c5394a55 100644 --- a/charts/redis/Chart.yaml +++ b/charts/redis/Chart.yaml @@ -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 diff --git a/charts/redis/README.md b/charts/redis/README.md index e240950c..1fb1054d 100644 --- a/charts/redis/README.md +++ b/charts/redis/README.md @@ -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 @@ -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 | @@ -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)