diff --git a/apps/home-assistant/ha-linky.Dockerfile b/apps/home-assistant/ha-linky.Dockerfile index cdafaec..2b3d549 100644 --- a/apps/home-assistant/ha-linky.Dockerfile +++ b/apps/home-assistant/ha-linky.Dockerfile @@ -5,7 +5,7 @@ LABEL org.opencontainers.image.description="HA Linky Standalone" LABEL org.opencontainers.image.licenses=MIT # Install Node.js and Git -RUN apk add --no-cache nodejs npm git +RUN apk add --no-cache nodejs npm git tzdata # Clone the repository RUN git clone https://github.com/bokub/ha-linky.git diff --git a/apps/home-assistant/manifests/ha-linky/deployment.yaml b/apps/home-assistant/manifests/ha-linky/deployment.yaml index 8b119f3..6355700 100644 --- a/apps/home-assistant/manifests/ha-linky/deployment.yaml +++ b/apps/home-assistant/manifests/ha-linky/deployment.yaml @@ -18,6 +18,8 @@ spec: - name: ha-linky image: ghcr.io/iverly/maxime.in/ha-linky:f030a4a env: + - name: TZ + value: Europe/Paris - name: SUPERVISOR_TOKEN valueFrom: secretKeyRef: