From 243f728452cda9ca8ccd07be38112cde6e96717b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 4 Feb 2025 13:31:58 +0000 Subject: [PATCH] chore(deps): update helm release redis to v20 --- charts/yopass/Chart.lock | 6 +++--- charts/yopass/Chart.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/yopass/Chart.lock b/charts/yopass/Chart.lock index bdbc6124a..9135f4515 100644 --- a/charts/yopass/Chart.lock +++ b/charts/yopass/Chart.lock @@ -4,6 +4,6 @@ dependencies: version: 6.5.2 - name: redis repository: https://charts.bitnami.com/bitnami - version: 17.11.3 -digest: sha256:d343000cd82766cc14f73dce9192145c5915caa03138f4896fe4df0a2775b274 -generated: "2023-06-08T13:24:59.540013-07:00" + version: 20.7.0 +digest: sha256:8f585d94f4316b9942f2be4c02cd4a6ff8629a0c1d4ebef7837d6123711d5f69 +generated: "2025-02-04T13:31:43.519400247Z" diff --git a/charts/yopass/Chart.yaml b/charts/yopass/Chart.yaml index e1ff31f9e..9d28d0d07 100644 --- a/charts/yopass/Chart.yaml +++ b/charts/yopass/Chart.yaml @@ -19,7 +19,7 @@ home: https://github.com/jhaals/yopass # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.8.0 +version: 0.9.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to @@ -32,6 +32,6 @@ dependencies: repository: "https://charts.bitnami.com/bitnami" condition: memcached.enabled - name: redis - version: "17.11.3" + version: "20.7.0" repository: "https://charts.bitnami.com/bitnami" condition: redis.enabled