feat(emby): *BREAKING CHANGE* switch to LSIO image (#27233)

**Description**
Switches Emby to LSIO image.

⚒️ Fixes  #26665 

**⚙️ Type of change**

- [X] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [X] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**

**📃 Notes:**

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning
- [X] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):` or `chore(chart-name):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
This commit is contained in:
kqmaverick
2024-10-03 20:44:50 +02:00
committed by GitHub
parent aa10df2342
commit b7d2bd1ad9
2 changed files with 6 additions and 4 deletions
+2 -2
View File
@@ -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: 4.8.7.0 appVersion: 4.8.10
dependencies: dependencies:
- name: common - name: common
version: 25.0.0 version: 25.0.0
@@ -34,4 +34,4 @@ sources:
- https://github.com/linuxserver/docker-emby.git - https://github.com/linuxserver/docker-emby.git
- https://github.com/truecharts/charts/tree/master/charts/stable/emby - https://github.com/truecharts/charts/tree/master/charts/stable/emby
type: application type: application
version: 20.2.0 version: 21.0.0
+4 -2
View File
@@ -1,10 +1,12 @@
image: image:
repository: ghcr.io/geek-cookbook/emby repository: linuxserver/emby
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: 4.8.7.0@sha256:7c42d1e4b2cc1c268b81a2598b6ffa610d2e2d986a0a01c52dccd7fe6706376d tag: 4.8.10@sha256:0632e30566a10f21a555ac8cbdc34b68ef85f25d1c4bf93ef3d390af061de049
securityContext: securityContext:
container: container:
readOnlyRootFilesystem: false readOnlyRootFilesystem: false
runAsGroup: 0
runAsUser: 0
service: service:
main: main:
ports: ports: