[oauth2-proxy] bump oauth2-proxy to 7.1.3 (#1081)

Signed-off-by: Jan-Otto Kröpke <joe@adorsys.de>
This commit is contained in:
Jan-Otto Kröpke 2021-07-06 14:52:32 +02:00 committed by GitHub
parent 7bfb7780ea
commit 40d8c8d27b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 3 deletions

View File

@ -1,7 +1,7 @@
name: oauth2-proxy
version: 5.0.5
version: 5.0.6
apiVersion: v1
appVersion: 7.0.1
appVersion: 7.1.3
home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/oauth2-proxy
description: A reverse proxy that provides authentication with Google, Github or other providers
icon: https://avatars.githubusercontent.com/u/62798169?s=200&v=4

View File

@ -75,6 +75,20 @@ Due to [this issue](https://github.com/helm/helm/issues/6583) there may be error
- Update oauth2-proxy website URLs.
### [5.0.6]
#### Added
- N/A
#### Changed
- This version upgrade oauth2-proxy to 7.1.3. Please see the [changelog](https://github.com/oauth2-proxy/oauth2-proxy/blob/v7.1.3/CHANGELOG.md) in order to upgrade.
#### Removed
- N/A
[5.0.4]: #5.0.4
[5.0.1]: #5.0.1
{{- end -}}

View File

@ -32,7 +32,7 @@ image:
# -- Image repository
repository: "quay.io/oauth2-proxy/oauth2-proxy"
# -- Image tag
tag: "v7.0.1"
tag: "v7.1.3"
# -- Image pull policy
pullPolicy: "IfNotPresent"