From 79faf46156308c6f15850a2ecfa232bb35fd6e41 Mon Sep 17 00:00:00 2001 From: Cedric Verstraeten Date: Fri, 4 Oct 2024 21:12:21 +0200 Subject: [PATCH] align attributes --- charts/hub/Chart.yaml | 2 +- .../hub/templates/kerberos-hub/hub-oauth2-proxy.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/hub/Chart.yaml b/charts/hub/Chart.yaml index aa1350d..80a6db6 100644 --- a/charts/hub/Chart.yaml +++ b/charts/hub/Chart.yaml @@ -16,7 +16,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.58.0 +version: 0.60.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/hub/templates/kerberos-hub/hub-oauth2-proxy.yaml b/charts/hub/templates/kerberos-hub/hub-oauth2-proxy.yaml index c4a49df..aea1efc 100644 --- a/charts/hub/templates/kerberos-hub/hub-oauth2-proxy.yaml +++ b/charts/hub/templates/kerberos-hub/hub-oauth2-proxy.yaml @@ -24,15 +24,15 @@ spec: - --http-address=0.0.0.0:4180 env: - name: OAUTH2_PROXY_CLIENT_ID - value: "{{ .Values.kerberoshub.oauth2Proxy.clientId }}" + value: "{{ .Values.kerberoshub.oauth2Proxy.github.clientId }}" - name: OAUTH2_PROXY_CLIENT_SECRET - value: "{{ .Values.kerberoshub.oauth2Proxy.clientSecret }}" + value: "{{ .Values.kerberoshub.oauth2Proxy.github.clientSecret }}" - name: OAUTH2_PROXY_COOKIE_SECRET - value: "{{ .Values.kerberoshub.oauth2Proxy.cookieSecret }}" + value: "{{ .Values.kerberoshub.oauth2Proxy.github.cookieSecret }}" - name: OAUTH2_PROXY_GITHUB_ORG - value: "{{ .Values.kerberoshub.oauth2Proxy.githubOrg }}" + value: "{{ .Values.kerberoshub.oauth2Proxy.github.organization }}" - name: OAUTH2_PROXY_GITHUB_TEAM - value: "{{ .Values.kerberoshub.oauth2Proxy.githubTeam }}" + value: "{{ .Values.kerberoshub.oauth2Proxy.github.team }}" image: quay.io/oauth2-proxy/oauth2-proxy:latest imagePullPolicy: Always name: oauth2-proxy