From 1e6cb429bdc5bd996638573b5ca9de42821ec096 Mon Sep 17 00:00:00 2001
From: Maarten de Waard <maarten@greenhost.nl>
Date: Thu, 10 Feb 2022 16:06:28 +0100
Subject: [PATCH] set baseUrl for Hydra in Dashboard values

---
 flux2/core/base/dashboard/dashboard-release.yaml          | 2 +-
 flux2/core/base/dashboard/dashboard-values-configmap.yaml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/flux2/core/base/dashboard/dashboard-release.yaml b/flux2/core/base/dashboard/dashboard-release.yaml
index afe0f8581..7ea6a1172 100644
--- a/flux2/core/base/dashboard/dashboard-release.yaml
+++ b/flux2/core/base/dashboard/dashboard-release.yaml
@@ -13,7 +13,7 @@ spec:
     spec:
       # renovate: registryUrl=https://open.greenhost.net/api/v4/projects/48/packages/helm/stable
       chart: stackspin-dashboard
-      version: 0.1.3
+      version: 0.1.4
       sourceRef:
         kind: HelmRepository
         name: dashboard
diff --git a/flux2/core/base/dashboard/dashboard-values-configmap.yaml b/flux2/core/base/dashboard/dashboard-values-configmap.yaml
index 1c0eeb3dc..d6231aa40 100644
--- a/flux2/core/base/dashboard/dashboard-values-configmap.yaml
+++ b/flux2/core/base/dashboard/dashboard-values-configmap.yaml
@@ -29,6 +29,7 @@ data:
       oidc:
         clientId: dashboard
         clientSecret: ${client_secret}
+        baseUrl: "https://sso.${domain}"
         authorizationBaseUrl: "https://sso.${domain}/oauth2/auth"
         tokenUrl: "https://sso.${domain}/oauth2/token"
       resources:
-- 
GitLab