From fc01bf81d29402385b2ee6e203f97078b3d3baac Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 20 Feb 2025 19:31:32 +0000 Subject: [PATCH] chore(deps): update helm release redis to v20 --- charts/yopass/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/yopass/Chart.yaml b/charts/yopass/Chart.yaml index e1ff31f9e..eb17bfa3b 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.8.0" repository: "https://charts.bitnami.com/bitnami" condition: redis.enabled