From 278b067560ecf8e6548e2dc9bad66e9e6aa9e0a9 Mon Sep 17 00:00:00 2001 From: mrboring Date: Fri, 21 Jun 2024 17:30:11 +0100 Subject: [PATCH] Add timezone config option to sabnzbd (#2601) --- library/ix-dev/community/sabnzbd/Chart.yaml | 2 +- library/ix-dev/community/sabnzbd/questions.yaml | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/library/ix-dev/community/sabnzbd/Chart.yaml b/library/ix-dev/community/sabnzbd/Chart.yaml index b310aadd3a..9df306bed7 100644 --- a/library/ix-dev/community/sabnzbd/Chart.yaml +++ b/library/ix-dev/community/sabnzbd/Chart.yaml @@ -3,7 +3,7 @@ description: SABnzbd is an Open Source Binary Newsreader written in Python. annotations: title: SABnzbd type: application -version: 1.2.10 +version: 1.3.0 apiVersion: v2 appVersion: 4.3.2 kubeVersion: '>=1.16.0-0' diff --git a/library/ix-dev/community/sabnzbd/questions.yaml b/library/ix-dev/community/sabnzbd/questions.yaml index 836bf9bad5..6531ac459d 100644 --- a/library/ix-dev/community/sabnzbd/questions.yaml +++ b/library/ix-dev/community/sabnzbd/questions.yaml @@ -21,6 +21,16 @@ portals: path: "$kubernetes-resource_configmap_portal_path" questions: + - variable: TZ + group: SABnzbd Configuration + label: Timezone + schema: + type: string + default: Etc/UTC + required: true + $ref: + - definitions/timezone + - variable: sabnzbdConfig label: "" group: SABnzbd Configuration