From af7c2fcfe8b5c7e80cf47a16cd804a47ef064089 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=97=AA=D1=94=CE=BD=CE=B9=CE=B7=20=E1=97=B7=CF=85=D0=BD?= =?UTF-8?q?=CA=9F?= Date: Thu, 14 Jan 2021 18:29:59 -0500 Subject: [PATCH] [oauth2-proxy] change image to new home and bump image version (#497) --- charts/oauth2-proxy/Chart.yaml | 2 +- charts/oauth2-proxy/values.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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.