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
|
||||
icon: https://raw.githubusercontent.com/jellyfin/jellyfin-ux/master/branding/SVG/icon-transparent.svg
|
||||
type: application
|
||||
version: 0.2.0
|
||||
version: 0.2.1
|
||||
# renovate: image=ghcr.io/jellyfin/jellyfin
|
||||
appVersion: "10.9.7"
|
||||
maintainers:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
= 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/AppVersion-10.9.7-informational?style=flat-square[AppVersion: 10.9.7]
|
||||
== Maintainers
|
||||
|
@ -79,7 +79,7 @@ helm uninstall jellyfin-release
|
|||
|
||||
| config.image
|
||||
| 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
|
||||
|
||||
| config.metrics
|
||||
|
|
|
@ -25,7 +25,7 @@ config:
|
|||
registry: ghcr.io
|
||||
repository: tomwright/dasel
|
||||
pullPolicy: IfNotPresent
|
||||
tag: "2.8.0"
|
||||
tag: "2.8.1"
|
||||
metrics: false
|
||||
|
||||
persistence:
|
||||
|
|
Loading…
Add table
Reference in a new issue