[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:
Cédric de Saint Martin
2020-04-02 02:58:23 -07:00
committed by GitHub
parent f2fcadaa5a
commit 2d5758e3aa
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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:
+1 -1
View File
@@ -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 | `/`
+1 -1
View File
@@ -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.