From d595177f043c7552850a8adf29d52b789637f304 Mon Sep 17 00:00:00 2001 From: JB Gosselin <1536838+jbgosselin@users.noreply.github.com> Date: Tue, 25 Jul 2023 08:39:27 -0400 Subject: [PATCH] Immich: fix misconfigured machinelearningPort (#1400) --- library/ix-dev/community/immich/Chart.yaml | 2 +- library/ix-dev/community/immich/templates/_configuration.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library/ix-dev/community/immich/Chart.yaml b/library/ix-dev/community/immich/Chart.yaml index 064c0f1b61..af852f1a18 100644 --- a/library/ix-dev/community/immich/Chart.yaml +++ b/library/ix-dev/community/immich/Chart.yaml @@ -3,7 +3,7 @@ description: Immich annotations: title: Immich type: application -version: 1.0.7 +version: 1.0.8 apiVersion: v2 appVersion: 1.69.0 kubeVersion: '>=1.16.0-0' diff --git a/library/ix-dev/community/immich/templates/_configuration.tpl b/library/ix-dev/community/immich/templates/_configuration.tpl index 1434df7b72..9021d336f9 100644 --- a/library/ix-dev/community/immich/templates/_configuration.tpl +++ b/library/ix-dev/community/immich/templates/_configuration.tpl @@ -26,7 +26,7 @@ {{- $mlURL := "false" -}} {{- if .Values.immichConfig.enableML -}} - {{- $mlURL = printf "http://%v-machinelearning:%v" $fullname .Values.immichNetwork.microservicesPort -}} + {{- $mlURL = printf "http://%v-machinelearning:%v" $fullname .Values.immichNetwork.machinelearningPort -}} {{- end }} secret: