From 508755153af83a184709028470642db5e5146af7 Mon Sep 17 00:00:00 2001 From: kqmaverick <121722567+kqmaverick@users.noreply.github.com> Date: Thu, 3 Oct 2024 12:37:39 -0700 Subject: [PATCH] feat(emby): switch to elfhosted image (#27249) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** Switch emby to elfhosted ⚒️ Fixes # **⚙️ Type of change** - [X] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ 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 - [ ] ⬆️ I increased versions for any altered app according to semantic versioning - [ ] 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._ --- charts/stable/emby/Chart.yaml | 6 +++--- charts/stable/emby/values.yaml | 6 ++---- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/charts/stable/emby/Chart.yaml b/charts/stable/emby/Chart.yaml index 1bbe7ecc4d6..b6f50d53019 100644 --- a/charts/stable/emby/Chart.yaml +++ b/charts/stable/emby/Chart.yaml @@ -6,7 +6,7 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: 4.8.10 +appVersion: 4.9.0.30 dependencies: - name: common version: 25.0.0 @@ -30,8 +30,8 @@ maintainers: url: https://truecharts.org name: emby sources: - - https://ghcr.io/geek-cookbook/emby + - https://ghcr.io/elfhosted/emby - https://github.com/linuxserver/docker-emby.git - https://github.com/truecharts/charts/tree/master/charts/stable/emby type: application -version: 21.0.0 +version: 22.0.0 diff --git a/charts/stable/emby/values.yaml b/charts/stable/emby/values.yaml index a47091c6b69..ad1949d1fef 100644 --- a/charts/stable/emby/values.yaml +++ b/charts/stable/emby/values.yaml @@ -1,12 +1,10 @@ image: - repository: linuxserver/emby + repository: ghcr.io/elfhosted/emby pullPolicy: IfNotPresent - tag: 4.8.10@sha256:0632e30566a10f21a555ac8cbdc34b68ef85f25d1c4bf93ef3d390af061de049 + tag: 4.9.0.30@sha256:b771f2d6194cb6e0c6ffc42cd0807f2b018de03fb12b38dca6b43e8ae05d7078 securityContext: container: readOnlyRootFilesystem: false - runAsGroup: 0 - runAsUser: 0 service: main: ports: