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:
@@ -9,7 +9,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.14"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 4.9.1.7
|
||||
appVersion: 4.9.1.11
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.13.0
|
||||
@@ -38,5 +38,4 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/emby
|
||||
- https://hub.docker.com/r/alpine/socat
|
||||
type: application
|
||||
version: 23.1.4
|
||||
|
||||
version: 24.0.0
|
||||
|
||||
@@ -1,14 +1,11 @@
|
||||
image:
|
||||
repository: ghcr.io/elfhosted/emby
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 4.9.1.7@sha256:5f00ad17629c8ae88797540594e9d4e464a4930b4b4328f283b4acc497ee1cc1
|
||||
tag: 4.9.1.11@sha256:b759174b83f4146d036dfed70f37a45e2620c51778c310b24d420108025deadb
|
||||
broadcastProxyImage:
|
||||
repository: docker.io/alpine/socat
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.8.0.3@sha256:97651a51e26610cb9dc3c7c38219abca4b40fece84f753bf33f20a9b5b37799c
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
@@ -87,6 +84,11 @@ workload:
|
||||
- cat
|
||||
- /tmp/healthy
|
||||
# -- enable Emby autodiscovery on LAN
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
autodiscovery:
|
||||
enabled: false
|
||||
persistence:
|
||||
|
||||
Reference in New Issue
Block a user