From 9c5affeff6b2610ab813063b4532b9f1d8476ea5 Mon Sep 17 00:00:00 2001 From: Remy Moll Date: Fri, 22 Dec 2023 00:06:00 +0100 Subject: [PATCH] update immich --- apps/immich/kustomization.yaml | 2 +- apps/immich/values.yaml | 18 +----------------- 2 files changed, 2 insertions(+), 18 deletions(-) diff --git a/apps/immich/kustomization.yaml b/apps/immich/kustomization.yaml index eb1f15e..f35b4a9 100644 --- a/apps/immich/kustomization.yaml +++ b/apps/immich/kustomization.yaml @@ -12,6 +12,6 @@ namespace: immich helmCharts: - name: immich releaseName: immich - version: 0.2.0 + version: 0.3.0 valuesFile: values.yaml repo: https://immich-app.github.io/immich-charts diff --git a/apps/immich/values.yaml b/apps/immich/values.yaml index ee22145..9447406 100644 --- a/apps/immich/values.yaml +++ b/apps/immich/values.yaml @@ -4,7 +4,7 @@ image: - tag: v1.90.2 + tag: v1.91.4 # These entries are shared between all the Immich components @@ -26,11 +26,7 @@ env: secretKeyRef: name: postgres-password key: password - TYPESENSE_ENABLED: "{{ .Values.typesense.enabled }}" - TYPESENSE_API_KEY: "{{ .Values.typesense.env.TYPESENSE_API_KEY }}" - TYPESENSE_HOST: '{{ printf "%s-typesense" .Release.Name }}' IMMICH_WEB_URL: '{{ printf "http://%s-web:3000" .Release.Name }}' - IMMICH_SERVER_URL: '{{ printf "http://%s-server:3001" .Release.Name }}' IMMICH_MACHINE_LEARNING_URL: '{{ printf "http://%s-machine-learning:3003" .Release.Name }}' immich: @@ -52,18 +48,6 @@ redis: auth: enabled: false -typesense: - enabled: true - env: - TYPESENSE_DATA_DIR: /tsdata - TYPESENSE_API_KEY: typesense - persistence: - tsdata: - # Enabling typesense persistence is recommended to avoid slow reindexing - enabled: true - accessMode: ReadWriteOnce - size: 1Gi - # Immich components server: