From be363e87eea2cf2b8f7cdaee5b6433ec79a1622c Mon Sep 17 00:00:00 2001
From: xeruf <27jf@pm.me>
Date: Thu, 30 Jun 2022 09:12:09 +0100
Subject: [PATCH] apps: issue adjustments

---
 basic/apps/dev/gitea-oauth-client.yaml      | 4 ++--
 basic/apps/do/vikunja-values-configmap.yaml | 2 +-
 basic/apps/people/suitecrm-release.yaml     | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/basic/apps/dev/gitea-oauth-client.yaml b/basic/apps/dev/gitea-oauth-client.yaml
index 3a8b306..13e453e 100644
--- a/basic/apps/dev/gitea-oauth-client.yaml
+++ b/basic/apps/dev/gitea-oauth-client.yaml
@@ -16,6 +16,6 @@ spec:
     - code
   scope: "openid profile email stackspin_roles"
   secretName: stackspin-gitea-oauth-variables
-  #redirectUris:
-  #  - https://dev.${domain}/oauth/openid/
+  redirectUris:
+    - https://dev.${domain}/user/oauth2/Stackspin/callback
   tokenEndpointAuthMethod: client_secret_post
diff --git a/basic/apps/do/vikunja-values-configmap.yaml b/basic/apps/do/vikunja-values-configmap.yaml
index f71636d..d488356 100644
--- a/basic/apps/do/vikunja-values-configmap.yaml
+++ b/basic/apps/do/vikunja-values-configmap.yaml
@@ -15,7 +15,7 @@ data:
             # https://vikunja.io/docs/config-options/#openid
             # Example: https://github.com/go-vikunja/api/blob/main/config.yml.sample#L289-L312
             enabled: true
-            redirecturl: "https://do.${domain}/auth/openid/stackspin"
+            redirecturl: "https://do.${domain}/auth/openid/"
             providers:
               - name: Stackspin
                 authurl: "https://sso.${domain}/"
diff --git a/basic/apps/people/suitecrm-release.yaml b/basic/apps/people/suitecrm-release.yaml
index 01ef513..2c62ad5 100644
--- a/basic/apps/people/suitecrm-release.yaml
+++ b/basic/apps/people/suitecrm-release.yaml
@@ -8,7 +8,7 @@ spec:
   chart:
     spec:
       chart: suitecrm
-      version: 8.1.2
+      version: 11.1.8
       sourceRef:
         kind: HelmRepository
         name: bitnami
-- 
GitLab