From 113aab50bcb15277407e73ee03424620fbf850ec Mon Sep 17 00:00:00 2001
From: Renovate Bot <renovate-bot@sheogorath.shivering-isles.com>
Date: Thu, 29 Feb 2024 06:08:15 +0000
Subject: [PATCH] chore(deps): update helm release oauth2-proxy to v7

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

diff --git a/apps/k8s01/uptime-kuma/oauth2.yaml b/apps/k8s01/uptime-kuma/oauth2.yaml
index 10ec50b92..b53e43250 100644
--- a/apps/k8s01/uptime-kuma/oauth2.yaml
+++ b/apps/k8s01/uptime-kuma/oauth2.yaml
@@ -74,7 +74,7 @@ spec:
                 kind: HelmRepository
                 name: oauth2-proxy
                 namespace: uptime-kuma
-            version: 6.24.2
+            version: 7.0.0
     interval: 5m
     install:
         remediation:
diff --git a/shared/applications/oauth2-proxy.yaml b/shared/applications/oauth2-proxy.yaml
index 12b6a7726..0b8b12744 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: 6.24.2
+            version: 7.0.0
     interval: 5m
     install:
         remediation:
diff --git a/shared/components/oauth2-proxy/release.yaml b/shared/components/oauth2-proxy/release.yaml
index 64d8e3955..c6eb52a5d 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: 6.24.2
+      version: 7.0.0
   interval: 5m
   driftDetection:
     mode: enabled
-- 
GitLab