From 5d002e031d94cab9069ccc5b97972a6c34606682 Mon Sep 17 00:00:00 2001 From: bo0tzz Date: Mon, 28 Oct 2024 17:00:14 +0100 Subject: [PATCH] chore: update telemetry env var naming (#139) --- charts/immich/Chart.yaml | 4 ++-- charts/immich/templates/server.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/immich/Chart.yaml b/charts/immich/Chart.yaml index 5a69f9be..e0df0442 100644 --- a/charts/immich/Chart.yaml +++ b/charts/immich/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 description: A chart to power Immich (immich.app) running on kubernetes name: immich -version: 0.8.2 -appVersion: v1.118.0 +version: 0.8.3 +appVersion: v1.119.0 home: https://immich.app/ icon: https://raw.githubusercontent.com/immich-app/immich/main/design/immich-logo.svg sources: diff --git a/charts/immich/templates/server.yaml b/charts/immich/templates/server.yaml index f2b8c04c..4f9e82fa 100644 --- a/charts/immich/templates/server.yaml +++ b/charts/immich/templates/server.yaml @@ -4,7 +4,7 @@ global: env: {{ if .Values.immich.metrics.enabled }} - IMMICH_METRICS: true + IMMICH_TELEMETRY_INCLUDE: all {{ end }} {{- if .Values.immich.configuration }} IMMICH_CONFIG_FILE: /config/immich-config.yaml