Skip to content

Commit

Permalink
Update image to 5.0.0 (helm#21481)
Browse files Browse the repository at this point in the history
Signed-off-by: Naseem <naseem@transit.app>
  • Loading branch information
Naseem authored and includerandom committed Jul 19, 2020
1 parent be055cd commit 228bd96
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions stable/oauth2-proxy/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion stable/oauth2-proxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | `/`
Expand Down
2 changes: 1 addition & 1 deletion stable/oauth2-proxy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 228bd96

Please sign in to comment.