Forráskód Böngészése

Immich: fix misconfigured machinelearningPort (#1400)

JB Gosselin 2 éve
szülő
commit
d595177f04

+ 1 - 1
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'

+ 1 - 1
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: