From 9369b2a6cb1c8a02be968e2a2325c89dd4abee3f Mon Sep 17 00:00:00 2001 From: James Date: Mon, 23 Oct 2023 23:51:51 +0100 Subject: [PATCH] fix typo in Jellyfin chart --- charts/jellyfin/Chart.yaml | 2 +- charts/jellyfin/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/jellyfin/Chart.yaml b/charts/jellyfin/Chart.yaml index 19e4b35..c827ac4 100644 --- a/charts/jellyfin/Chart.yaml +++ b/charts/jellyfin/Chart.yaml @@ -25,7 +25,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.2.1 +version: 0.2.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/jellyfin/templates/deployment.yaml b/charts/jellyfin/templates/deployment.yaml index 7de5016..f1c7832 100644 --- a/charts/jellyfin/templates/deployment.yaml +++ b/charts/jellyfin/templates/deployment.yaml @@ -48,7 +48,7 @@ spec: port: http periodSeconds: 10 failureThreshold: 6 - {{- if .Values.jellyfin.publishedServerUrl -}} + {{- if .Values.jellyfin.publishedServerUrl }} env: - name: JELLYFIN_PublishedServerUrl value: {{ .Values.jellyfin.publishedServerUrl }}