From a111d0c72456d6dd7a2fcdc51738f914148eed07 Mon Sep 17 00:00:00 2001 From: Jan Larwig Date: Tue, 19 Aug 2025 08:54:03 +0200 Subject: [PATCH] chore: update oauth2-proxy to v7.12.0 Signed-off-by: Jan Larwig --- helm/oauth2-proxy/Chart.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/helm/oauth2-proxy/Chart.yaml b/helm/oauth2-proxy/Chart.yaml index 0f906101..abb8c0a8 100644 --- a/helm/oauth2-proxy/Chart.yaml +++ b/helm/oauth2-proxy/Chart.yaml @@ -1,7 +1,7 @@ name: oauth2-proxy -version: 8.0.1 +version: 8.1.0 apiVersion: v2 -appVersion: 7.11.0 +appVersion: 7.12.0 home: https://oauth2-proxy.github.io/oauth2-proxy/ description: A reverse proxy that provides authentication with Google, Github or other providers keywords: @@ -31,8 +31,8 @@ maintainers: kubeVersion: ">=1.16.0-0" annotations: artifacthub.io/changes: | - - kind: fixed - description: Fixes how the fullname for the deployment / service of the newly introduced redis-ha subchart is generated + - kind: changed + description: Updated OAuth2-Proxy image to v7.12.0 links: - name: Github PR - url: https://github.com/oauth2-proxy/manifests/pull/338 + url: https://github.com/oauth2-proxy/manifests/pull/340