mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/oauth2-proxy] Breaking change: upgrade to v4.0.0. Also add desaintmartin as maintainer. (#16593)
Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
e9bcd1a3b0
commit
f276eb712c
@@ -1,7 +1,7 @@
|
||||
name: oauth2-proxy
|
||||
version: 0.15.0
|
||||
version: 1.0.0
|
||||
apiVersion: v1
|
||||
appVersion: 3.2.0
|
||||
appVersion: 4.0.0
|
||||
home: http://www.videntity.com/
|
||||
description: A reverse proxy that provides authentication with Google, Github or other providers
|
||||
keywords:
|
||||
@@ -12,6 +12,8 @@ keywords:
|
||||
- google
|
||||
- github
|
||||
maintainers:
|
||||
- name: desaintmartin
|
||||
email: cedric.dsm@gmail.com
|
||||
- name: miouge1
|
||||
email: maxime@root314.com
|
||||
sources:
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
approvers:
|
||||
- desaintmartin
|
||||
- miouge1
|
||||
reviewers:
|
||||
- desaintmartin
|
||||
- miouge1
|
||||
|
||||
@@ -32,6 +32,15 @@ $ helm delete my-release
|
||||
|
||||
The command removes all the Kubernetes components associated with the chart and deletes the release.
|
||||
|
||||
## Upgrading an existing Release to a new major version
|
||||
|
||||
A major chart version change (like v1.2.3 -> v2.0.0) indicates that there is an
|
||||
incompatible breaking change needing manual actions.
|
||||
|
||||
### To 1.0.0
|
||||
|
||||
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.
|
||||
|
||||
## Configuration
|
||||
|
||||
The following table lists the configurable parameters of the oauth2-proxy chart and their default values.
|
||||
@@ -60,7 +69,7 @@ Parameter | Description | Default
|
||||
`htpasswdFile.existingSecret` | existing Kubernetes secret to use for OAuth2 htpasswd file | `""`
|
||||
`image.pullPolicy` | Image pull policy | `IfNotPresent`
|
||||
`image.repository` | Image repository | `quay.io/pusher/oauth2_proxy`
|
||||
`image.tag` | Image tag | `v3.2.0`
|
||||
`image.tag` | Image tag | `v4.0.0`
|
||||
`imagePullSecrets` | Specify image pull secrets | `nil` (does not add image pull secrets to deployed pods)
|
||||
`ingress.enabled` | Enable Ingress | `false`
|
||||
`ingress.path` | Ingress accepted path | `/`
|
||||
|
||||
@@ -30,7 +30,7 @@ config:
|
||||
|
||||
image:
|
||||
repository: "quay.io/pusher/oauth2_proxy"
|
||||
tag: "v3.2.0"
|
||||
tag: "v4.0.0"
|
||||
pullPolicy: "IfNotPresent"
|
||||
|
||||
# Optionally specify an array of imagePullSecrets.
|
||||
|
||||
Reference in New Issue
Block a user