1
0
Fork 0

home-assistant: Pull Zigbee/ZWave images from ghcr

Getting around Docker Hub rate limiting
pull/71/head
Dustin 2025-07-07 08:46:04 -05:00
parent 8491d2ded7
commit 9645abef5e
4 changed files with 6 additions and 6 deletions

View File

@ -157,9 +157,9 @@ images:
newTag: 2.5.0
- name: docker.io/rhasspy/wyoming-piper
newTag: 1.5.4
- name: docker.io/koenkk/zigbee2mqtt
- name: ghcr.io/koenkk/zigbee2mqtt
newTag: 2.4.0
- name: docker.io/zwavejs/zwave-js-ui
- name: ghcr.io/zwave-js/zwave-js-ui
newTag: 10.7.0
- name: docker.io/library/eclipse-mosquitto
newTag: 2.0.21

View File

@ -60,7 +60,7 @@ spec:
effect: NoExecute
containers:
- name: zigbee2mqtt
image: docker.io/koenkk/zigbee2mqtt:1.33.1
image: ghcr.io/koenkk/zigbee2mqtt:1.33.1
envFrom:
- configMapRef:
name: zigbee2mqtt

View File

@ -62,7 +62,7 @@ spec:
effect: NoExecute
containers:
- name: zwavejs2mqtt
image: docker.io/zwavejs/zwave-js-ui:9.1.2
image: ghcr.io/zwave-js/zwave-js-ui:9.1.2
ports:
- containerPort: 8091
name: http

View File

@ -25,13 +25,13 @@ projects:
namespace: rhasspy
repository: wyoming-piper
- name: zigbee2mqtt
image: docker.io/koenkk/zigbee2mqtt
image: ghcr.io/koenkk/zigbee2mqtt
source:
kind: github
organization: Koenkk
repo: zigbee2mqtt
- name: zwavejs2mqtt
image: docker.io/zwavejs/zwave-js-ui
image: ghcr.io/zwave-js/zwave-js-ui
source:
kind: github
organization: zwave-js