From e2515c76e31d9f2198f495e5da9de5dc3df345b2 Mon Sep 17 00:00:00 2001 From: Renovate Bot <renovate-bot@sheogorath.shivering-isles.com> Date: Fri, 9 May 2025 11:33:41 +0000 Subject: [PATCH] chore(deps): update helm release oauth2-proxy to v7.12.13 --- 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 42f3c5f4d..bde9c4ecc 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.12 + version: 7.12.13 interval: 5m install: remediation: diff --git a/shared/components/oauth2-proxy/release.yaml b/shared/components/oauth2-proxy/release.yaml index 01c12d1ff..ab4f73417 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.12 + version: 7.12.13 interval: 5m driftDetection: mode: enabled -- GitLab