diff --git a/stable/ntfy/8.1.6/app-changelog.md b/stable/ntfy/8.1.6/app-changelog.md deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/stable/ntfy/8.1.6/CHANGELOG.md b/stable/ntfy/8.2.0/CHANGELOG.md similarity index 86% rename from stable/ntfy/8.1.6/CHANGELOG.md rename to stable/ntfy/8.2.0/CHANGELOG.md index 83a3fddaef..c3f465cb70 100644 --- a/stable/ntfy/8.1.6/CHANGELOG.md +++ b/stable/ntfy/8.2.0/CHANGELOG.md @@ -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) diff --git a/stable/ntfy/8.1.6/Chart.yaml b/stable/ntfy/8.2.0/Chart.yaml similarity index 98% rename from stable/ntfy/8.1.6/Chart.yaml rename to stable/ntfy/8.2.0/Chart.yaml index f3461acac1..0c05d91137 100644 --- a/stable/ntfy/8.1.6/Chart.yaml +++ b/stable/ntfy/8.2.0/Chart.yaml @@ -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 diff --git a/stable/ntfy/8.1.6/README.md b/stable/ntfy/8.2.0/README.md similarity index 100% rename from stable/ntfy/8.1.6/README.md rename to stable/ntfy/8.2.0/README.md diff --git a/stable/ntfy/8.2.0/app-changelog.md b/stable/ntfy/8.2.0/app-changelog.md new file mode 100644 index 0000000000..ef30f74c94 --- /dev/null +++ b/stable/ntfy/8.2.0/app-changelog.md @@ -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)) \ No newline at end of file diff --git a/stable/ntfy/8.1.6/app-readme.md b/stable/ntfy/8.2.0/app-readme.md similarity index 100% rename from stable/ntfy/8.1.6/app-readme.md rename to stable/ntfy/8.2.0/app-readme.md diff --git a/stable/ntfy/8.1.6/charts/common-17.2.22.tgz b/stable/ntfy/8.2.0/charts/common-17.2.22.tgz similarity index 100% rename from stable/ntfy/8.1.6/charts/common-17.2.22.tgz rename to stable/ntfy/8.2.0/charts/common-17.2.22.tgz diff --git a/stable/ntfy/8.1.6/ix_values.yaml b/stable/ntfy/8.2.0/ix_values.yaml similarity index 98% rename from stable/ntfy/8.1.6/ix_values.yaml rename to stable/ntfy/8.2.0/ix_values.yaml index 0bd7f0f4c3..184584787d 100644 --- a/stable/ntfy/8.1.6/ix_values.yaml +++ b/stable/ntfy/8.2.0/ix_values.yaml @@ -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" diff --git a/stable/ntfy/8.1.6/questions.yaml b/stable/ntfy/8.2.0/questions.yaml similarity index 99% rename from stable/ntfy/8.1.6/questions.yaml rename to stable/ntfy/8.2.0/questions.yaml index fd9290c7ee..f085539bc3 100644 --- a/stable/ntfy/8.1.6/questions.yaml +++ b/stable/ntfy/8.2.0/questions.yaml @@ -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." diff --git a/stable/ntfy/8.1.6/templates/NOTES.txt b/stable/ntfy/8.2.0/templates/NOTES.txt similarity index 100% rename from stable/ntfy/8.1.6/templates/NOTES.txt rename to stable/ntfy/8.2.0/templates/NOTES.txt diff --git a/stable/ntfy/8.1.6/templates/common.yaml b/stable/ntfy/8.2.0/templates/common.yaml similarity index 100% rename from stable/ntfy/8.1.6/templates/common.yaml rename to stable/ntfy/8.2.0/templates/common.yaml diff --git a/stable/ntfy/8.1.6/values.yaml b/stable/ntfy/8.2.0/values.yaml similarity index 100% rename from stable/ntfy/8.1.6/values.yaml rename to stable/ntfy/8.2.0/values.yaml