apps: adjust version numbers

This commit is contained in:
xeruf 2024-07-10 11:13:02 +03:00
parent 6d24f4e5d6
commit 922f5edf3b
3 changed files with 13 additions and 12 deletions

View File

@ -15,6 +15,7 @@ Still, it is an experimental offering.
### Overrides ### Overrides
- Adds many Nextcloud extensions and some configuration - Adds many Nextcloud extensions and some configuration
-> most notably `external` to add Applications into Nextcloud as hub -> most notably `external` to add Applications into Nextcloud as hub
- Allow iFraming of applications into Nextcloud
### New Applications ### 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. they come in one package with the repository.
Below list is formatted as: 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 #### Stable including Single-Sign-On
- forge: Forgejo - forge: Forgejo
- do: Vikunja - do: Vikunja [needs upgrade]
- status: Gatus (minicloudlabs)
#### No SSO #### No SSO
- ninja: InvoiceNinja - ninja: InvoiceNinja
- support: Zammad - support: Zammad [needs PVC fixed]
- flow: n8n (8gears) - flow: n8n (8gears)
- meet: cal.com (pyrrha) - meet: cal.com (pyrrha)
- status: Gatus (minicloudlabs)
#### Planned #### Planned
- design: penpot (truecharts, waiting on PR) - design: penpot (truecharts, waiting on PR)
- sprint: taiga (nemonik) - sprint: taiga (nemonik)
- video: Peertube ([LecygneNoir](https://git.lecygnenoir.info/LecygneNoir/peertube-helm) - video: Peertube ([LecygneNoir](https://git.lecygnenoir.info/LecygneNoir/peertube-helm)
) )
- call: Jitsi Meet / OpenTalk - call: Jitsi Meet / OpenTalk / Element Call
- wiki: Wiki (maybe wikijs, but I'd like something that integrated with Nextcloud and Markdown/Orgdown) - wiki: Wiki (maybe wikijs, but I'd like something that integrates with Nextcloud and Markdown/Orgdown)
#### Ideas #### Ideas
- link: URL Shortener - link: URL Shortener
- connect: Bonfire - connect: Bonfire

View File

@ -7,7 +7,7 @@ data:
values.yaml: | values.yaml: |
# https://github.com/8gears/n8n-helm-chart/blob/master/values.yaml # https://github.com/8gears/n8n-helm-chart/blob/master/values.yaml
image: image:
tag: "1.42.1" tag: "1.47.3"
n8n: n8n:
encryption_key: "${encryption_key}" encryption_key: "${encryption_key}"

View File

@ -19,27 +19,27 @@ data:
url: "https://forge.${domain}" url: "https://forge.${domain}"
invoiceninja: | invoiceninja: |
name: "Invoiceninja Billing" name: "Invoiceninja Billing"
version: "5.8.38" version: "5.9"
external: true external: true
url: "https://ninja.${domain}" url: "https://ninja.${domain}"
cal: | cal: |
name: "Cal Appointment Booking" name: "Cal Appointment Booking"
version: "" version: "3.7.11"
external: true external: true
url: "https://meet.${domain}" url: "https://meet.${domain}"
n8n: | n8n: |
name: "n8n Integrations" name: "n8n Integrations"
version: "" version: "1.47.3"
external: true external: true
url: "https://flow.${domain}" url: "https://flow.${domain}"
gatus: | gatus: |
name: "Gatus Monitoring" name: "Gatus Monitoring"
version: "" version: "5.11.0"
external: true external: true
url: "https://status.${domain}" url: "https://status.${domain}"
zammad: | zammad: |
name: "Zammad Customer Support" name: "Zammad Customer Support"
version: "" version: "6.2.0"
external: true external: true
url: "https://support.${domain}" url: "https://support.${domain}"
handbook: | handbook: |