diff --git a/charts/emby/Chart.yaml b/charts/emby/Chart.yaml index 6039ae8..4a68e19 100644 --- a/charts/emby/Chart.yaml +++ b/charts/emby/Chart.yaml @@ -15,7 +15,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.3 +version: 0.3.0 sources: - https://github.com/MediaBrowser/Emby diff --git a/charts/emby/templates/ingress.yaml b/charts/emby/templates/ingress.yaml index 55a4329..9b40389 100644 --- a/charts/emby/templates/ingress.yaml +++ b/charts/emby/templates/ingress.yaml @@ -1,11 +1,7 @@ {{- if .Values.ingress.enabled -}} {{- $fullName := include "emby.fullname" . -}} {{- $svcPort := .Values.service.httpPort -}} -{{- if semverCompare ">=1.14-0" .Capabilities.KubeVersion.GitVersion -}} -apiVersion: networking.k8s.io/v1beta1 -{{- else -}} -apiVersion: extensions/v1beta1 -{{- end }} +apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: {{ $fullName }} diff --git a/charts/emby/values.yaml b/charts/emby/values.yaml index eb53960..bd5dfcf 100644 --- a/charts/emby/values.yaml +++ b/charts/emby/values.yaml @@ -10,7 +10,7 @@ image: # -- Location of the container image repository: emby/embyserver # -- Container image tag - tag: "4.7.0.17" + tag: "4.9.0.48" # -- Container image pull policy pullPolicy: IfNotPresent