Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
6e77daa95e
commit
195ca334ec
|
@ -0,0 +1,99 @@
|
|||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
## [gotify-11.0.17](https://github.com/truecharts/charts/compare/gotify-11.0.16...gotify-11.0.17) (2022-12-30)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/gotify-server to v2.2.2
|
||||
|
||||
|
||||
|
||||
|
||||
## [gotify-11.0.16](https://github.com/truecharts/charts/compare/gotify-11.0.15...gotify-11.0.16) (2022-12-27)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#5856](https://github.com/truecharts/charts/issues/5856))
|
||||
|
||||
|
||||
|
||||
|
||||
## [gotify-11.0.15](https://github.com/truecharts/charts/compare/gotify-11.0.14...gotify-11.0.15) (2022-12-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#5839](https://github.com/truecharts/charts/issues/5839))
|
||||
|
||||
|
||||
|
||||
|
||||
## [gotify-11.0.14](https://github.com/truecharts/charts/compare/gotify-11.0.13...gotify-11.0.14) (2022-12-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [gotify-11.0.13](https://github.com/truecharts/charts/compare/gotify-11.0.12...gotify-11.0.13) (2022-12-19)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [gotify-11.0.12](https://github.com/truecharts/charts/compare/gotify-11.0.11...gotify-11.0.12) (2022-12-18)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart postgresql to v11.0.13 ([#5495](https://github.com/truecharts/charts/issues/5495))
|
||||
|
||||
|
||||
|
||||
|
||||
## [gotify-11.0.11](https://github.com/truecharts/charts/compare/gotify-11.0.10...gotify-11.0.11) (2022-12-13)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [gotify-11.0.10](https://github.com/truecharts/charts/compare/gotify-11.0.9...gotify-11.0.10) (2022-12-05)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [gotify-11.0.9](https://github.com/truecharts/charts/compare/gotify-11.0.8...gotify-11.0.9) (2022-12-03)
|
||||
|
||||
|
||||
|
||||
|
||||
## [gotify-11.0.8](https://github.com/truecharts/charts/compare/gotify-11.0.6...gotify-11.0.8) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [gotify-11.0.8](https://github.com/truecharts/charts/compare/gotify-11.0.6...gotify-11.0.8) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [gotify-11.0.8](https://github.com/truecharts/charts/compare/gotify-11.0.6...gotify-11.0.8) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [gotify-11.0.8](https://github.com/truecharts/charts/compare/gotify-11.0.6...gotify-11.0.8) (2022-11-30)
|
|
@ -0,0 +1,35 @@
|
|||
apiVersion: v2
|
||||
appVersion: "2.2.2"
|
||||
version: 11.0.17
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: gotify
|
||||
description: a simple server for sending and receiving messages
|
||||
type: application
|
||||
home: https://truecharts.org/charts/stable/gotify
|
||||
keywords:
|
||||
- server
|
||||
- gotify
|
||||
- messages
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/gotify.png
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/gotify
|
||||
- https://gotify.net/
|
||||
- https://github.com/gotify/server
|
||||
- https://hub.docker.com/r/gotify/server
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 11.1.2
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
repository: https://charts.truecharts.org/
|
||||
version: 11.0.17
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/grade: U
|
|
@ -0,0 +1,27 @@
|
|||
# README
|
||||
|
||||
## General Info
|
||||
|
||||
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
|
||||
However only installations using the TrueNAS SCALE Apps system are supported.
|
||||
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/)
|
||||
|
||||
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
|
||||
|
||||
|
||||
## Support
|
||||
|
||||
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE%20Apps/Important-MUST-READ).
|
||||
- See the [Website](https://truecharts.org)
|
||||
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
||||
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
|
||||
|
||||
---
|
||||
|
||||
## Sponsor TrueCharts
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
||||
|
||||
*All Rights Reserved - The TrueCharts Project*
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [gotify-11.0.17](https://github.com/truecharts/charts/compare/gotify-11.0.16...gotify-11.0.17) (2022-12-30)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/gotify-server to v2.2.2
|
||||
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
a simple server for sending and receiving messages
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/gotify](https://truecharts.org/charts/stable/gotify)
|
||||
|
||||
---
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/about/sponsor) or contributing back to the project any way you can!
|
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,50 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/gotify-server
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.2.2@sha256:740c2e6236b0d197f2c43b39714b802161fdfec17866dade32966ed4d2c9a7d1
|
||||
|
||||
secretEnv:
|
||||
user: "admin"
|
||||
pass: "admin"
|
||||
|
||||
env:
|
||||
GOTIFY_SERVER_PORT: 8080
|
||||
GOTIFY_SERVER_KEEPALIVEPERIODSECONDS: 0
|
||||
GOTIFY_SERVER_LISTENADDR: ""
|
||||
GOTIFY_SERVER_SSL_ENABLED: false
|
||||
# lists are a little weird but do-able (:
|
||||
# GOTIFY_SERVER_SSL_LETSENCRYPT_HOSTS: "- mydomain.tld\n- myotherdomain.tld"
|
||||
GOTIFY_SERVER_RESPONSEHEADERS: 'X-Custom-Header: "custom value"'
|
||||
# GOTIFY_SERVER_CORS_ALLOWORIGINS: "- \".+.example.com\"\n- \"otherdomain.com\""
|
||||
# GOTIFY_SERVER_CORS_ALLOWMETHODS: "- \"GET\"\n- \"POST\""
|
||||
# GOTIFY_SERVER_CORS_ALLOWHEADERS: "- \"Authorization\"\n- \"content-type\""
|
||||
# GOTIFY_SERVER_STREAM_ALLOWEDORIGINS: "- \".+.example.com\"\n- \"otherdomain.com\""
|
||||
GOTIFY_SERVER_STREAM_PINGPERIODSECONDS: 45
|
||||
GOTIFY_PASSSTRENGTH: 10
|
||||
GOTIFY_UPLOADEDIMAGESDIR: "data/images"
|
||||
GOTIFY_PLUGINSDIR: "data/plugins"
|
||||
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
name: gotifyenv
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 10084
|
||||
targetPort: 8080
|
||||
|
||||
persistence:
|
||||
data:
|
||||
enabled: true
|
||||
mountPath: "/app/data"
|
||||
|
||||
postgresql:
|
||||
enabled: true
|
||||
existingSecret: "dbcreds"
|
||||
postgresqlUsername: gotify
|
||||
postgresqlDatabase: gotify
|
||||
|
||||
portal:
|
||||
enabled: true
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,13 @@
|
|||
{{- define "gotify.configmap" }}
|
||||
{{ $url := ( .Values.postgresql.url.plain | trimAll "\"" ) }}
|
||||
{{ $password := ( .Values.postgresql.postgresqlPassword | trimAll "\"" ) }}
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: gotifyenv
|
||||
data:
|
||||
GOTIFY_DATABASE_CONNECTION: "host={{ $url }} port=5432 user={{ .Values.postgresql.postgresqlUsername }} dbname={{ .Values.postgresql.postgresqlDatabase }} password={{ $password }} sslmode=disable"
|
||||
GOTIFY_DATABASE_DIALECT: "postgres"
|
||||
|
||||
{{- end }}
|
|
@ -0,0 +1,7 @@
|
|||
{{/* Make sure all variables are set properly */}}
|
||||
{{- include "tc.common.loader.init" . }}
|
||||
|
||||
{{/* Render configmap for nextcloud */}}
|
||||
{{- include "gotify.configmap" . }}
|
||||
|
||||
{{ include "tc.common.loader.apply" . }}
|
Loading…
Reference in New Issue