Update image to 5.0.0 (#21481)

Signed-off-by: Naseem <naseem@transit.app>
This commit is contained in:
Naseem
2020-03-19 08:53:23 -07:00
committed by GitHub
parent a02aba234b
commit 64f44ef2e5
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
name: oauth2-proxy
version: 2.2.2
version: 2.3.0
apiVersion: v1
appVersion: 4.0.0
appVersion: 5.0.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 | `v4.0.0`
`image.tag` | Image tag | `v5.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 | `/`
+1 -1
View File
@@ -30,7 +30,7 @@ config:
image:
repository: "quay.io/pusher/oauth2_proxy"
tag: "v4.0.0"
tag: "v5.0.0"
pullPolicy: "IfNotPresent"
# Optionally specify an array of imagePullSecrets.