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:
|
||||
# https://codeberg.org/forgejo-contrib/-/packages/container/forgejo
|
||||
chart: forgejo
|
||||
version: 5.0.1
|
||||
version: 11.0.1
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: forgejo
|
||||
|
|
|
@ -21,6 +21,7 @@ data:
|
|||
- secretName: forgejo-tls
|
||||
hosts:
|
||||
- "${forgejo_domain}"
|
||||
|
||||
gitea:
|
||||
admin:
|
||||
username: "forgejo"
|
||||
|
|
|
@ -8,7 +8,7 @@ data:
|
|||
# https://github.com/invoiceninja/dockerfiles/blob/master/charts/invoiceninja/values.yaml
|
||||
image:
|
||||
# https://hub.docker.com/r/invoiceninja/invoiceninja/tags
|
||||
tag: "5.10"
|
||||
tag: "5.11"
|
||||
pullPolicy: Always
|
||||
ingress:
|
||||
enabled: true
|
||||
|
|
|
@ -17,36 +17,30 @@ data:
|
|||
url: "https://do.${domain_extra}"
|
||||
forgejo: |
|
||||
name: "Forgejo Git Repositories"
|
||||
version: "1.21"
|
||||
version: "10.0.0"
|
||||
url: "https://forge.${domain}"
|
||||
gatus: |
|
||||
name: "Gatus Monitoring"
|
||||
version: "5.11.0"
|
||||
external: true
|
||||
url: "https://status.${domain}"
|
||||
invoiceninja: |
|
||||
name: "Invoiceninja Billing"
|
||||
version: "5.9"
|
||||
external: true
|
||||
version: "5.11"
|
||||
url: "https://ninja.${domain}"
|
||||
cal: |
|
||||
name: "Cal Appointment Booking"
|
||||
version: "3.7.11"
|
||||
external: true
|
||||
url: "https://meet.${domain}"
|
||||
n8n: |
|
||||
name: "n8n Integrations"
|
||||
version: "1.47.3"
|
||||
external: true
|
||||
url: "https://flow.${domain}"
|
||||
zammad: |
|
||||
name: "Zammad Customer Support"
|
||||
version: "6.2.0"
|
||||
external: true
|
||||
url: "https://support.${domain}"
|
||||
handbook: |
|
||||
name: "FTT Handbook"
|
||||
external: true
|
||||
url: "https://about.${domain}"
|
||||
---
|
||||
# This list of OAuth clients with their corresponding apps is loaded by the
|
||||
|
|
Loading…
Add table
Reference in a new issue