apps: update external apps and their versions

This commit is contained in:
xeruf 2024-03-26 12:25:11 +01:00
parent fb7defdf24
commit dbd94be64f
4 changed files with 37 additions and 7 deletions

View File

@ -9,7 +9,7 @@ spec:
spec: spec:
# https://codeberg.org/forgejo-contrib/-/packages/container/forgejo # https://codeberg.org/forgejo-contrib/-/packages/container/forgejo
chart: forgejo chart: forgejo
version: 1.1.5 version: 5.0.1
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: forgejo name: forgejo

View File

@ -9,7 +9,7 @@ spec:
spec: spec:
# https://github.com/invoiceninja/dockerfiles/blob/master/charts/invoiceninja/Chart.yaml # https://github.com/invoiceninja/dockerfiles/blob/master/charts/invoiceninja/Chart.yaml
chart: invoiceninja chart: invoiceninja
version: 0.10.1 version: 0.10.2
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: invoiceninja name: invoiceninja

View File

@ -8,7 +8,7 @@ data:
# https://github.com/invoiceninja/dockerfiles/blob/master/charts/invoiceninja/values.yaml # https://github.com/invoiceninja/dockerfiles/blob/master/charts/invoiceninja/values.yaml
image: image:
# https://hub.docker.com/r/invoiceninja/invoiceninja/tags # https://hub.docker.com/r/invoiceninja/invoiceninja/tags
tag: 5.6 tag: 5.8
pullPolicy: Always pullPolicy: Always
ingress: ingress:
enabled: true enabled: true

View File

@ -9,12 +9,43 @@ metadata:
data: data:
vikunja: | vikunja: |
name: "Vikunja Tasks" name: "Vikunja Tasks"
gitea: | version: "0.22"
name: "Gitea Code" external: true
url: "do.${domain}"
forgejo: | forgejo: |
name: "Forgejo" name: "Forgejo Git"
version: "1.21"
external: true
url: "forge.${domain}"
invoiceninja: | invoiceninja: |
name: "Invoiceninja Billing" name: "Invoiceninja Billing"
version: "5.8.38"
external: true
url: "ninja.${domain}"
cal: |
name: "Cal Appointment Booking"
version: ""
external: true
url: "meet.${domain}"
n8n: |
name: "n8n Integrations"
version: ""
external: true
url: "flow.${domain}"
gatus: |
name: "Gatus Monitoring"
version: ""
external: true
url: "status.${domain}"
zammad: |
name: "Zammad Customer Support"
version: ""
external: true
url: "support.${domain}"
handbook: |
name: "FTT Handbook"
external: true
url: "about.${domain}"
--- ---
# This list of OAuth clients with their corresponding apps is loaded by the # This list of OAuth clients with their corresponding apps is loaded by the
# Stackspin dashboard on startup, and it will insert any missing entries into # Stackspin dashboard on startup, and it will insert any missing entries into
@ -26,5 +57,4 @@ metadata:
namespace: flux-system namespace: flux-system
data: data:
vikunja: vikunja vikunja: vikunja
gitea: gitea
forgejo: forgejo forgejo: forgejo