From 2f16ee23c664e7efe854a0de1cc28cd8a89c4371 Mon Sep 17 00:00:00 2001 From: Renovate Bot <renovate-bot@sheogorath.shivering-isles.com> Date: Wed, 30 Apr 2025 06:08:14 +0000 Subject: [PATCH] chore(deps): update helm release oauth2-proxy to v7.12.11 --- 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 c89e1813c..6e0f6e376 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.10 + version: 7.12.11 interval: 5m install: remediation: diff --git a/shared/components/oauth2-proxy/release.yaml b/shared/components/oauth2-proxy/release.yaml index 009d04cdc..f80dfd11a 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.10 + version: 7.12.11 interval: 5m driftDetection: mode: enabled -- GitLab