Bläddra i källkod

Add timezone config option to sabnzbd (#2601)

mrboring 1 år sedan
förälder
incheckning
278b067560

+ 1 - 1
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'

+ 10 - 0
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