Skip to content

Commit

Permalink
pk8s: [sipwork] zigbee2mqtt to latest-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxmaniac committed May 21, 2024
1 parent c1e6df6 commit 530680f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions apps/pk8s/sipwork/home-assistant.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
apiVersion: helm.toolkit.fluxcd.io/v2beta2
kind: HelmRelease
metadata:
Expand Down Expand Up @@ -267,7 +268,7 @@ spec:
- env:
- name: TZ
value: Europe/Madrid
image: koenkk/zigbee2mqtt:1.37.1 # {"$imagepolicy": "sipwork:zigbee2mqtt"}
image: koenkk/zigbee2mqtt:latest-dev # {"$imagepolicy": "sipwork:zigbee2mqtt"}
name: zigbee2mqtt
ports:
- containerPort: 8080
Expand Down Expand Up @@ -390,7 +391,7 @@ spec:
initContainers:
- name: data-ownership
image: busybox:1.28
command: [chown, -R, '1000:1000', /data]
command: [chown, -R, 1000:1000, /data]
resources: {}
volumeMounts:
- mountPath: /data
Expand Down

0 comments on commit 530680f

Please sign in to comment.