From de667a31ad5c32fc1693983daaf237b7b775560b Mon Sep 17 00:00:00 2001 From: Remy Moll Date: Thu, 13 Jun 2024 00:21:48 +0200 Subject: [PATCH] immich update --- apps/immich/kustomization.yaml | 6 +++--- apps/immich/values.yaml | 14 +++----------- .../prometheus/thanos-query.deployment.yaml | 2 +- 3 files changed, 7 insertions(+), 15 deletions(-) diff --git a/apps/immich/kustomization.yaml b/apps/immich/kustomization.yaml index ef5bff2..cccbc8b 100644 --- a/apps/immich/kustomization.yaml +++ b/apps/immich/kustomization.yaml @@ -12,13 +12,13 @@ namespace: immich helmCharts: - name: immich releaseName: immich - version: 0.6.0 + version: 0.7.0 valuesFile: values.yaml repo: https://immich-app.github.io/immich-charts images: - name: ghcr.io/immich-app/immich-machine-learning - newTag: v1.105.1 + newTag: v1.106.3 - name: ghcr.io/immich-app/immich-server - newTag: v1.105.1 + newTag: v1.106.3 diff --git a/apps/immich/values.yaml b/apps/immich/values.yaml index 6b84f54..8ebeabe 100644 --- a/apps/immich/values.yaml +++ b/apps/immich/values.yaml @@ -22,10 +22,12 @@ env: secretKeyRef: name: postgres-password key: password - IMMICH_WEB_URL: '{{ printf "http://%s-web:3000" .Release.Name }}' IMMICH_MACHINE_LEARNING_URL: '{{ printf "http://%s-machine-learning:3003" .Release.Name }}' immich: + metrics: + # Enabling this will create the service monitors needed to monitor immich with the prometheus operator + enabled: true persistence: # Main data store for all photos shared between different components. library: @@ -52,16 +54,6 @@ server: main: enabled: false -microservices: - enabled: true - persistence: - geodata-cache: - enabled: true - size: 1Gi - # Optional: Set this to pvc to avoid downloading the geodata every start. - type: emptyDir - accessMode: ReadWriteMany - machine-learning: enabled: true persistence: diff --git a/infrastructure/prometheus/thanos-query.deployment.yaml b/infrastructure/prometheus/thanos-query.deployment.yaml index 8170495..3a782e7 100644 --- a/infrastructure/prometheus/thanos-query.deployment.yaml +++ b/infrastructure/prometheus/thanos-query.deployment.yaml @@ -52,4 +52,4 @@ spec: - name: grpc protocol: TCP port: 10901 - targetPort: grpc \ No newline at end of file + targetPort: grpc