From 9198f8ee844210d07ec8f698c65119588e09bae4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 May 2025 10:03:44 +0000 Subject: [PATCH 1/2] chore(deps): update helm release redis to v21.1.7 --- 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 811f1cfa..1fd67a1a 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: 21.1.6 -digest: sha256:49dfd86214b02acba41480afd7b0edb05e5484e5428f92401894d964025d0e45 -generated: "2025-05-26T08:24:16.14527304Z" + version: 21.1.7 +digest: sha256:9ea083569d8d723cb22d762beb856acdb0f32a71d7f2ef7111744a18f6c04abf +generated: "2025-05-27T10:03:38.057840831Z" diff --git a/helm/oauth2-proxy/Chart.yaml b/helm/oauth2-proxy/Chart.yaml index 761d3057..40dd9d9f 100644 --- a/helm/oauth2-proxy/Chart.yaml +++ b/helm/oauth2-proxy/Chart.yaml @@ -1,5 +1,5 @@ name: oauth2-proxy -version: 7.12.16 +version: 7.12.17 apiVersion: v2 appVersion: 7.9.0 home: https://oauth2-proxy.github.io/oauth2-proxy/ @@ -14,7 +14,7 @@ keywords: - redis dependencies: - name: redis - version: 21.1.6 + version: 21.1.7 repository: https://charts.bitnami.com/bitnami alias: redis condition: redis.enabled From 473d7c1ce0e7fa3c1a61e10b4068e0b5fb7a4ba3 Mon Sep 17 00:00:00 2001 From: Pierluigi Lenoci Date: Tue, 27 May 2025 13:01:43 +0200 Subject: [PATCH 2/2] Update Chart.yaml --- helm/oauth2-proxy/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/oauth2-proxy/Chart.yaml b/helm/oauth2-proxy/Chart.yaml index 40dd9d9f..1de305d1 100644 --- a/helm/oauth2-proxy/Chart.yaml +++ b/helm/oauth2-proxy/Chart.yaml @@ -32,7 +32,7 @@ kubeVersion: ">=1.16.0-0" annotations: artifacthub.io/changes: | - kind: changed - description: Fix deployment nodeSelector rendering in template + description: Updated the Redis chart to the latest version links: - name: Github PR - url: https://github.com/oauth2-proxy/manifests/pull/305 + url: https://github.com/oauth2-proxy/manifests/pull/313