From 8ce283eb1ec6c53efcaf0bb696a3a21291bfd49e Mon Sep 17 00:00:00 2001 From: Dave Eargle Date: Thu, 20 Jun 2024 06:52:35 -0600 Subject: [PATCH] add config option for jellyfin timezone (#2575) * add config option for jellyfin timezone * move changes to ix-dev; bump version --------- Co-authored-by: Dave Eargle --- library/ix-dev/community/jellyfin/Chart.yaml | 2 +- library/ix-dev/community/jellyfin/questions.yaml | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/library/ix-dev/community/jellyfin/Chart.yaml b/library/ix-dev/community/jellyfin/Chart.yaml index d414b99ec1..81d848a37b 100644 --- a/library/ix-dev/community/jellyfin/Chart.yaml +++ b/library/ix-dev/community/jellyfin/Chart.yaml @@ -4,7 +4,7 @@ description: Jellyfin is a Free Software Media System that puts you in control o annotations: title: Jellyfin type: application -version: 1.2.16 +version: 1.3.0 apiVersion: v2 appVersion: 10.9.6 kubeVersion: '>=1.16.0-0' diff --git a/library/ix-dev/community/jellyfin/questions.yaml b/library/ix-dev/community/jellyfin/questions.yaml index d37fd6559f..312534543c 100644 --- a/library/ix-dev/community/jellyfin/questions.yaml +++ b/library/ix-dev/community/jellyfin/questions.yaml @@ -21,6 +21,16 @@ portals: path: "$kubernetes-resource_configmap_portal_path" questions: + - variable: TZ + group: Jellyfin Configuration + label: Timezone + schema: + type: string + default: Etc/UTC + required: true + $ref: + - definitions/timezone + - variable: jellyfinConfig label: "" group: Jellyfin Configuration