From 4446139c8c382819f115388559107fb78f26fdce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 10:11:46 +0000 Subject: [PATCH] chore(deps): update helm release redis to v20.6.2 --- helm/oauth2-proxy/Chart.lock | 6 +++--- helm/oauth2-proxy/Chart.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/helm/oauth2-proxy/Chart.lock b/helm/oauth2-proxy/Chart.lock index bce25f6..4033b5b 100644 --- a/helm/oauth2-proxy/Chart.lock +++ b/helm/oauth2-proxy/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: redis repository: https://charts.bitnami.com/bitnami - version: 20.6.1 -digest: sha256:dddd83daf795e9668c13e132273054c52c10157de87d6405444a7e4113e91596 -generated: "2024-12-23T08:48:00.266333075Z" + version: 20.6.2 +digest: sha256:5bb187d0a231b8af9719fea80521f8e5235dad3cc9177c2c7a8d6b4a544ff6f3 +generated: "2025-01-08T10:11:40.886313551Z" diff --git a/helm/oauth2-proxy/Chart.yaml b/helm/oauth2-proxy/Chart.yaml index dc8533b..d07ef84 100644 --- a/helm/oauth2-proxy/Chart.yaml +++ b/helm/oauth2-proxy/Chart.yaml @@ -1,5 +1,5 @@ name: oauth2-proxy -version: 7.9.1 +version: 7.9.2 apiVersion: v2 appVersion: 7.7.1 home: https://oauth2-proxy.github.io/oauth2-proxy/ @@ -14,7 +14,7 @@ keywords: - redis dependencies: - name: redis - version: 20.6.1 + version: 20.6.2 repository: https://charts.bitnami.com/bitnami alias: redis condition: redis.enabled