mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 15:39:02 +00:00
[oauth2-proxy] change image to new home and bump image version (#497)
This commit is contained in:
parent
7f01d91432
commit
af7c2fcfe8
@ -1,5 +1,5 @@
|
||||
name: oauth2-proxy
|
||||
version: 4.2.0
|
||||
version: 4.3.0
|
||||
apiVersion: v1
|
||||
appVersion: 5.1.0
|
||||
home: https://oauth2-proxy.github.io/oauth2-proxy/
|
||||
|
@ -9,7 +9,7 @@ config:
|
||||
# Use an existing secret for OAuth2 credentials (see secret.yaml for required fields)
|
||||
# Example:
|
||||
# existingSecret: secret
|
||||
cookieSecret: "XXXXXXXXXX"
|
||||
cookieSecret: "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
|
||||
google: {}
|
||||
# adminEmail: xxxx
|
||||
# serviceAccountJson: xxxx
|
||||
@ -29,8 +29,8 @@ config:
|
||||
# existingConfig: config
|
||||
|
||||
image:
|
||||
repository: "quay.io/pusher/oauth2_proxy"
|
||||
tag: "v5.1.0"
|
||||
repository: "quay.io/oauth2-proxy/oauth2-proxy"
|
||||
tag: "v6.1.1"
|
||||
pullPolicy: "IfNotPresent"
|
||||
|
||||
# Optionally specify an array of imagePullSecrets.
|
||||
|
Loading…
Reference in New Issue
Block a user