From fa3fff77f9a0cd0efc0b45ed24da8d6deef0f092 Mon Sep 17 00:00:00 2001 From: bo0tzz Date: Mon, 28 Oct 2024 15:42:12 +0100 Subject: [PATCH] chore: update telemetry env var naming To merge after release v1.119.0 --- 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 3d4937ed..00c86ac3 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