From b71eee9a3f699d71fbf40049d3f3c02782b381cd Mon Sep 17 00:00:00 2001 From: Jan Larwig Date: Sat, 8 Nov 2025 14:32:13 +0100 Subject: [PATCH] chore: update oauth2-proxy to v7.13.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 2daa463..eacc8b0 100644 --- a/helm/oauth2-proxy/Chart.yaml +++ b/helm/oauth2-proxy/Chart.yaml @@ -1,7 +1,7 @@ name: oauth2-proxy -version: 8.3.2 +version: 8.3.3 apiVersion: v2 -appVersion: 7.12.0 +appVersion: 7.13.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: added - description: Adds backwards compatibility with Kubernetes 1.20 by selecting the HPA apiVersion of autoscaling/v2beta2 + - kind: changed + description: Updated OAuth2-Proxy image to v7.13.0 links: - name: Github PR - url: https://github.com/oauth2-proxy/manifests/pull/364 + url: https://github.com/oauth2-proxy/manifests/pull/366