diff --git a/deployment/helmchart/Chart.lock b/deployment/helmchart/Chart.lock
index e20d8df6e3dbe1ff19723e9a7bf6a212f64e66a2..fcd633ab3ee89b4501caa691cf06912b1a754803 100644
--- a/deployment/helmchart/Chart.lock
+++ b/deployment/helmchart/Chart.lock
@@ -1,6 +1,6 @@
 dependencies:
 - name: common
   repository: https://charts.bitnami.com/bitnami
-  version: 1.10.4
-digest: sha256:e177cdcd71e67a1e64e95260c4b780374e1d66e85be405d5dc58459654e49ffa
-generated: "2022-01-21T11:11:54.359313957+01:00"
+  version: 1.11.1
+digest: sha256:a000bcd4d4cdd813c67d633b5523b4a4cd478fb95f1cae665d9b0ba5c45b40e2
+generated: "2022-02-10T15:57:46.223230425+01:00"
diff --git a/deployment/helmchart/Chart.yaml b/deployment/helmchart/Chart.yaml
index 73c42c756506337fc138ff42d26fe4e879a16748..8e05831df138b2d2307abb0361d364db95e3484a 100644
--- a/deployment/helmchart/Chart.yaml
+++ b/deployment/helmchart/Chart.yaml
@@ -22,4 +22,4 @@ name: stackspin-dashboard
 sources:
   - https://open.greenhost.net/stackspin/dashboard/
   - https://open.greenhost.net/stackspin/dashboard-backend/
-version: 0.1.3
+version: 0.1.4
diff --git a/deployment/helmchart/templates/configmaps.yaml b/deployment/helmchart/templates/configmaps.yaml
index 34c5a7fb2cbbf6b1f0ee4eadd14b98703151c5be..d208e87bb414e5c57356fded08dd300395a6086b 100644
--- a/deployment/helmchart/templates/configmaps.yaml
+++ b/deployment/helmchart/templates/configmaps.yaml
@@ -16,6 +16,7 @@ data:
   HYDRA_CLIENT_ID: {{ .Values.backend.oidc.clientId }}
   HYDRA_AUTHORIZATION_BASE_URL: {{ .Values.backend.oidc.authorizationBaseUrl }}
   TOKEN_URL: {{ .Values.backend.oidc.tokenUrl }}
+  HYDRA_URL: {{ .Values.backend.oidc.baseUrl }}
 
   # {{- if .Values.backend.smtp.enabled }}
   # DASHBOARD_BACKEND_SMTP_HOST: {{ .Values.backend.smtp.host | quote }}
diff --git a/deployment/helmchart/values.yaml b/deployment/helmchart/values.yaml
index 1f976f16745ff9fe0c92033ee1c749657a93e836..e9a46fe2e4e0ec0559ab54d1a8b069e1eb2fe28b 100644
--- a/deployment/helmchart/values.yaml
+++ b/deployment/helmchart/values.yaml
@@ -252,6 +252,7 @@ backend:
   oidc:
     clientId: dashboard
     clientSecret: ReplaceWithSecret
+    baseUrl: https://sso.stackspin.example.org
     authorizationBaseUrl: https://sso.stackspin.example.org/oauth2/auth
     tokenUrl: https://sso.stackspin.example.org/oauth2/token