From 52179c02b37712ca58de11f0cb4a28fae29d6cee Mon Sep 17 00:00:00 2001 From: friedrich goerz Date: Fri, 9 Dec 2022 13:08:43 +0100 Subject: [PATCH] DEV-681: OIDC-integration towards clusterinternal keycloak - bugfixing wrong realm name --- Chart.yaml | 2 +- values_nsodev.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index 46682d1..3f67472 100644 --- a/Chart.yaml +++ b/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.1.1 +version: 0.1.2 # 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/values_nsodev.yaml b/values_nsodev.yaml index a8426bb..21c6a6e 100644 --- a/values_nsodev.yaml +++ b/values_nsodev.yaml @@ -62,7 +62,7 @@ smardigo-connect: client_id: nsodev-connect registration_id: nsodev-connect issuer_host: prodwork01-keycloak.smardigo.digital - realm: management + realm: moebene iam: iam_module: external iam_client_enabled: "true"