From 3827f6fc0dd1b2fb5dbb047b6371d33933577f23 Mon Sep 17 00:00:00 2001 From: Dustin Jenkins Date: Wed, 13 Nov 2024 17:41:17 +0000 Subject: [PATCH] fix: remove extra client secret setting and provide default tab labels --- deployment/helm/science-portal/Chart.yaml | 2 +- .../config/org.opencadc.science-portal.properties | 1 - deployment/helm/science-portal/values.yaml | 4 ++++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/deployment/helm/science-portal/Chart.yaml b/deployment/helm/science-portal/Chart.yaml index 68f01a23b..d6ea9b0c6 100644 --- a/deployment/helm/science-portal/Chart.yaml +++ b/deployment/helm/science-portal/Chart.yaml @@ -15,7 +15,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.3.0 +version: 0.3.1 # 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/deployment/helm/science-portal/config/org.opencadc.science-portal.properties b/deployment/helm/science-portal/config/org.opencadc.science-portal.properties index b100af44f..e3f7e929e 100644 --- a/deployment/helm/science-portal/config/org.opencadc.science-portal.properties +++ b/deployment/helm/science-portal/config/org.opencadc.science-portal.properties @@ -21,7 +21,6 @@ org.opencadc.science-portal.oidc.clientSecret = {{ $clientSecret }} org.opencadc.science-portal.oidc.clientSecret = {{ .clientSecret }} {{- end }} -org.opencadc.science-portal.oidc.clientSecret = {{ .clientSecret }} org.opencadc.science-portal.oidc.callbackURI = {{ .callbackURI }} org.opencadc.science-portal.oidc.redirectURI = {{ .redirectURI }} org.opencadc.science-portal.oidc.scope = {{ .scope }} diff --git a/deployment/helm/science-portal/values.yaml b/deployment/helm/science-portal/values.yaml index 50a927b31..6f69ec156 100644 --- a/deployment/helm/science-portal/values.yaml +++ b/deployment/helm/science-portal/values.yaml @@ -14,6 +14,10 @@ deployment: image: images.opencadc.org/platform/science-portal:0.3.0 imagePullPolicy: Always + tabLabels: + - "Standard" + - "Advanced" + # Optionally set the DEBUG port. # extraEnv: # - name: CATALINA_OPTS