فهرست منبع

fix more urls

Stavros kois 1 سال پیش
والد
کامیت
e615beed12

+ 1 - 1
library/ix-dev/community/immich/Chart.yaml

@@ -5,7 +5,7 @@ annotations:
 type: application
 version: 1.2.0
 apiVersion: v2
-appVersion: 1.88.0
+appVersion: 1.88.1
 kubeVersion: '>=1.16.0-0'
 maintainers:
   - name: truenas

+ 1 - 1
library/ix-dev/community/immich/templates/_configuration.tpl

@@ -88,7 +88,7 @@ configmap:
       LOG_LEVEL: log
       NODE_ENV: production
       SERVER_PORT: {{ .Values.immichNetwork.webuiPort | quote }}
-      IMMICH_SERVER_URL: {{ printf "http://%v-server:%v/api" $fullname .Values.immichNetwork.webuiPort }}
+      IMMICH_SERVER_URL: {{ printf "http://%v:%v/api" $fullname .Values.immichNetwork.webuiPort }}
       {{- with .Values.immichConfig.publicLoginMessage }}
       PUBLIC_LOGIN_PAGE_MESSAGE: {{ . | quote }}
       {{- end }}

+ 1 - 1
library/ix-dev/community/immich/templates/_immich-machinelearning.tpl

@@ -1,6 +1,6 @@
 {{- define "immich.machinelearning.workload" -}}
 {{- $fullname := (include "ix.v1.common.lib.chart.names.fullname" $) -}}
-{{- $url := printf "http://%v-server:%v/api/server-info/ping" $fullname .Values.immichNetwork.webuiPort }}
+{{- $url := printf "http://%v:%v/api/server-info/ping" $fullname .Values.immichNetwork.webuiPort }}
 workload:
   machinelearning:
     enabled: true

+ 1 - 1
library/ix-dev/community/immich/templates/_immich-microservices.tpl

@@ -1,6 +1,6 @@
 {{- define "immich.microservices.workload" -}}
 {{- $fullname := (include "ix.v1.common.lib.chart.names.fullname" $) -}}
-{{- $url := printf "http://%v-server:%v/api/server-info/ping" $fullname .Values.immichNetwork.webuiPort }}
+{{- $url := printf "http://%v:%v/api/server-info/ping" $fullname .Values.immichNetwork.webuiPort }}
 workload:
   microservices:
     enabled: true

+ 1 - 1
library/ix-dev/community/immich/templates/_immich-typesense.tpl

@@ -1,6 +1,6 @@
 {{- define "immich.typesense.workload" -}}
 {{- $fullname := (include "ix.v1.common.lib.chart.names.fullname" $) -}}
-{{- $url := printf "http://%v-server:%v/api/server-info/ping" $fullname .Values.immichNetwork.webuiPort }}
+{{- $url := printf "http://%v:%v/api/server-info/ping" $fullname .Values.immichNetwork.webuiPort }}
 workload:
   typesense:
     enabled: true

+ 2 - 2
library/ix-dev/community/immich/values.yaml

@@ -1,12 +1,12 @@
 image:
   repository: altran1502/immich-server
   pullPolicy: IfNotPresent
-  tag: v1.88.0
+  tag: v1.88.1
 
 mlImage:
   repository: altran1502/immich-machine-learning
   pullPolicy: IfNotPresent
-  tag: v1.88.0
+  tag: v1.88.1
 
 typesenseImage:
   repository: typesense/typesense