From b6d67b234a71b35c810be01a53902c44aec1380f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alfred=20G=C3=B6ppel?= <43101280+alfi0812@users.noreply.github.com> Date: Wed, 13 Aug 2025 20:08:44 +0200 Subject: [PATCH] fix(charts): remove elfhosted containers (#38362) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** ⚒️ Fixes # **⚙️ Type of change** - [x] ⚙️ Feature/App addition - [x] 🪛 Bugfix - [x] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code - [ ] 📜 Documentation Changes **🧪 How Has This Been Tested?** **📃 Notes:** **✔️ Checklist:** - [x] ⚖️ My code follows the style guidelines of this project - [x] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made changes to the documentation - [ ] 🧪 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):`, `chore(chart-name):`, `docs(chart-name):` or `fix(docs):` **➕ 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._ --------- Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> --- charts/stable/comet/Chart.yaml | 2 +- charts/stable/comet/values.yaml | 5 ++--- charts/stable/emby/Chart.yaml | 2 +- charts/stable/emby/values.yaml | 4 ++-- charts/stable/jackett/Chart.yaml | 2 +- charts/stable/jackett/values.yaml | 4 ++-- charts/stable/lidarr/Chart.yaml | 2 +- charts/stable/lidarr/values.yaml | 4 ++-- charts/stable/nzbget/Chart.yaml | 2 +- charts/stable/nzbget/values.yaml | 4 ++-- charts/stable/nzbhydra/Chart.yaml | 2 +- charts/stable/nzbhydra/values.yaml | 4 ++-- charts/stable/readarr/Chart.yaml | 5 ++--- charts/stable/riven/Chart.yaml | 5 ++--- charts/stable/riven/values.yaml | 14 ++++++++++---- charts/stable/zilean/Chart.yaml | 2 +- charts/stable/zilean/values.yaml | 6 +++--- 17 files changed, 36 insertions(+), 33 deletions(-) diff --git a/charts/stable/comet/Chart.yaml b/charts/stable/comet/Chart.yaml index d5f0e55a0b2..6a204ad791f 100644 --- a/charts/stable/comet/Chart.yaml +++ b/charts/stable/comet/Chart.yaml @@ -32,5 +32,5 @@ sources: - https://ghcr.io/elfhosted/comet - https://github.com/truecharts/charts/tree/master/charts/stable/comet type: application -version: 3.2.1 +version: 4.0.0 diff --git a/charts/stable/comet/values.yaml b/charts/stable/comet/values.yaml index 00bb36f5b8b..116b08ff883 100644 --- a/charts/stable/comet/values.yaml +++ b/charts/stable/comet/values.yaml @@ -1,7 +1,7 @@ image: - repository: ghcr.io/elfhosted/comet + repository: ghcr.io/g0ldyy/comet pullPolicy: IfNotPresent - tag: v2.10.0@sha256:e59c6edf6a8a33313a8b785505b5caf3d516f573346a9bfd3d95a966eb8c3086 + tag: latest@sha256:5c74db5108b8e5fbc1727589789270e87ec5bfba2cc49e2b467ad6d8abbd8b34 service: main: @@ -20,7 +20,6 @@ workload: ADDON_ID: comet.selfhosted.org ADDON_NAME: Comet | Selfhosted ZILEAN_URL: None - ZILEAN_TAKE_FIRST: 500 INDEXER_MANAGER_TYPE: None INDEXER_MANAGER_TIMEOUT: "30" # INDEXER_MANAGER_URL: http://jackett:9117 diff --git a/charts/stable/emby/Chart.yaml b/charts/stable/emby/Chart.yaml index db11e4ba943..ac541b154c4 100644 --- a/charts/stable/emby/Chart.yaml +++ b/charts/stable/emby/Chart.yaml @@ -38,5 +38,5 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/emby - https://hub.docker.com/r/alpine/socat type: application -version: 24.1.5 +version: 25.0.0 diff --git a/charts/stable/emby/values.yaml b/charts/stable/emby/values.yaml index 129e64db10d..f75eec6434a 100644 --- a/charts/stable/emby/values.yaml +++ b/charts/stable/emby/values.yaml @@ -1,7 +1,7 @@ image: - repository: ghcr.io/elfhosted/emby + repository: ghcr.io/home-operations/emby pullPolicy: IfNotPresent - tag: 4.9.1.17@sha256:4f906f36bb574d6c2901febea87f3e1b85ff510488ef8f4923d68bc1436d89b5 + tag: 4.8.11.0@sha256:48cd01b20e49548aee694fcdeff273fc623f0ac83c31ac99d55d31c22b2177a6 broadcastProxyImage: repository: docker.io/alpine/socat pullPolicy: IfNotPresent diff --git a/charts/stable/jackett/Chart.yaml b/charts/stable/jackett/Chart.yaml index 801b6dd30fb..039c7b38adc 100644 --- a/charts/stable/jackett/Chart.yaml +++ b/charts/stable/jackett/Chart.yaml @@ -38,5 +38,5 @@ sources: - https://github.com/geek-cookbook/containers/pkgs/container/jackett - https://github.com/truecharts/charts/tree/master/charts/stable/jackett type: application -version: 24.2.8 +version: 25.0.0 diff --git a/charts/stable/jackett/values.yaml b/charts/stable/jackett/values.yaml index 2ee8f74dfc7..4050b55b0cb 100644 --- a/charts/stable/jackett/values.yaml +++ b/charts/stable/jackett/values.yaml @@ -1,7 +1,7 @@ image: - repository: ghcr.io/elfhosted/jackett + repository: ghcr.io/home-operations/jackett pullPolicy: IfNotPresent - tag: 0.22.2282@sha256:cbb0dc9d1d6761652fb9dc54dec4452bfc533fe10e51d9adee6752628bb53f2d + tag: 0.22.2282@sha256:99d18803c6b3339b0a1a8ad9e7d9775d5bbdc5023e91339b8b1e9cc3753a7c86 service: main: ports: diff --git a/charts/stable/lidarr/Chart.yaml b/charts/stable/lidarr/Chart.yaml index 1d1b658acab..070d444597c 100644 --- a/charts/stable/lidarr/Chart.yaml +++ b/charts/stable/lidarr/Chart.yaml @@ -38,5 +38,5 @@ sources: - https://github.com/Lidarr/Lidarr - https://github.com/truecharts/charts/tree/master/charts/stable/lidarr type: application -version: 25.3.0 +version: 26.0.0 diff --git a/charts/stable/lidarr/values.yaml b/charts/stable/lidarr/values.yaml index d44ba6afbd9..4348c64dcc3 100644 --- a/charts/stable/lidarr/values.yaml +++ b/charts/stable/lidarr/values.yaml @@ -1,7 +1,7 @@ image: - repository: ghcr.io/elfhosted/lidarr + repository: ghcr.io/home-operations/lidarr pullPolicy: IfNotPresent - tag: 2.12.4.4658@sha256:94a52c7ef1f7c15936167f75a8d5e259d677e3f94bcbafdb5f03313e6573c184 + tag: 2.13.1@sha256:90bbf93e41c4212580c445e983f71cb4712195a001b9b1e247a4297f89f72120 exportarrImage: repository: ghcr.io/onedr0p/exportarr pullPolicy: IfNotPresent diff --git a/charts/stable/nzbget/Chart.yaml b/charts/stable/nzbget/Chart.yaml index 8f75a034076..eff5dcb1f1a 100644 --- a/charts/stable/nzbget/Chart.yaml +++ b/charts/stable/nzbget/Chart.yaml @@ -37,5 +37,5 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/nzbget - https://nzbget.net/ type: application -version: 26.2.1 +version: 27.0.0 diff --git a/charts/stable/nzbget/values.yaml b/charts/stable/nzbget/values.yaml index 3ed6a02368e..51cea087bd2 100644 --- a/charts/stable/nzbget/values.yaml +++ b/charts/stable/nzbget/values.yaml @@ -1,7 +1,7 @@ image: - repository: ghcr.io/elfhosted/nzbget + repository: ghcr.io/home-operations/nzbget pullPolicy: IfNotPresent - tag: 25.2@sha256:aab5814cc7a89ca4ad04b62d8e7b98725b15697bf711c9982bbcd3fc55d1aab1 + tag: 25.2.0@sha256:1eea992c839f16cb23e7635b407a576eec928db1f2989f3aca801289ba782f59 service: main: ports: diff --git a/charts/stable/nzbhydra/Chart.yaml b/charts/stable/nzbhydra/Chart.yaml index 4df9bbef7c0..7e71138be67 100644 --- a/charts/stable/nzbhydra/Chart.yaml +++ b/charts/stable/nzbhydra/Chart.yaml @@ -36,5 +36,5 @@ sources: - https://github.com/theotherp/nzbhydra2 - https://github.com/truecharts/charts/tree/master/charts/stable/nzbhydra type: application -version: 25.3.1 +version: 26.0.0 diff --git a/charts/stable/nzbhydra/values.yaml b/charts/stable/nzbhydra/values.yaml index fbab94379fa..914e894c454 100644 --- a/charts/stable/nzbhydra/values.yaml +++ b/charts/stable/nzbhydra/values.yaml @@ -1,7 +1,7 @@ image: - repository: ghcr.io/elfhosted/nzbhydra2 + repository: ghcr.io/home-operations/nzbhydra2 pullPolicy: IfNotPresent - tag: 7.16.0@sha256:05eb399bacf19719ecd46e9c134882ab29f2a64ef0f5c971a547630b7c2d9b1c + tag: 7.16.0@sha256:522c74f63efa6968895c2280e209fda31c6de4c92cfd84fa2c64702c7701f302 service: main: ports: diff --git a/charts/stable/readarr/Chart.yaml b/charts/stable/readarr/Chart.yaml index 9c3d054d608..78697b6a7e1 100644 --- a/charts/stable/readarr/Chart.yaml +++ b/charts/stable/readarr/Chart.yaml @@ -18,7 +18,7 @@ dependencies: alias: "" tags: [] import-values: [] -deprecated: false +deprecated: true description: A fork of Radarr to work with Books & AudioBooks home: https://truecharts.org/charts/stable/readarr icon: https://truecharts.org/img/hotlink-ok/chart-icons/readarr.webp @@ -41,5 +41,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/readarr - https://readarr.com type: application -version: 25.3.0 - +version: 26.0.0 diff --git a/charts/stable/riven/Chart.yaml b/charts/stable/riven/Chart.yaml index cc99bd79ffd..19b792e2247 100644 --- a/charts/stable/riven/Chart.yaml +++ b/charts/stable/riven/Chart.yaml @@ -16,7 +16,7 @@ dependencies: alias: "" tags: [] import-values: [] -deprecated: false +deprecated: true description: Riven Self-Hosted home: https://truecharts.org/charts/stable/riven icon: https://truecharts.org/img/hotlink-ok/chart-icons/riven.webp @@ -33,5 +33,4 @@ sources: - https://ghcr.io/elfhosted/riven-frontend - https://github.com/truecharts/charts/tree/master/charts/stable/riven type: application -version: 2.3.1 - +version: 3.0.0 diff --git a/charts/stable/riven/values.yaml b/charts/stable/riven/values.yaml index 469aa7e6673..9e636549b23 100644 --- a/charts/stable/riven/values.yaml +++ b/charts/stable/riven/values.yaml @@ -1,12 +1,12 @@ image: - repository: ghcr.io/elfhosted/riven + repository: ghcr.io/rivenmedia/riven pullPolicy: IfNotPresent - tag: v0.23.1@sha256:feaecae595f9ac982c3a5eddb86ad7ea0a2b54bbc9ebb93786611487de5f5696 + tag: 0.23.1@sha256:27a17e5039abfe6f84ffb1aba0c98501c41505941a43acb48c8bbe1631ef459e frontendImage: - repository: ghcr.io/elfhosted/riven-frontend + repository: ghcr.io/rivenmedia/riven-frontend pullPolicy: IfNotPresent - tag: v0.20.0@sha256:c4d792868a8113a2f57f504fe371cbcd8c52172d734c812c366bff352672998e + tag: 0.20.0@sha256:2e4ddd26dca86d85237f059c70786ab917d1f0cedff906c90dc4b457bae32a8d service: main: ports: @@ -85,6 +85,12 @@ workload: DIALECT: "postgres" DATABASE_URL: '{{ printf "postgresql://%s:%s@%s.%s/%s" .Values.cnpg.main.user .Values.cnpg.main.creds.password (.Values.cnpg.main.creds.host | trimAll "\"") .Release.Namespace .Values.cnpg.main.database }}' +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsGroup: 0 + runAsUser: 0 persistence: logs: enabled: true diff --git a/charts/stable/zilean/Chart.yaml b/charts/stable/zilean/Chart.yaml index 20488a8c532..569054482b2 100644 --- a/charts/stable/zilean/Chart.yaml +++ b/charts/stable/zilean/Chart.yaml @@ -32,5 +32,5 @@ sources: - https://ghcr.io/elfhosted/zilean - https://github.com/truecharts/charts/tree/master/charts/stable/zilean type: application -version: 3.2.1 +version: 4.0.0 diff --git a/charts/stable/zilean/values.yaml b/charts/stable/zilean/values.yaml index 7bb2a540634..87d9cc6a7cc 100644 --- a/charts/stable/zilean/values.yaml +++ b/charts/stable/zilean/values.yaml @@ -1,7 +1,7 @@ image: - repository: ghcr.io/elfhosted/zilean + repository: docker.io/ipromknight/zilean pullPolicy: IfNotPresent - tag: v3.5.0@sha256:f6e178c96e783edc419a8bd4aa89618ef636b59328055a366278a792b98d5b40 + tag: v3.5.0@sha256:1b828ac0604235de7adb7757d11c88c1b3bb1a6319071b0c9d99325bc0f9d477 service: main: @@ -33,5 +33,5 @@ persistence: cnpg: main: enabled: true - user: zilean + user: postgres database: zilean