[oauth2-proxy] update appVersion and image tag

Signed-off-by: Jack Maloney <jmmaloney4@gmail.com>
This commit is contained in:
Jack Maloney 2021-02-23 16:55:33 -06:00
parent 519d381a25
commit bd76ee081d
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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.