From 922f5edf3ba1fbeea38b1b16b9a9ed7b498505ce Mon Sep 17 00:00:00 2001
From: xeruf <27jf@pm.me>
Date: Wed, 10 Jul 2024 11:13:02 +0300
Subject: [PATCH] apps: adjust version numbers

---
 README.md                               | 13 +++++++------
 apps/flow/n8n/n8n-values-configmap.yaml |  2 +-
 overrides/stackspin-apps-custom.yaml    | 10 +++++-----
 3 files changed, 13 insertions(+), 12 deletions(-)

diff --git a/README.md b/README.md
index 7758e6a..428c368 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 0515bba..3b4bfbf 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 82c61ba..decacf5 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: |
-- 
GitLab