Skip to content

Commit

Permalink
feat(apps): set correct timezone for ha-linky
Browse files Browse the repository at this point in the history
Signed-off-by: iverly <[email protected]>
  • Loading branch information
iverly committed Jul 24, 2024
1 parent de5b30d commit 8ee28d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/home-assistant/ha-linky.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions apps/home-assistant/manifests/ha-linky/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8ee28d2

Please sign in to comment.