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