From e74f200f888f8bbacafdab9667c6ce4422a9dadd Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Mon, 29 Jan 2024 04:33:02 +0100 Subject: [PATCH] feat(oauth2-proxy): Add drift detection for helmrelease --- shared/components/oauth2-proxy/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shared/components/oauth2-proxy/release.yaml b/shared/components/oauth2-proxy/release.yaml index 68b94cdf6..edb0db797 100644 --- a/shared/components/oauth2-proxy/release.yaml +++ b/shared/components/oauth2-proxy/release.yaml @@ -16,6 +16,8 @@ spec: # renovate: datasource=helm depName=oauth2-proxy registryUrl=https://oauth2-proxy.github.io/manifests version: 6.23.1 interval: 5m + driftDetection: + mode: enabled install: remediation: retries: 5 -- GitLab