From 282da7e7267e37a73f937153ac06086d3c95222d Mon Sep 17 00:00:00 2001 From: daniel-pimenta-DME Date: Mon, 26 Feb 2024 17:51:34 +0000 Subject: [PATCH] Commit triggered by a change on the main branch of helm-charts-dev --- charts/eoepca-portal/Chart.yaml | 2 +- charts/eoepca-portal/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/eoepca-portal/Chart.yaml b/charts/eoepca-portal/Chart.yaml index b77c7ed..db254ef 100644 --- a/charts/eoepca-portal/Chart.yaml +++ b/charts/eoepca-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: 1.0.11 +version: 1.0.12 # 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/eoepca-portal/values.yaml b/charts/eoepca-portal/values.yaml index 1e02679..d1040e1 100644 --- a/charts/eoepca-portal/values.yaml +++ b/charts/eoepca-portal/values.yaml @@ -40,7 +40,7 @@ nodeSelector: {} tolerations: [] affinity: {} configMap: - auth_server_url: "https://identity.keycloak.demo.eoepca.org" + identity_url: "https://identity.keycloak.demo.eoepca.org" realm: "eoepca" client_id: "eoepca-portal" identity_api_url: "https://identity.api.demo.eoepca.org"