From 56a05b9f751740cb16bf08256380aa3d503a8d7b Mon Sep 17 00:00:00 2001 From: sonicaj Date: Tue, 27 Jun 2023 18:44:48 +0000 Subject: [PATCH] Update catalog information --- catalog.json | 6 +++--- .../jellyfin/1.0.6/templates/_portal.tpl | 12 ----------- .../jellyfin/{1.0.6 => 1.0.7}/Chart.lock | 0 .../jellyfin/{1.0.6 => 1.0.7}/Chart.yaml | 2 +- community/jellyfin/{1.0.6 => 1.0.7}/README.md | 0 .../jellyfin/{1.0.6 => 1.0.7}/app-readme.md | 0 .../{1.0.6 => 1.0.7}/charts/common-1.0.8.tgz | Bin .../{1.0.6 => 1.0.7}/ci/basic-values.yaml | 0 .../{1.0.6 => 1.0.7}/ci/extra-values.yaml | 0 .../{1.0.6 => 1.0.7}/ci/hostNet-values.yaml | 0 .../jellyfin/{1.0.6 => 1.0.7}/ix_values.yaml | 0 .../jellyfin/{1.0.6 => 1.0.7}/metadata.yaml | 0 .../{1.0.6 => 1.0.7}/migrations/migrate | 0 .../jellyfin/{1.0.6 => 1.0.7}/questions.yaml | 19 +++++++++--------- .../{1.0.6 => 1.0.7}/templates/NOTES.txt | 0 .../{1.0.6 => 1.0.7}/templates/_jellyfin.tpl | 0 .../jellyfin/1.0.7/templates/_portal.tpl | 16 +++++++++++++++ .../{1.0.6 => 1.0.7}/templates/common.yaml | 0 18 files changed, 30 insertions(+), 25 deletions(-) delete mode 100644 community/jellyfin/1.0.6/templates/_portal.tpl rename community/jellyfin/{1.0.6 => 1.0.7}/Chart.lock (100%) rename community/jellyfin/{1.0.6 => 1.0.7}/Chart.yaml (97%) rename community/jellyfin/{1.0.6 => 1.0.7}/README.md (100%) rename community/jellyfin/{1.0.6 => 1.0.7}/app-readme.md (100%) rename community/jellyfin/{1.0.6 => 1.0.7}/charts/common-1.0.8.tgz (100%) rename community/jellyfin/{1.0.6 => 1.0.7}/ci/basic-values.yaml (100%) rename community/jellyfin/{1.0.6 => 1.0.7}/ci/extra-values.yaml (100%) rename community/jellyfin/{1.0.6 => 1.0.7}/ci/hostNet-values.yaml (100%) rename community/jellyfin/{1.0.6 => 1.0.7}/ix_values.yaml (100%) rename community/jellyfin/{1.0.6 => 1.0.7}/metadata.yaml (100%) rename community/jellyfin/{1.0.6 => 1.0.7}/migrations/migrate (100%) rename community/jellyfin/{1.0.6 => 1.0.7}/questions.yaml (99%) rename community/jellyfin/{1.0.6 => 1.0.7}/templates/NOTES.txt (100%) rename community/jellyfin/{1.0.6 => 1.0.7}/templates/_jellyfin.tpl (100%) create mode 100644 community/jellyfin/1.0.7/templates/_portal.tpl rename community/jellyfin/{1.0.6 => 1.0.7}/templates/common.yaml (100%) diff --git a/catalog.json b/catalog.json index f97eb14812..c684364dbf 100644 --- a/catalog.json +++ b/catalog.json @@ -611,7 +611,7 @@ "latest_version": "1.0.13", "latest_app_version": "2023-03-24", "latest_human_version": "2023-03-24_1.0.13", - "last_update": "2023-06-23 12:30:25", + "last_update": "2023-06-26 16:07:25", "name": "minio", "recommended": false, "title": "MinIO", @@ -758,9 +758,9 @@ "healthy_error": null, "home": "https://jellyfin.org/", "location": "/__w/charts/charts/community/jellyfin", - "latest_version": "1.0.6", + "latest_version": "1.0.7", "latest_app_version": "10.8.10", - "latest_human_version": "10.8.10_1.0.6", + "latest_human_version": "10.8.10_1.0.7", "last_update": "2023-06-12 13:44:39", "name": "jellyfin", "recommended": false, diff --git a/community/jellyfin/1.0.6/templates/_portal.tpl b/community/jellyfin/1.0.6/templates/_portal.tpl deleted file mode 100644 index 73e6083a7b..0000000000 --- a/community/jellyfin/1.0.6/templates/_portal.tpl +++ /dev/null @@ -1,12 +0,0 @@ -{{- define "jellyfin.portal" -}} ---- -apiVersion: v1 -kind: ConfigMap -metadata: - name: portal -data: - path: "/" - port: {{ .Values.jellyfinNetwork.webPort | quote }} - protocol: http - host: $node_ip -{{- end -}} diff --git a/community/jellyfin/1.0.6/Chart.lock b/community/jellyfin/1.0.7/Chart.lock similarity index 100% rename from community/jellyfin/1.0.6/Chart.lock rename to community/jellyfin/1.0.7/Chart.lock diff --git a/community/jellyfin/1.0.6/Chart.yaml b/community/jellyfin/1.0.7/Chart.yaml similarity index 97% rename from community/jellyfin/1.0.6/Chart.yaml rename to community/jellyfin/1.0.7/Chart.yaml index 062510e3a2..b5f74600b9 100644 --- a/community/jellyfin/1.0.6/Chart.yaml +++ b/community/jellyfin/1.0.7/Chart.yaml @@ -3,7 +3,7 @@ description: Jellyfin is a Free Software Media System that puts you in control o annotations: title: Jellyfin type: application -version: 1.0.6 +version: 1.0.7 apiVersion: v2 appVersion: '10.8.10' kubeVersion: '>=1.16.0-0' diff --git a/community/jellyfin/1.0.6/README.md b/community/jellyfin/1.0.7/README.md similarity index 100% rename from community/jellyfin/1.0.6/README.md rename to community/jellyfin/1.0.7/README.md diff --git a/community/jellyfin/1.0.6/app-readme.md b/community/jellyfin/1.0.7/app-readme.md similarity index 100% rename from community/jellyfin/1.0.6/app-readme.md rename to community/jellyfin/1.0.7/app-readme.md diff --git a/community/jellyfin/1.0.6/charts/common-1.0.8.tgz b/community/jellyfin/1.0.7/charts/common-1.0.8.tgz similarity index 100% rename from community/jellyfin/1.0.6/charts/common-1.0.8.tgz rename to community/jellyfin/1.0.7/charts/common-1.0.8.tgz diff --git a/community/jellyfin/1.0.6/ci/basic-values.yaml b/community/jellyfin/1.0.7/ci/basic-values.yaml similarity index 100% rename from community/jellyfin/1.0.6/ci/basic-values.yaml rename to community/jellyfin/1.0.7/ci/basic-values.yaml diff --git a/community/jellyfin/1.0.6/ci/extra-values.yaml b/community/jellyfin/1.0.7/ci/extra-values.yaml similarity index 100% rename from community/jellyfin/1.0.6/ci/extra-values.yaml rename to community/jellyfin/1.0.7/ci/extra-values.yaml diff --git a/community/jellyfin/1.0.6/ci/hostNet-values.yaml b/community/jellyfin/1.0.7/ci/hostNet-values.yaml similarity index 100% rename from community/jellyfin/1.0.6/ci/hostNet-values.yaml rename to community/jellyfin/1.0.7/ci/hostNet-values.yaml diff --git a/community/jellyfin/1.0.6/ix_values.yaml b/community/jellyfin/1.0.7/ix_values.yaml similarity index 100% rename from community/jellyfin/1.0.6/ix_values.yaml rename to community/jellyfin/1.0.7/ix_values.yaml diff --git a/community/jellyfin/1.0.6/metadata.yaml b/community/jellyfin/1.0.7/metadata.yaml similarity index 100% rename from community/jellyfin/1.0.6/metadata.yaml rename to community/jellyfin/1.0.7/metadata.yaml diff --git a/community/jellyfin/1.0.6/migrations/migrate b/community/jellyfin/1.0.7/migrations/migrate similarity index 100% rename from community/jellyfin/1.0.6/migrations/migrate rename to community/jellyfin/1.0.7/migrations/migrate diff --git a/community/jellyfin/1.0.6/questions.yaml b/community/jellyfin/1.0.7/questions.yaml similarity index 99% rename from community/jellyfin/1.0.6/questions.yaml rename to community/jellyfin/1.0.7/questions.yaml index 30f4cd61d2..fb56b507cd 100644 --- a/community/jellyfin/1.0.6/questions.yaml +++ b/community/jellyfin/1.0.7/questions.yaml @@ -85,15 +85,6 @@ questions: schema: type: dict attrs: - - variable: webPort - label: Web Port - description: The port for the Jellyfin Web UI. - schema: - type: int - default: 30013 - min: 9000 - max: 65535 - required: true - variable: hostNetwork label: Host Network description: | @@ -102,6 +93,16 @@ questions: schema: type: boolean default: false + - variable: webPort + label: Web Port + description: The port for the Jellyfin Web UI. + schema: + type: int + default: 30013 + show_if: [["hostNetwork", "=", false]] + min: 9000 + max: 65535 + required: true - variable: jellyfinStorage label: "" diff --git a/community/jellyfin/1.0.6/templates/NOTES.txt b/community/jellyfin/1.0.7/templates/NOTES.txt similarity index 100% rename from community/jellyfin/1.0.6/templates/NOTES.txt rename to community/jellyfin/1.0.7/templates/NOTES.txt diff --git a/community/jellyfin/1.0.6/templates/_jellyfin.tpl b/community/jellyfin/1.0.7/templates/_jellyfin.tpl similarity index 100% rename from community/jellyfin/1.0.6/templates/_jellyfin.tpl rename to community/jellyfin/1.0.7/templates/_jellyfin.tpl diff --git a/community/jellyfin/1.0.7/templates/_portal.tpl b/community/jellyfin/1.0.7/templates/_portal.tpl new file mode 100644 index 0000000000..c985b5aa83 --- /dev/null +++ b/community/jellyfin/1.0.7/templates/_portal.tpl @@ -0,0 +1,16 @@ +{{- define "jellyfin.portal" -}} +--- +apiVersion: v1 +kind: ConfigMap +metadata: + name: portal +data: + path: "/" + {{- $port := .Values.jellyfinNetwork.webPort -}} + {{- if .Values.jellyfinNetwork.hostNetwork -}} + {{- $port = 8096 -}} + {{- end }} + port: {{ $port | quote }} + protocol: http + host: $node_ip +{{- end -}} diff --git a/community/jellyfin/1.0.6/templates/common.yaml b/community/jellyfin/1.0.7/templates/common.yaml similarity index 100% rename from community/jellyfin/1.0.6/templates/common.yaml rename to community/jellyfin/1.0.7/templates/common.yaml