diff --git a/jellyfin/Chart.yaml b/jellyfin/Chart.yaml index bc37ed1..e1d1438 100644 --- a/jellyfin/Chart.yaml +++ b/jellyfin/Chart.yaml @@ -3,9 +3,9 @@ name: jellyfin description: The Free Software Media System icon: https://raw.githubusercontent.com/jellyfin/jellyfin-ux/master/branding/SVG/icon-transparent.svg type: application -version: 0.2.1 +version: 0.2.2 # renovate: image=ghcr.io/jellyfin/jellyfin -appVersion: "10.9.7" +appVersion: "10.9.8" maintainers: - name: WrenIX url: https://wrenix.eu diff --git a/jellyfin/README.adoc b/jellyfin/README.adoc index 97c0aba..965b17a 100644 --- a/jellyfin/README.adoc +++ b/jellyfin/README.adoc @@ -2,9 +2,9 @@ = jellyfin -image::https://img.shields.io/badge/Version-0.2.1-informational?style=flat-square[Version: 0.2.1] +image::https://img.shields.io/badge/Version-0.2.2-informational?style=flat-square[Version: 0.2.2] image::https://img.shields.io/badge/Version-application-informational?style=flat-square[Type: application] -image::https://img.shields.io/badge/AppVersion-10.9.7-informational?style=flat-square[AppVersion: 10.9.7] +image::https://img.shields.io/badge/AppVersion-10.9.8-informational?style=flat-square[AppVersion: 10.9.8] == Maintainers .Maintainers diff --git a/jellyfin/templates/deployment.yaml b/jellyfin/templates/deployment.yaml index e8f61e3..cce06ba 100644 --- a/jellyfin/templates/deployment.yaml +++ b/jellyfin/templates/deployment.yaml @@ -70,6 +70,12 @@ spec: httpGet: path: / port: http + startupProbe: + httpGet: + path: / + port: http + failureThreshold: 60 + periodSeconds: 10 resources: {{- toYaml .Values.resources | nindent 12 }} volumeMounts: