From f73ca1a09f7c744dae4447b53f0bac06c51b2dcd Mon Sep 17 00:00:00 2001 From: Casey Kuhlman Date: Fri, 31 Aug 2018 07:37:40 +0100 Subject: [PATCH] Deprecates chart (#7454) Signed-off-by: Casey Kuhlman --- stable/oauth2-proxy/Chart.yaml | 10 +++++----- stable/oauth2-proxy/OWNERS | 4 ---- stable/oauth2-proxy/README.md | 2 ++ stable/oauth2-proxy/templates/NOTES.txt | 4 +--- 4 files changed, 8 insertions(+), 12 deletions(-) delete mode 100644 stable/oauth2-proxy/OWNERS diff --git a/stable/oauth2-proxy/Chart.yaml b/stable/oauth2-proxy/Chart.yaml index 4bb353a2dc..e5ec9a7aa4 100644 --- a/stable/oauth2-proxy/Chart.yaml +++ b/stable/oauth2-proxy/Chart.yaml @@ -1,9 +1,12 @@ name: oauth2-proxy -version: 0.5.1 +version: 0.5.2 +# This chart is deprecated and no longer maintained as it's upstream has been abandoned. +# For details deprecation, including how to un-deprecate a chart see the PROCESSES.md file. +deprecated: true apiVersion: v1 appVersion: 2.2 home: http://www.videntity.com/ -description: A reverse proxy that provides authentication with Google, Github or other providers +description: DEPRECATED A reverse proxy that provides authentication with Google, Github or other providers keywords: - kubernetes - oauth @@ -11,9 +14,6 @@ keywords: - authentication - google - github -maintainers: -- name: compleatang - email: casey@monax.io sources: - https://github.com/bitly/oauth2_proxy engine: gotpl diff --git a/stable/oauth2-proxy/OWNERS b/stable/oauth2-proxy/OWNERS deleted file mode 100644 index 0191a8e163..0000000000 --- a/stable/oauth2-proxy/OWNERS +++ /dev/null @@ -1,4 +0,0 @@ -approvers: -- compleatang -reviewers: -- compleatang diff --git a/stable/oauth2-proxy/README.md b/stable/oauth2-proxy/README.md index 889738caf9..72a7400782 100644 --- a/stable/oauth2-proxy/README.md +++ b/stable/oauth2-proxy/README.md @@ -1,5 +1,7 @@ # oauth2-proxy +**N.B., this chart is deprecated and is no longer maintained as it's upstream [has been abandoned](https://github.com/bitly/oauth2_proxy/issues/628#issuecomment-417121636).** + [oauth2-proxy](https://github.com/bitly/oauth2_proxy) is a reverse proxy and static file server that provides authentication using Providers (Google, GitHub, and others) to validate accounts by email, domain or group. **Note - at this time, there is a known incompatibility between `oauth2-proxy` version 2.2 (which is its latest release) and `nginx-ingress` versions >= 0.9beta12. To utilize this chart at this time please use nginx-ingress version 0.9beta11** diff --git a/stable/oauth2-proxy/templates/NOTES.txt b/stable/oauth2-proxy/templates/NOTES.txt index 10d2de847d..abca7aa5d9 100644 --- a/stable/oauth2-proxy/templates/NOTES.txt +++ b/stable/oauth2-proxy/templates/NOTES.txt @@ -1,3 +1 @@ -To verify that oauth2-proxy has started, run: - - kubectl --namespace={{ .Release.Namespace }} get pods -l "app={{ template "oauth2-proxy.fullname" . }}" +Note this chart is deprecated and is no longer maintained because upstream was abandoned.