From 59da75e15d8bde4450d328a69d19348c4010577a Mon Sep 17 00:00:00 2001 From: Thumbscrew Date: Tue, 24 Oct 2023 00:52:36 +0200 Subject: [PATCH] fix: typo in Jellyfin chart (#34) --- 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 }}