Skip to content
This repository was archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
[stable/oauth2-proxy] Bump default image to version 3.1.0 for TLS upd…
Browse files Browse the repository at this point in the history
…ates (#11338)

The 3.0.0 container by default has older TLS ca certificates
causing issues on GKE environment. Resolve by moving to 3.1.0.

Signed-off-by: Don Bowman <db@donbowman.ca>
  • Loading branch information
donbowman authored and k8s-ci-robot committed Feb 12, 2019
1 parent 3696090 commit dea84cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 0.8.0
version: 0.9.0
apiVersion: v1
appVersion: 3.0.0
appVersion: 3.1.0
home: http://www.videntity.com/
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/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ config:

image:
repository: "quay.io/pusher/oauth2_proxy"
tag: "v3.0.0"
tag: "v3.1.0"
pullPolicy: "IfNotPresent"

# Optionally specify an array of imagePullSecrets.
Expand Down

0 comments on commit dea84cf

Please sign in to comment.