chore(deps): update container image jasongdove/ersatztv to v0.8.8 by renovate (#26674)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [jasongdove/ersatztv](https://redirect.github.com/linuxserver/docker-baseimage-ubuntu/packages) ([source](https://redirect.github.com/linuxserver/docker-baseimage-ubuntu)) | patch | `v0.8.7-vaapi` -> `v0.8.8-vaapi` | | [jasongdove/ersatztv](https://redirect.github.com/linuxserver/docker-baseimage-ubuntu/packages) ([source](https://redirect.github.com/linuxserver/docker-baseimage-ubuntu)) | patch | `v0.8.7-nvidia` -> `v0.8.8-nvidia` | | [jasongdove/ersatztv](https://redirect.github.com/linuxserver/docker-baseimage-ubuntu/packages) ([source](https://redirect.github.com/linuxserver/docker-baseimage-ubuntu)) | patch | `v0.8.7` -> `v0.8.8` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44OS4yIiwidXBkYXRlZEluVmVyIjoiMzguODkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
This commit is contained in:
parent
c0fcc9ca2a
commit
087b5c26c6
|
@ -6,7 +6,7 @@ annotations:
|
||||||
truecharts.org/min_helm_version: "3.11"
|
truecharts.org/min_helm_version: "3.11"
|
||||||
truecharts.org/train: stable
|
truecharts.org/train: stable
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 0.8.7
|
appVersion: 0.8.8
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 24.1.16
|
version: 24.1.16
|
||||||
|
@ -33,4 +33,4 @@ sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/ersatztv
|
- https://github.com/truecharts/charts/tree/master/charts/stable/ersatztv
|
||||||
- https://hub.docker.com/r/jasongdove/ersatztv
|
- https://hub.docker.com/r/jasongdove/ersatztv
|
||||||
type: application
|
type: application
|
||||||
version: 5.1.10
|
version: 5.1.11
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
image:
|
image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
repository: jasongdove/ersatztv
|
repository: jasongdove/ersatztv
|
||||||
tag: v0.8.7@sha256:f33b512c3d33bc4937d355b8a59fbe915f74f4c37ac8e4e879b2fa58cade7421
|
tag: v0.8.8@sha256:a183c6f1ee92a0c348bccbb456d829b754cd642f0b578b90f31bacd9c7b1d325
|
||||||
imageSelector: image
|
imageSelector: image
|
||||||
nvidiaImage:
|
nvidiaImage:
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
repository: jasongdove/ersatztv
|
repository: jasongdove/ersatztv
|
||||||
tag: v0.8.7-nvidia@sha256:c93240ccc5b6b0c567feef47df3381944eaec7312e6d3b82bc066f9608bb1602
|
tag: v0.8.8-nvidia@sha256:673edfdd31ae906c4d473205b7ce041531c2417e07bd6ea168272e47b5c3e345
|
||||||
persistence:
|
persistence:
|
||||||
config:
|
config:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
@ -31,7 +31,7 @@ service:
|
||||||
vaapiImage:
|
vaapiImage:
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
repository: jasongdove/ersatztv
|
repository: jasongdove/ersatztv
|
||||||
tag: v0.8.7-vaapi@sha256:e048d80bea0e456ac66c20c9563b86f552e175717aa336478fcb030499a155f2
|
tag: v0.8.8-vaapi@sha256:2da0a908cb7f7ab9133fe81bba2d343c585e5837d5513a7afb6d00734257ca25
|
||||||
workload:
|
workload:
|
||||||
main:
|
main:
|
||||||
podSpec:
|
podSpec:
|
||||||
|
|
Loading…
Reference in New Issue