Compare commits

..

2 commits

Author SHA1 Message Date
xeruf
4da05ac76c : 2025-07-09 04:34:55 +02:00
xeruf
a9e19b3029 apps/ninja/invoiceninja/invoiceninja-values-configmap: update ninja to 5.12 2025-07-09 04:34:35 +02:00
5 changed files with 7 additions and 4 deletions

View file

@ -47,7 +47,7 @@ Below list is formatted as:
- video: Peertube ([LecygneNoir](https://git.lecygnenoir.info/LecygneNoir/peertube-helm)) - video: Peertube ([LecygneNoir](https://git.lecygnenoir.info/LecygneNoir/peertube-helm))
- call: Jitsi Meet / OpenTalk / Element Call - call: Jitsi Meet / OpenTalk / Element Call
- wiki/know: Wiki (maybe wikijs, but I'd like something that integrates with Nextcloud and Markdown/Orgdown) - wiki/know: Wiki (maybe wikijs, but I'd like something that integrates with Nextcloud and Markdown/Orgdown)
- sign: https://github.com/zekker6/helm-charts/tree/main/charts/apps/docuseal - sign: https://github.com/zekker6/helm-charts/tree/main/charts/apps/docuseal / https://artifacthub.io/packages/helm/documenso/documenso
#### Ideas #### Ideas
- link: URL Shortener - link: URL Shortener
- connect: Bonfire - connect: Bonfire

View file

@ -3,6 +3,9 @@ kind: StringSecret
metadata: metadata:
name: stackspin-vikunja-variables name: stackspin-vikunja-variables
namespace: flux-system namespace: flux-system
labels:
stackspin.net/backupSet: "vikunja"
stackspin.net/backupSet: "vikunja-extra"
spec: spec:
fields: fields:
- fieldName: jwt - fieldName: jwt

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: 11.0.1 version: 11.0.3
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: forgejo name: forgejo

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.11" tag: "5.12"
pullPolicy: Always pullPolicy: Always
ingress: ingress:
enabled: true enabled: true

View file

@ -10,7 +10,7 @@ data:
tag: apache-1.21.0-prod tag: apache-1.21.0-prod
kimaiAppSecret: "${secret}" kimaiAppSecret: "${secret}"
kimaiAdminEmail: "${admin_email}" kimaiAdminEmail: "${admin_email}"
kimaiAdminPassword: "${password}" kimaiAdminPassword: "${userbackend_admin_password}"
kimaiMailerUrl: "smtp://${outgoing_mail_smtp_user}:${outgoing_mail_smtp_password}@${outgoing_mail_smtp_host}?encryption=tls&auth_mode=plain" kimaiMailerUrl: "smtp://${outgoing_mail_smtp_user}:${outgoing_mail_smtp_password}@${outgoing_mail_smtp_host}?encryption=tls&auth_mode=plain"
kimaiMailerFrom: "${outgoing_mail_from_address}" kimaiMailerFrom: "${outgoing_mail_from_address}"
ingress: ingress: