From 3cd7e9b14225eb261670c3a2fb938675116eb482 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alfred=20G=C3=B6ppel?= <43101280+alfi0812@users.noreply.github.com> Date: Tue, 24 Jun 2025 10:24:25 +0200 Subject: [PATCH] fix(immich): Try fix for immich renovate images (#36586) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** ⚒️ Fixes https://github.com/truecharts/public/issues/36486 **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [x] 🪛 Bugfix - [ ] ⚠️ 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> --- .github/renovate/special/customRules.json5 | 5 +++++ charts/stable/immich/Chart.yaml | 3 +-- charts/stable/immich/values.yaml | 8 ++++---- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.github/renovate/special/customRules.json5 b/.github/renovate/special/customRules.json5 index 78ef2c8fc45..59d3c751e59 100644 --- a/.github/renovate/special/customRules.json5 +++ b/.github/renovate/special/customRules.json5 @@ -22,6 +22,11 @@ "matchDatasources": ["docker"], "matchPackagePatterns": ["quay.io/minio/minio"], "dependencyDashboardApproval": true + }, + { + "matchDatasources": ["docker"], + "matchDepNames": ["ghcr.io/immich-app/immich-machine-learning"], + "matchFilePatterns": [".*\\.ya?ml$"] } ] } diff --git a/charts/stable/immich/Chart.yaml b/charts/stable/immich/Chart.yaml index 77877e6df75..5f05ad8f0c4 100644 --- a/charts/stable/immich/Chart.yaml +++ b/charts/stable/immich/Chart.yaml @@ -43,5 +43,4 @@ sources: - https://github.com/immich-app/immich - https://github.com/truecharts/charts/tree/master/charts/stable/immich type: application -version: 18.3.2 - +version: 18.3.3 diff --git a/charts/stable/immich/values.yaml b/charts/stable/immich/values.yaml index 684dcd47dfe..dc2fe951eda 100644 --- a/charts/stable/immich/values.yaml +++ b/charts/stable/immich/values.yaml @@ -5,23 +5,23 @@ image: mlImage: repository: ghcr.io/immich-app/immich-machine-learning + tag: v1.135.3@sha256:9f2f61d86af82d04926f9b896c995c502303052905517c5485dd26bf1e42a44e pullPolicy: IfNotPresent - tag: v1.131.3@sha256:d6f07b454c0ec7e4ba3a5926fff2482f8fd1a9922b489122dec33b11a4f37bdd mlCudaImage: repository: ghcr.io/immich-app/immich-machine-learning + tag: v1.135.3-cuda@sha256:3f83ca84681f5e8e922a97ee7320279f78b30c4722630aae550f911c8d0effc4 pullPolicy: IfNotPresent - tag: v1.131.3-cuda@sha256:1f3aa5246df8a10ba5cb1cf7299342c77b89a4d0a0d9a1c3a0148ec018594e66 mlOpenvinoImage: repository: ghcr.io/immich-app/immich-machine-learning + tag: v1.135.3-openvino@sha256:9334b516111e6945cb1220cfeb772e44a48c67c114c9c3cb3faa597d081048ed pullPolicy: IfNotPresent - tag: v1.131.3-openvino@sha256:0e3702a223f7e30b83051b613223de911ecbe1d1a7d072d793c24ccf07db66d9 mlRocmImage: repository: ghcr.io/immich-app/immich-machine-learning + tag: v1.135.3-rocm@sha256:352f8b699265a531f832dd3d04de22ed8e043dde2c2c1df1f4c294da26eb86e7 pullPolicy: IfNotPresent - tag: v1.131.3-rocm@sha256:51c08286f827722366b3352cb25d1cf11bb09c1fede3befa86612d897d65ba67 securityContext: container: