We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad5db2f commit cd76c35Copy full SHA for cd76c35
charts/jellyfin/Chart.yaml
@@ -3,8 +3,8 @@ apiVersion: v2
3
type: application
4
name: jellyfin
5
description: Jellyfin is a Free Software Media System that puts you in control of managing and streaming your media
6
-version: 1.2.2
7
-appVersion: "10.10.5"
+version: 1.2.3
+appVersion: "10.10.6"
8
icon: https://raw.githubusercontent.com/RubxKube/charts/main/img/jellyfin-logo.png
9
maintainers:
10
- name: QJOLY
charts/jellyfin/values.yaml
@@ -30,7 +30,7 @@ common:
30
isPrivate: false
31
secretName: null
32
repository: jellyfin/jellyfin
33
- tag: "10.10.5"
+ tag: "10.10.6"
34
pullPolicy: Always
35
36
ingress:
0 commit comments