fmartinou / whats-up-docker

What's up Docker ( aka WUD ) gets you notified when a new version of your Docker Container is available.
https://fmartinou.github.io/whats-up-docker
MIT License
1.1k stars 35 forks source link

Unable to have update for frigate in Home Assistant #347

Closed Pampersfr closed 8 months ago

Pampersfr commented 8 months ago

Hi,

i use frigate in docker and WUD 6.3.0 to inform me in Home Assistant when i have an update. i've put labels in frigate docker compose : wud.tag.include=^v\d+\.\d+\.\d+.*$ wud.link.template=https://github.com/blakeblackshear/frigate/releases/tag/v$${major}.$${minor}.$${patch} wud.display.name=Frigate wud.display.icon=mdi-cctv i have the v0.13.0 of frigate installed and frigate publish new release v0.13.1 (https://github.com/blakeblackshear/frigate/releases) on WUD it's don't see this version : 17:00:01.272 INFO whats-up-docker/trigger.mqtt.mosquitto: Add hass container update sensor [wud/container/frigate/frigate] 17:00:01.273 DEBUG whats-up-docker/trigger.mqtt.mosquitto: Publish container result to wud/container/frigate/frigate 17:00:01.273 INFO whats-up-docker/watcher.docker.frigate: Cron finished (1 containers watched, 0 errors, 0 available updates) Capture

something wrong on my reg ? thanks a lot regards

Pampersfr commented 8 months ago

for frigate the link to release is with a "v" but not for check update so the correct parameter is wud.tag.include=^\d+\.\d+\.\d+.*$