chore(deps): update container image jasongdove/ersatztv to v0.8.7 by renovate (#23863)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [jasongdove/ersatztv](https://togithub.com/linuxserver/docker-baseimage-ubuntu/packages) ([source](https://togithub.com/linuxserver/docker-baseimage-ubuntu)) | patch | `v0.8.6-vaapi` -> `v0.8.7-vaapi` | | [jasongdove/ersatztv](https://togithub.com/linuxserver/docker-baseimage-ubuntu/packages) ([source](https://togithub.com/linuxserver/docker-baseimage-ubuntu)) | patch | `v0.8.6-nvidia` -> `v0.8.7-nvidia` | | [jasongdove/ersatztv](https://togithub.com/linuxserver/docker-baseimage-ubuntu/packages) ([source](https://togithub.com/linuxserver/docker-baseimage-ubuntu)) | patch | `v0.8.6` -> `v0.8.7` | --- > [!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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjAuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
This commit is contained in:
parent
69a4e5ceba
commit
dc4000257f
|
@ -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.6
|
appVersion: 0.8.7
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 24.1.2
|
version: 24.1.2
|
||||||
|
@ -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.2
|
version: 5.1.5
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
image:
|
image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
repository: jasongdove/ersatztv
|
repository: jasongdove/ersatztv
|
||||||
tag: v0.8.6@sha256:f82b0772286e546fe6e061fa2935549a5f73fbdc1cddb66abdad78fc22dd539b
|
tag: v0.8.7@sha256:7d0655dcf474398df7504f667c3b6e0a80f179d66dd23707a0760ece68820986
|
||||||
imageSelector: image
|
imageSelector: image
|
||||||
nvidiaImage:
|
nvidiaImage:
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
repository: jasongdove/ersatztv
|
repository: jasongdove/ersatztv
|
||||||
tag: v0.8.6-nvidia@sha256:4c0adacf9ed7f2ddc8334633f0640cb8c7dc1897275e5640b96a91ca0234c8cd
|
tag: v0.8.7-nvidia@sha256:e315e4ec39ee7e19e654e3a08f9716f6cec1e0becaad99df75f76f06a45cc12e
|
||||||
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.6-vaapi@sha256:d27f4a842dbe702b340a1be6ba4c152bc8880e1f66f4f2878d5cb4d0033c42d0
|
tag: v0.8.7-vaapi@sha256:b3805e91df0e0f2c5b1196b8366e3834ab07955a015b2fa9b6e094cd0b06d66b
|
||||||
workload:
|
workload:
|
||||||
main:
|
main:
|
||||||
podSpec:
|
podSpec:
|
||||||
|
|
Loading…
Reference in New Issue