From 041a56f3b4475a57792ce3f884820f7fe964bd5d Mon Sep 17 00:00:00 2001 From: Pierluigi Lenoci Date: Mon, 9 Sep 2024 12:40:23 +0200 Subject: [PATCH] Updated the Redis chart to the latest version Signed-off-by: Pierluigi Lenoci --- 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 7fd5f6e..447b930 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.5 -digest: sha256:35dc2f8102993bfae6323bda1307bfbff79f367e8b2a8b51c9d7f1c67608f93e -generated: "2024-09-05T12:08:22.178124+02:00" + version: 20.1.0 +digest: sha256:0e77be1bb537e90a8ccf2e169fbfb71af5c1ff6c38f00bb39c32d004b2ec286a +generated: "2024-09-09T12:39:25.622902+02:00" diff --git a/helm/oauth2-proxy/Chart.yaml b/helm/oauth2-proxy/Chart.yaml index 7094787..9a71e8d 100644 --- a/helm/oauth2-proxy/Chart.yaml +++ b/helm/oauth2-proxy/Chart.yaml @@ -1,5 +1,5 @@ name: oauth2-proxy -version: 7.7.16 +version: 7.7.17 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.5 + version: 20.1.0 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/234 + url: https://github.com/oauth2-proxy/manifests/pull/235