From 8802be1db5b9998dd8161d530e694ade62e05b41 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Tue, 29 Aug 2023 19:55:06 +0300 Subject: [PATCH] chore(immich): Sync upstream changes for ML (#11932) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** ⚒️ Fixes # **⚙️ Type of change** - [ ] ⚙️ 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:** - [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 corresponding changes to the documentation - [x] ⚠️ 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 **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ 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/immich/Chart.yaml | 2 +- charts/stable/immich/templates/_config.tpl | 3 +-- charts/stable/immich/values.yaml | 4 ++-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/charts/stable/immich/Chart.yaml b/charts/stable/immich/Chart.yaml index 66174adfb99..14be34273f1 100644 --- a/charts/stable/immich/Chart.yaml +++ b/charts/stable/immich/Chart.yaml @@ -22,7 +22,7 @@ name: immich sources: - https://github.com/truecharts/charts/tree/master/charts/stable/immich - https://github.com/immich-app/immich -version: 8.0.4 +version: 8.0.5 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/immich/templates/_config.tpl b/charts/stable/immich/templates/_config.tpl index c58ce75b7ca..9ecaf5756aa 100644 --- a/charts/stable/immich/templates/_config.tpl +++ b/charts/stable/immich/templates/_config.tpl @@ -47,10 +47,9 @@ configmap: data: NODE_ENV: production LOG_LEVEL: {{ .Values.immich.log_level }} + IMMICH_MACHINE_LEARNING_ENABLED: {{ .Values.immich.enable_ml | quote }} {{- if .Values.immich.enable_ml }} IMMICH_MACHINE_LEARNING_URL: {{ printf "http://%v-machinelearning:%v" $fname .Values.service.machinelearning.ports.machinelearning.port }} - {{- else }} - IMMICH_MACHINE_LEARNING_URL: "false" {{- end }} TYPESENSE_ENABLED: {{ .Values.immich.enable_typesense | quote }} {{- if .Values.immich.enable_typesense }} diff --git a/charts/stable/immich/values.yaml b/charts/stable/immich/values.yaml index bb950fe2544..ae9f6717b41 100644 --- a/charts/stable/immich/values.yaml +++ b/charts/stable/immich/values.yaml @@ -1,10 +1,10 @@ image: repository: tccr.io/truecharts/immich-server - tag: v1.75.1@sha256:d71779893218665be8fe0215b76b8ecb3e35d4c8ba33be4cfd3412ced9714044 + tag: v1.75.2@sha256:d71779893218665be8fe0215b76b8ecb3e35d4c8ba33be4cfd3412ced9714044 pullPolicy: IfNotPresent mlImage: repository: tccr.io/truecharts/immich-ml - tag: v1.75.1@sha256:ac0b9a12416d4e13f3c0dde91f5eb295887d91b01b17c0ae057de50d222df953 + tag: v1.75.2@sha256:ac0b9a12416d4e13f3c0dde91f5eb295887d91b01b17c0ae057de50d222df953 pullPolicy: IfNotPresent webImage: repository: tccr.io/truecharts/immich-web