mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
* update to support k8s v1.16 Signed-off-by: Jeff Billimek <jeffrey_k_billimek@homedepot.com> * Add minimum kubeVersion Signed-off-by: Jeff Billimek <jeff@billimek.com> * remove Ingress networking.k8s.io/v1beta1 apiVersion Signed-off-by: Jeff Billimek <jeff@billimek.com> * Add major version notes to Readme Signed-off-by: Jeff Billimek <jeff@billimek.com> * Fix linting Signed-off-by: Jeff Billimek <jeff@billimek.com> * Update stable/oauth2-proxy/README.md nice catch! Co-Authored-By: Cédric de Saint Martin <cedric@desaintmartin.fr> Signed-off-by: Jeff Billimek <jeff@billimek.com> * Removing verbiabe about uninstalling the chart Signed-off-by: Jeff Billimek <jeff@billimek.com>
23 lines
477 B
YAML
23 lines
477 B
YAML
name: oauth2-proxy
|
|
version: 2.0.0
|
|
apiVersion: v1
|
|
appVersion: 4.0.0
|
|
home: http://www.videntity.com/
|
|
description: A reverse proxy that provides authentication with Google, Github or other providers
|
|
keywords:
|
|
- kubernetes
|
|
- oauth
|
|
- oauth2
|
|
- authentication
|
|
- google
|
|
- github
|
|
maintainers:
|
|
- name: desaintmartin
|
|
email: cedric.dsm@gmail.com
|
|
- name: miouge1
|
|
email: maxime@root314.com
|
|
sources:
|
|
- https://github.com/pusher/oauth2_proxy
|
|
engine: gotpl
|
|
kubeVersion: ">=1.9.0-0"
|