Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
34de6b30a8
commit
2e186ee7f2
|
@ -0,0 +1,99 @@
|
|||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
## [gotify-12.0.2](https://github.com/truecharts/charts/compare/gotify-12.0.1...gotify-12.0.2) (2023-01-13)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/gotify-server to v2.2.4
|
||||
|
||||
|
||||
|
||||
|
||||
## [gotify-12.0.1](https://github.com/truecharts/charts/compare/gotify-12.0.0...gotify-12.0.1) (2023-01-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#6121](https://github.com/truecharts/charts/issues/6121))
|
||||
|
||||
|
||||
|
||||
|
||||
## [gotify-12.0.0](https://github.com/truecharts/charts/compare/gotify-11.0.17...gotify-12.0.0) (2023-01-06)
|
||||
|
||||
### Fix
|
||||
|
||||
- BREAKING CHANGE - Rewrite app ([#5997](https://github.com/truecharts/charts/issues/5997))
|
||||
|
||||
|
||||
|
||||
|
||||
## [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
|
|
@ -0,0 +1,35 @@
|
|||
apiVersion: v2
|
||||
appVersion: "2.2.4"
|
||||
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.18
|
||||
deprecated: false
|
||||
description: A simple server for sending and receiving messages.
|
||||
home: https://truecharts.org/charts/stable/gotify
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/gotify.png
|
||||
keywords:
|
||||
- gotify
|
||||
- notifications
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: gotify
|
||||
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
|
||||
type: application
|
||||
version: 12.0.2
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- notifications
|
||||
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-12.0.2](https://github.com/truecharts/charts/compare/gotify-12.0.1...gotify-12.0.2) (2023-01-13)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/gotify-server to v2.2.4
|
||||
|
||||
|
|
@ -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,75 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/gotify-server
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.2.4@sha256:18cd2c1aa471949eae49ed114b9693d110ed53f22e96f0e966d8305b5c2b3148
|
||||
|
||||
gotify:
|
||||
user: admin
|
||||
pass: admin
|
||||
registration: false
|
||||
password_strength: 10
|
||||
# Advanced
|
||||
response_headers:
|
||||
[]
|
||||
# - key: X-Custom-Header
|
||||
# value: "custom value"
|
||||
keep_alive_period_seconds: 0
|
||||
stream:
|
||||
ping_period_seconds: 45
|
||||
allowed_origins:
|
||||
[]
|
||||
# - example.com
|
||||
# - domain.com
|
||||
cors:
|
||||
allowed_origins:
|
||||
[]
|
||||
# - ".+.example.com"
|
||||
# - "otherdomain.com"
|
||||
allowed_methods:
|
||||
[]
|
||||
# - GET
|
||||
# - POST
|
||||
allowed_headers:
|
||||
[]
|
||||
# - Authorization
|
||||
# - content-type
|
||||
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: '{{ include "tc.common.names.fullname" . }}-secret-env'
|
||||
|
||||
probes:
|
||||
liveness:
|
||||
path: /health
|
||||
readiness:
|
||||
path: /health
|
||||
startup:
|
||||
path: /health
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 10084
|
||||
|
||||
persistence:
|
||||
data:
|
||||
enabled: true
|
||||
mountPath: /app/data
|
||||
config-file:
|
||||
enabled: true
|
||||
type: secret
|
||||
readOnly: true
|
||||
defaultMode: "0600"
|
||||
objectName: '{{ include "tc.common.names.fullname" . }}-secret'
|
||||
mountPath: /etc/gotify/config.yml
|
||||
subPath: config.yml
|
||||
|
||||
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,83 @@
|
|||
{{/* Define the secret */}}
|
||||
{{- define "gotify.secret" -}}
|
||||
|
||||
{{- $secretName := printf "%s-secret" (include "tc.common.names.fullname" .) }}
|
||||
{{- $secretEnvName := printf "%s-secret-env" (include "tc.common.names.fullname" .) }}
|
||||
|
||||
{{- $url := (.Values.postgresql.url.plain | trimAll "\"") }}
|
||||
{{- $password := (.Values.postgresql.postgresqlPassword | trimAll "\"") }}
|
||||
{{- $dbuser := .Values.postgresql.postgresqlUsername }}
|
||||
{{- $dbname := .Values.postgresql.postgresqlDatabase }}
|
||||
{{- $port := .Values.service.main.ports.main.port }}
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: {{ $secretEnvName }}
|
||||
labels:
|
||||
{{- include "tc.common.labels" . | nindent 4 }}
|
||||
stringData: {{/* Env takes precedence, and it;s defined in Dockerfile as 80 */}}
|
||||
GOTIFY_SERVER_PORT: {{ $port | quote }}
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: {{ $secretName }}
|
||||
labels:
|
||||
{{- include "tc.common.labels" . | nindent 4 }}
|
||||
stringData:
|
||||
config.yml: |
|
||||
server:
|
||||
listenaddr: ""
|
||||
keepaliveperiodseconds: {{ .Values.gotify.keep_alive_period_seconds }}
|
||||
port: {{ $port }}
|
||||
{{- with .Values.gotify.response_headers }}
|
||||
responseheaders:
|
||||
{{- range $item := . }}
|
||||
{{ $item.key }}: {{ $item.value | quote }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
ssl:
|
||||
enabled: false
|
||||
stream:
|
||||
pingperiodseconds: {{ .Values.gotify.stream.ping_period_seconds }}
|
||||
{{- with .Values.gotify.stream.allowed_origins }}
|
||||
allowedorigins:
|
||||
{{- range $item := . }}
|
||||
- {{ $item | quote }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- if or .Values.gotify.cors.allowed_origins .Values.gotify.cors.allowed_methods .Values.gotify.cors.allowed_headers }}
|
||||
cors:
|
||||
{{- with .Values.gotify.cors.allowed_origins }}
|
||||
alloworigins:
|
||||
{{- range $item := . }}
|
||||
- {{ $item | quote }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- with .Values.gotify.cors.allowed_methods }}
|
||||
allowmethods:
|
||||
{{- range $item := . }}
|
||||
- {{ $item | quote }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- with .Values.gotify.cors.allowed_headers }}
|
||||
allowheaders:
|
||||
{{- range $item := . }}
|
||||
- {{ $item | quote }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
database:
|
||||
dialect: postgres
|
||||
connection: {{ printf "host=%s port=5432 user=%s dbname=%s password=%s sslmode=disable" $url $dbuser $dbname $password }}
|
||||
uploadedimagesdir: {{ printf "%s/images" .Values.persistence.data.mountPath }}
|
||||
{{- if .Values.gotify.plugins_enabled }}
|
||||
pluginsdir: {{ printf "%s/plugins" .Values.persistence.data.mountPath }}
|
||||
{{- end }}
|
||||
defaultuser:
|
||||
name: {{ .Values.gotify.user }}
|
||||
pass: {{ .Values.gotify.pass }}
|
||||
passstrength: {{ .Values.gotify.password_strength }}
|
||||
registration: {{ .Values.gotify.registration }}
|
||||
{{- end -}}
|
|
@ -0,0 +1,8 @@
|
|||
{{/* Make sure all variables are set properly */}}
|
||||
{{- include "tc.common.loader.init" . }}
|
||||
|
||||
{{/* Render secret */}}
|
||||
{{- include "gotify.secret" . }}
|
||||
|
||||
{{/* Render the templates */}}
|
||||
{{ include "tc.common.loader.apply" . }}
|
Loading…
Reference in New Issue