From b53e6a3065fe2bbe073da25787bbaea3f9c8394f Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 6 Aug 2020 22:28:59 +0200 Subject: [PATCH] [emby] Fix service port in ingress --- emby/Chart.yaml | 2 +- emby/README.md | 2 +- emby/templates/ingress.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/emby/Chart.yaml b/emby/Chart.yaml index 124a15c..3f1e10e 100644 --- a/emby/Chart.yaml +++ b/emby/Chart.yaml @@ -15,7 +15,7 @@ description: A Helm chart for Emby media server # 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.1.0 +version: 0.1.1 sources: - https://github.com/MediaBrowser/Emby diff --git a/emby/README.md b/emby/README.md index aa3f9e3..5045bce 100644 --- a/emby/README.md +++ b/emby/README.md @@ -2,7 +2,7 @@ emby ==== A Helm chart for Emby media server -Current chart version is `0.1.0` +Current chart version is `0.1.1` diff --git a/emby/templates/ingress.yaml b/emby/templates/ingress.yaml index 01e92e6..55a4329 100644 --- a/emby/templates/ingress.yaml +++ b/emby/templates/ingress.yaml @@ -1,6 +1,6 @@ {{- if .Values.ingress.enabled -}} {{- $fullName := include "emby.fullname" . -}} -{{- $svcPort := .Values.service.port -}} +{{- $svcPort := .Values.service.httpPort -}} {{- if semverCompare ">=1.14-0" .Capabilities.KubeVersion.GitVersion -}} apiVersion: networking.k8s.io/v1beta1 {{- else -}}