From d15b16ec78a3a321430ae103416c6d8b202c9cee Mon Sep 17 00:00:00 2001 From: Pierluigi Lenoci Date: Thu, 5 Sep 2024 12:09:50 +0200 Subject: [PATCH] Updated the Redis chart to the latest version --- helm/oauth2-proxy/Chart.lock | 6 +++--- helm/oauth2-proxy/Chart.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/helm/oauth2-proxy/Chart.lock b/helm/oauth2-proxy/Chart.lock index 24fc0f2..7fd5f6e 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.0.4 -digest: sha256:27f4f0333b52ef1cda7c634d8b2d70e330a1756d727cc6b6bcee0a7966a8d616 -generated: "2024-09-04T17:40:25.42468+02:00" + version: 20.0.5 +digest: sha256:35dc2f8102993bfae6323bda1307bfbff79f367e8b2a8b51c9d7f1c67608f93e +generated: "2024-09-05T12:08:22.178124+02:00" diff --git a/helm/oauth2-proxy/Chart.yaml b/helm/oauth2-proxy/Chart.yaml index 6b34137..7094787 100644 --- a/helm/oauth2-proxy/Chart.yaml +++ b/helm/oauth2-proxy/Chart.yaml @@ -1,5 +1,5 @@ name: oauth2-proxy -version: 7.7.15 +version: 7.7.16 apiVersion: v2 appVersion: 7.6.0 home: https://oauth2-proxy.github.io/oauth2-proxy/ @@ -14,7 +14,7 @@ keywords: - redis dependencies: - name: redis - version: 20.0.4 + version: 20.0.5 repository: https://charts.bitnami.com/bitnami alias: redis condition: redis.enabled @@ -38,4 +38,4 @@ annotations: description: Updated the Redis chart to the latest version. links: - name: Github PR - url: https://github.com/oauth2-proxy/manifests/pull/233 + url: https://github.com/oauth2-proxy/manifests/pull/234