From bd76ee081d52e6ed89696260ab158cb9032dead7 Mon Sep 17 00:00:00 2001 From: Jack Maloney Date: Tue, 23 Feb 2021 16:55:33 -0600 Subject: [PATCH] [oauth2-proxy] update appVersion and image tag Signed-off-by: Jack Maloney --- charts/oauth2-proxy/Chart.yaml | 2 +- charts/oauth2-proxy/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.