diff --git a/README.md b/README.md
index 7758e6a51e9d2625999b1d3dc6a2bec37722234b..428c3683a554e3115c890ee77d4bdeda14f360f2 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,7 @@ Still, it is an experimental offering.
 ### Overrides
 - Adds many Nextcloud extensions and some configuration
   -> most notably `external` to add Applications into Nextcloud as hub
+- Allow iFraming of applications into Nextcloud
 
 ### New Applications
 
@@ -23,24 +24,24 @@ Unlike Stackspin, there is currently no mechanism to add those individually,
 they come in one package with the repository.
 
 Below list is formatted as:
-> subdomain: Service (helmrepo, if not provided by the service authors)
+> subdomain: Service (helmrepo, if not by the application authors themselves)
 
 #### Stable including Single-Sign-On
 - forge: Forgejo
-- do: Vikunja
+- do: Vikunja [needs upgrade]
+- status: Gatus (minicloudlabs)
 #### No SSO
 - ninja: InvoiceNinja
-- support: Zammad
+- support: Zammad [needs PVC fixed]
 - flow: n8n (8gears)
 - meet: cal.com (pyrrha)
-- status: Gatus (minicloudlabs)
 #### Planned
 - design: penpot (truecharts, waiting on PR)
 - sprint: taiga (nemonik)
 - video: Peertube ([LecygneNoir](https://git.lecygnenoir.info/LecygneNoir/peertube-helm)
 )
-- call: Jitsi Meet / OpenTalk
-- wiki: Wiki (maybe wikijs, but I'd like something that integrated with Nextcloud and Markdown/Orgdown)
+- call: Jitsi Meet / OpenTalk / Element Call
+- wiki: Wiki (maybe wikijs, but I'd like something that integrates with Nextcloud and Markdown/Orgdown)
 #### Ideas
 - link: URL Shortener
 - connect: Bonfire
diff --git a/apps/flow/n8n/n8n-values-configmap.yaml b/apps/flow/n8n/n8n-values-configmap.yaml
index 0515bba5977223a5917eda3cd98680657784b0cf..3b4bfbf3897bdf49a1e7df2c21a407ecaff64f0f 100644
--- a/apps/flow/n8n/n8n-values-configmap.yaml
+++ b/apps/flow/n8n/n8n-values-configmap.yaml
@@ -7,7 +7,7 @@ data:
   values.yaml: |
     # https://github.com/8gears/n8n-helm-chart/blob/master/values.yaml
     image:
-      tag: "1.42.1"
+      tag: "1.47.3"
 
     n8n:
       encryption_key: "${encryption_key}"
diff --git a/overrides/stackspin-apps-custom.yaml b/overrides/stackspin-apps-custom.yaml
index 82c61ba2f78c51a3150cc3a54f313875e191ed89..decacf5d53e03af3194dcacecb0400ad51bd97ab 100644
--- a/overrides/stackspin-apps-custom.yaml
+++ b/overrides/stackspin-apps-custom.yaml
@@ -19,27 +19,27 @@ data:
     url: "https://forge.${domain}"
   invoiceninja: |
     name: "Invoiceninja Billing"
-    version: "5.8.38"
+    version: "5.9"
     external: true
     url: "https://ninja.${domain}"
   cal: |
     name: "Cal Appointment Booking"
-    version: ""
+    version: "3.7.11"
     external: true
     url: "https://meet.${domain}"
   n8n: |
     name: "n8n Integrations"
-    version: ""
+    version: "1.47.3"
     external: true
     url: "https://flow.${domain}"
   gatus: |
     name: "Gatus Monitoring"
-    version: ""
+    version: "5.11.0"
     external: true
     url: "https://status.${domain}"
   zammad: |
     name: "Zammad Customer Support"
-    version: ""
+    version: "6.2.0"
     external: true
     url: "https://support.${domain}"
   handbook: |