fix(jellyfin): update appVersion
This commit is contained in:
parent
f2cbe7649b
commit
d5fbf2c54f
3 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@ name: jellyfin
|
||||||
description: The Free Software Media System
|
description: The Free Software Media System
|
||||||
icon: https://raw.githubusercontent.com/jellyfin/jellyfin-ux/master/branding/SVG/icon-transparent.svg
|
icon: https://raw.githubusercontent.com/jellyfin/jellyfin-ux/master/branding/SVG/icon-transparent.svg
|
||||||
type: application
|
type: application
|
||||||
version: 0.2.0
|
version: 0.2.1
|
||||||
# renovate: image=ghcr.io/jellyfin/jellyfin
|
# renovate: image=ghcr.io/jellyfin/jellyfin
|
||||||
appVersion: "10.9.7"
|
appVersion: "10.9.7"
|
||||||
maintainers:
|
maintainers:
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
= jellyfin
|
= jellyfin
|
||||||
|
|
||||||
image::https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square[Version: 0.2.0]
|
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-application-informational?style=flat-square[Type: application]
|
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.7-informational?style=flat-square[AppVersion: 10.9.7]
|
||||||
== Maintainers
|
== Maintainers
|
||||||
|
@ -79,7 +79,7 @@ helm uninstall jellyfin-release
|
||||||
|
|
||||||
| config.image
|
| config.image
|
||||||
| object
|
| object
|
||||||
| `{"pullPolicy":"IfNotPresent","registry":"ghcr.io","repository":"tomwright/dasel","tag":"2.8.0"}`
|
| `{"pullPolicy":"IfNotPresent","registry":"ghcr.io","repository":"tomwright/dasel","tag":"2.8.1"}`
|
||||||
| image to patch config
|
| image to patch config
|
||||||
|
|
||||||
| config.metrics
|
| config.metrics
|
||||||
|
|
|
@ -25,7 +25,7 @@ config:
|
||||||
registry: ghcr.io
|
registry: ghcr.io
|
||||||
repository: tomwright/dasel
|
repository: tomwright/dasel
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: "2.8.0"
|
tag: "2.8.1"
|
||||||
metrics: false
|
metrics: false
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
|
|
Loading…
Add table
Reference in a new issue