From 8bc29232815fed5c5dfb0eacaa6c3844a01fc38a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Mon, 23 Nov 2020 14:00:34 +0100 Subject: [PATCH] [oauth2-proxy] fixing home & source urls in chart.yaml (#187) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: ᗪєνιη ᗷυнʟ --- charts/oauth2-proxy/Chart.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/oauth2-proxy/Chart.yaml b/charts/oauth2-proxy/Chart.yaml index 800d13a9..5d05edd4 100644 --- a/charts/oauth2-proxy/Chart.yaml +++ b/charts/oauth2-proxy/Chart.yaml @@ -1,8 +1,8 @@ name: oauth2-proxy -version: 4.0.0 +version: 4.0.1 apiVersion: v1 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 keywords: - kubernetes @@ -12,7 +12,7 @@ keywords: - google - github sources: -- https://github.com/pusher/oauth2_proxy +- https://github.com/oauth2-proxy/oauth2-proxy engine: gotpl kubeVersion: ">=1.9.0-0" maintainers: