From 2d1b7ff8da90821fb623e4c45cbfd7fbc48df359 Mon Sep 17 00:00:00 2001
From: Renovate Bot <renovate-bot@sheogorath.shivering-isles.com>
Date: Wed, 8 Nov 2023 06:08:03 +0000
Subject: [PATCH] chore(deps): update helm release oauth2-proxy to v6.18.1

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

diff --git a/apps/k8s01/uptime-kuma/oauth2.yaml b/apps/k8s01/uptime-kuma/oauth2.yaml
index 9c75fa88d..0cb4bcf1a 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.18.0
+            version: 6.18.1
     interval: 5m
     install:
         remediation:
diff --git a/shared/applications/oauth2-proxy.yaml b/shared/applications/oauth2-proxy.yaml
index 8978de258..3bd146b09 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.18.0
+            version: 6.18.1
     interval: 5m
     install:
         remediation:
-- 
GitLab