diff --git a/basic/apps/dev/gitea-oauth-client.yaml b/basic/apps/dev/gitea-oauth-client.yaml
index 3a8b306dd4a39210d658f61ee0cc70dd02605247..13e453e3fb2693725183b3be3671171c480419e8 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 f71636d1b5d25fc19e82a3f11881e882ba1bc248..d4883569a6fd0c48dfac736f25652042cb4d266e 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 01ef513ccb806494f1cf07fef837d4ae7d58b8c0..2c62ad50648d1bf37841f69350d40c23680013d7 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