Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2024-01-21 00:22:39 +00:00
parent 781c3b2693
commit 233db8ded9
12 changed files with 27 additions and 11 deletions

View File

@ -7,6 +7,15 @@ title: Changelog
## [ntfy-8.2.0](https://github.com/truecharts/charts/compare/ntfy-8.1.6...ntfy-8.2.0) (2024-01-21)
### Feat
- Add nfty_upstream_base_url env var ([#17314](https://github.com/truecharts/charts/issues/17314))
## [ntfy-8.1.6](https://github.com/truecharts/charts/compare/ntfy-8.1.5...ntfy-8.1.6) (2024-01-09)
@ -88,12 +97,3 @@ title: Changelog
### Chore
- update helm chart common to 17.1.0 by renovate ([#16532](https://github.com/truecharts/charts/issues/16532))
## [ntfy-7.0.11](https://github.com/truecharts/charts/compare/ntfy-7.0.10...ntfy-7.0.11) (2023-12-24)
### Chore
- update helm general non-major by renovate ([#16384](https://github.com/truecharts/charts/issues/16384))
## [ntfy-7.0.10](https://github.com/truecharts/charts/compare/ntfy-7.0.9...ntfy-7.0.10) (2023-12-24)

View File

@ -29,8 +29,8 @@ maintainers:
url: https://truecharts.org
name: ntfy
sources:
- https://github.com/binwiederhier/ntfy/
- https://github.com/truecharts/charts/tree/master/charts/stable/ntfy
- https://hub.docker.com/r/binwiederhier/ntfy
- https://github.com/binwiederhier/ntfy/
type: application
version: 8.1.6
version: 8.2.0

View File

@ -0,0 +1,9 @@
## [ntfy-8.2.0](https://github.com/truecharts/charts/compare/ntfy-8.1.6...ntfy-8.2.0) (2024-01-21)
### Feat
- Add nfty_upstream_base_url env var ([#17314](https://github.com/truecharts/charts/issues/17314))

View File

@ -50,6 +50,7 @@ workload:
ENABLE_ATTACHMENT_CACHE_DIR: false
ENABLE_AUTH_FILE: false
NTFY_ENABLE_METRICS: "{{ .Values.metrics.main.enabled }}"
NTFY_UPSTREAM_BASE_URL: "https://ntfy.sh"
# NTFY_CACHE_DURATION: "12h"
# NTFY_KEEPALIVE_INTERVAL: "45s"
# NTFY_MANAGER_INTERVAL: "1m"

View File

@ -149,6 +149,12 @@ questions:
type: string
required: true
default: "1m"
- variable: NTFY_UPSTREAM_BASE_URL
label: "Upstream Base URL"
description: "Needed for iOS Push Notifications"
schema:
type: string
default: "https://ntfy.sh"
- variable: NTFY_GLOBAL_TOPIC_LIMIT
label: "Global Topic Limit"
description: "Rate limiting: Total number of topics before the server rejects new topics."