mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
[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:
parent
7bfb7780ea
commit
40d8c8d27b
@ -1,7 +1,7 @@
|
|||||||
name: oauth2-proxy
|
name: oauth2-proxy
|
||||||
version: 5.0.5
|
version: 5.0.6
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
appVersion: 7.0.1
|
appVersion: 7.1.3
|
||||||
home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/oauth2-proxy
|
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
|
description: A reverse proxy that provides authentication with Google, Github or other providers
|
||||||
icon: https://avatars.githubusercontent.com/u/62798169?s=200&v=4
|
icon: https://avatars.githubusercontent.com/u/62798169?s=200&v=4
|
||||||
|
@ -75,6 +75,20 @@ Due to [this issue](https://github.com/helm/helm/issues/6583) there may be error
|
|||||||
|
|
||||||
- Update oauth2-proxy website URLs.
|
- 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.4]: #5.0.4
|
||||||
[5.0.1]: #5.0.1
|
[5.0.1]: #5.0.1
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
@ -32,7 +32,7 @@ image:
|
|||||||
# -- Image repository
|
# -- Image repository
|
||||||
repository: "quay.io/oauth2-proxy/oauth2-proxy"
|
repository: "quay.io/oauth2-proxy/oauth2-proxy"
|
||||||
# -- Image tag
|
# -- Image tag
|
||||||
tag: "v7.0.1"
|
tag: "v7.1.3"
|
||||||
# -- Image pull policy
|
# -- Image pull policy
|
||||||
pullPolicy: "IfNotPresent"
|
pullPolicy: "IfNotPresent"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user