mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-09 05:06:07 +00:00
[oauth2-proxy] fixing home & source urls in chart.yaml (#187)
Co-authored-by: ᗪєνιη ᗷυнʟ <onedr0p@users.noreply.github.com>
This commit is contained in:
parent
5f17e040e8
commit
8bc2923281
@ -1,8 +1,8 @@
|
|||||||
name: oauth2-proxy
|
name: oauth2-proxy
|
||||||
version: 4.0.0
|
version: 4.0.1
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
appVersion: 5.1.0
|
appVersion: 5.1.0
|
||||||
home: https://pusher.github.io/oauth2_proxy/
|
home: https://oauth2-proxy.github.io/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
|
||||||
keywords:
|
keywords:
|
||||||
- kubernetes
|
- kubernetes
|
||||||
@ -12,7 +12,7 @@ keywords:
|
|||||||
- google
|
- google
|
||||||
- github
|
- github
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/pusher/oauth2_proxy
|
- https://github.com/oauth2-proxy/oauth2-proxy
|
||||||
engine: gotpl
|
engine: gotpl
|
||||||
kubeVersion: ">=1.9.0-0"
|
kubeVersion: ">=1.9.0-0"
|
||||||
maintainers:
|
maintainers:
|
||||||
|
Loading…
Reference in New Issue
Block a user