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 -}}