diff --git a/k8s/components/oauth2-proxy/helm.libsonnet b/k8s/components/oauth2-proxy/helm.libsonnet index 4007ba930..0959493d9 100644 --- a/k8s/components/oauth2-proxy/helm.libsonnet +++ b/k8s/components/oauth2-proxy/helm.libsonnet @@ -10,7 +10,7 @@ namespace: error 'namespace is required', chart: 'oauth2-proxy', repoURL: 'https://oauth2-proxy.github.io/manifests', - targetRevision: '7.10.4', + targetRevision: '7.11.0', values: '', valuesObject: std.mergePatch((import 'values.libsonnet') { upstream: $.upstream,