From 92b471a1767f9296038f87ca7661285c1676624a Mon Sep 17 00:00:00 2001 From: Renovate Bot <renovate-bot@sheogorath.shivering-isles.com> Date: Thu, 1 May 2025 06:23:22 +0000 Subject: [PATCH] chore(deps): update helm release oauth2-proxy to v7.12.12 --- 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 6e0f6e376..42f3c5f4d 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.11 + version: 7.12.12 interval: 5m install: remediation: diff --git a/shared/components/oauth2-proxy/release.yaml b/shared/components/oauth2-proxy/release.yaml index f80dfd11a..01c12d1ff 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.11 + version: 7.12.12 interval: 5m driftDetection: mode: enabled -- GitLab