From 90b5c86c6b91f3b3746e06ebd5356d8aaa5b9a8e Mon Sep 17 00:00:00 2001
From: Renovate Bot <renovate-bot@sheogorath.shivering-isles.com>
Date: Tue, 29 Apr 2025 06:22:12 +0000
Subject: [PATCH] chore(deps): update helm release oauth2-proxy to v7.12.10

---
 shared/applications/oauth2-proxy.yaml       | 2 +-
 shared/components/oauth2-proxy/release.yaml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/shared/applications/oauth2-proxy.yaml b/shared/applications/oauth2-proxy.yaml
index 2f3e9b696..c89e1813c 100644
--- a/shared/applications/oauth2-proxy.yaml
+++ b/shared/applications/oauth2-proxy.yaml
@@ -72,7 +72,7 @@ spec:
                 kind: HelmRepository
                 name: oauth2-proxy
             # renovate: datasource=helm depName=oauth2-proxy registryUrl=https://oauth2-proxy.github.io/manifests
-            version: 7.12.9
+            version: 7.12.10
     interval: 5m
     install:
         remediation:
diff --git a/shared/components/oauth2-proxy/release.yaml b/shared/components/oauth2-proxy/release.yaml
index f3ba583a3..009d04cdc 100644
--- a/shared/components/oauth2-proxy/release.yaml
+++ b/shared/components/oauth2-proxy/release.yaml
@@ -14,7 +14,7 @@ spec:
           kind: HelmRepository
           name: oauth2-proxy
       # renovate: datasource=helm depName=oauth2-proxy registryUrl=https://oauth2-proxy.github.io/manifests
-      version: 7.12.9
+      version: 7.12.10
   interval: 5m
   driftDetection:
     mode: enabled
-- 
GitLab