Skip to content

Commit

Permalink
chore: update telemetry env var naming (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
bo0tzz authored Oct 28, 2024
1 parent a59fd88 commit 545b34e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/immich/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion charts/immich/templates/server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 545b34e

Please sign in to comment.