mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-03 07:49:03 +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
|
name: oauth2-proxy
|
||||||
version: 4.2.0
|
version: 4.3.0
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
appVersion: 5.1.0
|
appVersion: 5.1.0
|
||||||
home: https://oauth2-proxy.github.io/oauth2-proxy/
|
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)
|
# Use an existing secret for OAuth2 credentials (see secret.yaml for required fields)
|
||||||
# Example:
|
# Example:
|
||||||
# existingSecret: secret
|
# existingSecret: secret
|
||||||
cookieSecret: "XXXXXXXXXX"
|
cookieSecret: "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
|
||||||
google: {}
|
google: {}
|
||||||
# adminEmail: xxxx
|
# adminEmail: xxxx
|
||||||
# serviceAccountJson: xxxx
|
# serviceAccountJson: xxxx
|
||||||
@ -29,8 +29,8 @@ config:
|
|||||||
# existingConfig: config
|
# existingConfig: config
|
||||||
|
|
||||||
image:
|
image:
|
||||||
repository: "quay.io/pusher/oauth2_proxy"
|
repository: "quay.io/oauth2-proxy/oauth2-proxy"
|
||||||
tag: "v5.1.0"
|
tag: "v6.1.1"
|
||||||
pullPolicy: "IfNotPresent"
|
pullPolicy: "IfNotPresent"
|
||||||
|
|
||||||
# Optionally specify an array of imagePullSecrets.
|
# Optionally specify an array of imagePullSecrets.
|
||||||
|
Loading…
Reference in New Issue
Block a user