diff --git a/charts/oauth2-proxy/Chart.yaml b/charts/oauth2-proxy/Chart.yaml index dc70cae7..f3e7077d 100644 --- a/charts/oauth2-proxy/Chart.yaml +++ b/charts/oauth2-proxy/Chart.yaml @@ -1,7 +1,7 @@ name: oauth2-proxy version: 5.0.0 apiVersion: v1 -appVersion: "v7.0.1" +appVersion: 7.0.1 home: https://oauth2-proxy.github.io/oauth2-proxy/ description: A reverse proxy that provides authentication with Google, Github or other providers keywords: diff --git a/charts/oauth2-proxy/values.yaml b/charts/oauth2-proxy/values.yaml index 6cb02f56..c57b9d53 100644 --- a/charts/oauth2-proxy/values.yaml +++ b/charts/oauth2-proxy/values.yaml @@ -30,7 +30,7 @@ config: image: repository: "quay.io/oauth2-proxy/oauth2-proxy" - # tag: "v6.1.1" + tag: "v7.0.1" pullPolicy: "IfNotPresent" # Optionally specify an array of imagePullSecrets.