diff --git a/charts/oauth2-proxy/Chart.yaml b/charts/oauth2-proxy/Chart.yaml index 5ae29422..2adc208e 100644 --- a/charts/oauth2-proxy/Chart.yaml +++ b/charts/oauth2-proxy/Chart.yaml @@ -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/ diff --git a/charts/oauth2-proxy/values.yaml b/charts/oauth2-proxy/values.yaml index bcbab3f5..8a03a2d1 100644 --- a/charts/oauth2-proxy/values.yaml +++ b/charts/oauth2-proxy/values.yaml @@ -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.