chore(helm): BREAKING update image ghcr.io/elfhosted/emby 4.9.1.7 → 4.9.1.11 (#37692)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/elfhosted/emby](https://redirect.github.com/jellyfin/jellyfin) | patch | `c17a9df` -> `b759174` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### 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 this update 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> --------- Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
This commit is contained in:
co-authored by
Alfred Göppel
parent
708d04343b
commit
d57a36ca67
@@ -9,7 +9,7 @@ annotations:
|
|||||||
truecharts.org/min_helm_version: "3.14"
|
truecharts.org/min_helm_version: "3.14"
|
||||||
truecharts.org/train: stable
|
truecharts.org/train: stable
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 4.9.1.7
|
appVersion: 4.9.1.11
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 28.13.0
|
version: 28.13.0
|
||||||
@@ -38,5 +38,4 @@ sources:
|
|||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/emby
|
- https://github.com/truecharts/charts/tree/master/charts/stable/emby
|
||||||
- https://hub.docker.com/r/alpine/socat
|
- https://hub.docker.com/r/alpine/socat
|
||||||
type: application
|
type: application
|
||||||
version: 23.1.4
|
version: 24.0.0
|
||||||
|
|
||||||
|
|||||||
@@ -1,14 +1,11 @@
|
|||||||
image:
|
image:
|
||||||
repository: ghcr.io/elfhosted/emby
|
repository: ghcr.io/elfhosted/emby
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 4.9.1.7@sha256:5f00ad17629c8ae88797540594e9d4e464a4930b4b4328f283b4acc497ee1cc1
|
tag: 4.9.1.11@sha256:b759174b83f4146d036dfed70f37a45e2620c51778c310b24d420108025deadb
|
||||||
broadcastProxyImage:
|
broadcastProxyImage:
|
||||||
repository: docker.io/alpine/socat
|
repository: docker.io/alpine/socat
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 1.8.0.3@sha256:97651a51e26610cb9dc3c7c38219abca4b40fece84f753bf33f20a9b5b37799c
|
tag: 1.8.0.3@sha256:97651a51e26610cb9dc3c7c38219abca4b40fece84f753bf33f20a9b5b37799c
|
||||||
securityContext:
|
|
||||||
container:
|
|
||||||
readOnlyRootFilesystem: false
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
@@ -87,6 +84,11 @@ workload:
|
|||||||
- cat
|
- cat
|
||||||
- /tmp/healthy
|
- /tmp/healthy
|
||||||
# -- enable Emby autodiscovery on LAN
|
# -- enable Emby autodiscovery on LAN
|
||||||
|
securityContext:
|
||||||
|
container:
|
||||||
|
readOnlyRootFilesystem: false
|
||||||
|
runAsGroup: 0
|
||||||
|
runAsUser: 0
|
||||||
autodiscovery:
|
autodiscovery:
|
||||||
enabled: false
|
enabled: false
|
||||||
persistence:
|
persistence:
|
||||||
|
|||||||
Reference in New Issue
Block a user