mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/oauth2-proxy] - update to support k8s v1.16 (#18238)
* 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>
This commit is contained in:
committed by
Kubernetes Prow Robot
co-authored by
Cédric de Saint Martin
parent
bbe2fd509b
commit
46e229b270
@@ -1,5 +1,5 @@
|
||||
name: oauth2-proxy
|
||||
version: 1.2.0
|
||||
version: 2.0.0
|
||||
apiVersion: v1
|
||||
appVersion: 4.0.0
|
||||
home: http://www.videntity.com/
|
||||
@@ -19,3 +19,4 @@ maintainers:
|
||||
sources:
|
||||
- https://github.com/pusher/oauth2_proxy
|
||||
engine: gotpl
|
||||
kubeVersion: ">=1.9.0-0"
|
||||
|
||||
@@ -41,6 +41,12 @@ incompatible breaking change needing manual actions.
|
||||
|
||||
This version upgrade oauth2-proxy to v4.0.0. Please see the [changelog](https://github.com/pusher/oauth2_proxy/blob/v4.0.0/CHANGELOG.md#v400) in order to upgrade.
|
||||
|
||||
### To 2.0.0
|
||||
|
||||
Version 2.0.0 of this chart introduces support for Kubernetes v1.16.x by way of addressing the deprecation of the Deployment object apiVersion `apps/v1beta2`. See [the v1.16 API deprecations page](https://kubernetes.io/blog/2019/07/18/api-deprecations-in-1-16/) for more information.
|
||||
|
||||
Due to [this issue](https://github.com/helm/helm/issues/6583) there may be errors performing a `helm upgrade`of this chart from versions earlier than 2.0.0.
|
||||
|
||||
## Configuration
|
||||
|
||||
The following table lists the configurable parameters of the oauth2-proxy chart and their default values.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
apiVersion: apps/v1beta2
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
labels:
|
||||
|
||||
Reference in New Issue
Block a user