diff --git a/charts/stable/ntfy/Chart.yaml b/charts/stable/ntfy/Chart.yaml index 3b5ba75c2eb..0c05d91137b 100644 --- a/charts/stable/ntfy/Chart.yaml +++ b/charts/stable/ntfy/Chart.yaml @@ -33,4 +33,4 @@ sources: - 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/charts/stable/ntfy/questions.yaml b/charts/stable/ntfy/questions.yaml index 10e42d1d6bc..d060bbc83dc 100644 --- a/charts/stable/ntfy/questions.yaml +++ b/charts/stable/ntfy/questions.yaml @@ -59,6 +59,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/charts/stable/ntfy/values.yaml b/charts/stable/ntfy/values.yaml index 0bd7f0f4c3f..184584787df 100644 --- a/charts/stable/ntfy/values.yaml +++ b/charts/stable/ntfy/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"