apps: update invoiceninja and forgejo
This commit is contained in:
parent
fa0a752b87
commit
7669fe7ad7
4 changed files with 5 additions and 10 deletions
|
@ -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: 5.0.1
|
version: 11.0.1
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: HelmRepository
|
kind: HelmRepository
|
||||||
name: forgejo
|
name: forgejo
|
||||||
|
|
|
@ -21,6 +21,7 @@ data:
|
||||||
- secretName: forgejo-tls
|
- secretName: forgejo-tls
|
||||||
hosts:
|
hosts:
|
||||||
- "${forgejo_domain}"
|
- "${forgejo_domain}"
|
||||||
|
|
||||||
gitea:
|
gitea:
|
||||||
admin:
|
admin:
|
||||||
username: "forgejo"
|
username: "forgejo"
|
||||||
|
|
|
@ -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.10"
|
tag: "5.11"
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
|
@ -17,36 +17,30 @@ data:
|
||||||
url: "https://do.${domain_extra}"
|
url: "https://do.${domain_extra}"
|
||||||
forgejo: |
|
forgejo: |
|
||||||
name: "Forgejo Git Repositories"
|
name: "Forgejo Git Repositories"
|
||||||
version: "1.21"
|
version: "10.0.0"
|
||||||
url: "https://forge.${domain}"
|
url: "https://forge.${domain}"
|
||||||
gatus: |
|
gatus: |
|
||||||
name: "Gatus Monitoring"
|
name: "Gatus Monitoring"
|
||||||
version: "5.11.0"
|
version: "5.11.0"
|
||||||
external: true
|
|
||||||
url: "https://status.${domain}"
|
url: "https://status.${domain}"
|
||||||
invoiceninja: |
|
invoiceninja: |
|
||||||
name: "Invoiceninja Billing"
|
name: "Invoiceninja Billing"
|
||||||
version: "5.9"
|
version: "5.11"
|
||||||
external: true
|
|
||||||
url: "https://ninja.${domain}"
|
url: "https://ninja.${domain}"
|
||||||
cal: |
|
cal: |
|
||||||
name: "Cal Appointment Booking"
|
name: "Cal Appointment Booking"
|
||||||
version: "3.7.11"
|
version: "3.7.11"
|
||||||
external: true
|
|
||||||
url: "https://meet.${domain}"
|
url: "https://meet.${domain}"
|
||||||
n8n: |
|
n8n: |
|
||||||
name: "n8n Integrations"
|
name: "n8n Integrations"
|
||||||
version: "1.47.3"
|
version: "1.47.3"
|
||||||
external: true
|
|
||||||
url: "https://flow.${domain}"
|
url: "https://flow.${domain}"
|
||||||
zammad: |
|
zammad: |
|
||||||
name: "Zammad Customer Support"
|
name: "Zammad Customer Support"
|
||||||
version: "6.2.0"
|
version: "6.2.0"
|
||||||
external: true
|
|
||||||
url: "https://support.${domain}"
|
url: "https://support.${domain}"
|
||||||
handbook: |
|
handbook: |
|
||||||
name: "FTT Handbook"
|
name: "FTT Handbook"
|
||||||
external: true
|
|
||||||
url: "https://about.${domain}"
|
url: "https://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
|
||||||
|
|
Loading…
Add table
Reference in a new issue