mirror of
https://github.com/truenas/charts.git
synced 2026-05-16 14:12:59 +08:00
Add timezone config option to sabnzbd (#2601)
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user