From 6167a4cf85307d3516f91430acfc7dbc1ab50248 Mon Sep 17 00:00:00 2001 From: Melvin GABALI Date: Thu, 15 Jan 2026 22:48:31 +0100 Subject: [PATCH] Add TZ --- apps/applicationset-homarr.yaml | 3 +++ helm/homarr/dev/values.yaml | 13 ------------- 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/apps/applicationset-homarr.yaml b/apps/applicationset-homarr.yaml index 5b3ada6..3e7ff5b 100644 --- a/apps/applicationset-homarr.yaml +++ b/apps/applicationset-homarr.yaml @@ -39,6 +39,9 @@ spec: # Construit explicitement le chemin Helm à partir du basename path: '{{helmPath}}/homarr/{{path.basename}}' helm: + parameters: + - name: "env.TZ" + value: "Europe/Paris" valueFiles: - values.yaml destination: diff --git a/helm/homarr/dev/values.yaml b/helm/homarr/dev/values.yaml index 3b5d78b..c541f52 100644 --- a/helm/homarr/dev/values.yaml +++ b/helm/homarr/dev/values.yaml @@ -37,19 +37,6 @@ homarr: # -- homarr-database optional volumeClaimName to target specific PV volumeClaimName: "" - # Monter /etc/localtime depuis le nœud pour synchroniser la timezone - # Volumes supplémentaires (si supporté par le chart Homarr) - extraVolumes: - - name: localtime - hostPath: - path: /etc/localtime - type: File - # Montages de volumes supplémentaires (si supporté par le chart Homarr) - extraVolumeMounts: - - name: localtime - mountPath: /etc/localtime - readOnly: true - # Configuration pour le chart homarr (référence au secret créé par le template) envSecrets: dbEncryption: