mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/oauth2-proxy] Upgrade to v5.1.0. (#21676)
Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
name: oauth2-proxy
|
||||
version: 2.3.0
|
||||
version: 2.4.0
|
||||
apiVersion: v1
|
||||
appVersion: 5.0.0
|
||||
appVersion: 5.1.0
|
||||
home: https://pusher.github.io/oauth2_proxy/
|
||||
description: A reverse proxy that provides authentication with Google, Github or other providers
|
||||
keywords:
|
||||
|
||||
@@ -76,7 +76,7 @@ Parameter | Description | Default
|
||||
`httpScheme` | `http` or `https`. `name` used for port on the deployment. `httpGet` port `name` and `scheme` used for `liveness`- and `readinessProbes`. `name` and `targetPort` used for the service. | `http`
|
||||
`image.pullPolicy` | Image pull policy | `IfNotPresent`
|
||||
`image.repository` | Image repository | `quay.io/pusher/oauth2_proxy`
|
||||
`image.tag` | Image tag | `v5.0.0`
|
||||
`image.tag` | Image tag | `v5.1.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: "v5.0.0"
|
||||
tag: "v5.1.0"
|
||||
pullPolicy: "IfNotPresent"
|
||||
|
||||
# Optionally specify an array of imagePullSecrets.
|
||||
|
||||
Reference in New Issue
Block a user