Skip to content

Commit

Permalink
[emby] Fix service port in ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
ccremer committed Aug 6, 2020
1 parent 0ae8852 commit b53e6a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion emby/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion emby/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`



Expand Down
2 changes: 1 addition & 1 deletion emby/templates/ingress.yaml
Original file line number Diff line number Diff line change
@@ -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 -}}
Expand Down

0 comments on commit b53e6a3

Please sign in to comment.