I installed WUD a month or so ago and I'm having problems trying to configure it. I have built most of my containers with a specific version pinned and would like to be notified when there is a new tag available. My problem is that the program lists tags which are not wanted.
As an example, below is an excerpt of the WUD display.

In this case, PLEX is showing an update to available tag 168. However, I have the "wud.tag.include" label set to (I believe) only display SEMVAR tags. Below is the contents of the YAML file.
pms-docker:
image: linuxserver/plex:1.41.3
container_name: plex
restart: unless-stopped
environment:
- PUID=1000
- PGID=1000
labels:
- wud.tag.include=^\d+\.\d+\.\d+$$
ports:
- 32400:32400
volumes:
- /etc/localtime:/etc/localtime:ro
- /mnt/NASData/AppsConfig/Plex/Config:/config
- /mnt/NASData/Media/Concerts:/media/Concerts
- /mnt/NASData/Media/TV:/media/TV
- /mnt/NASData/Media/Music:/media/Music
- /mnt/NASData/Media/Movies:/media/Movies
networks: {}`
I have the same issue with about a dozen containers. I have this label set for most of my containers, but it only seems to work about half the time. I'm obviously missing something, but I can't figure out what the problem is.
What am I doing wrong?
I installed WUD a month or so ago and I'm having problems trying to configure it. I have built most of my containers with a specific version pinned and would like to be notified when there is a new tag available. My problem is that the program lists tags which are not wanted.
As an example, below is an excerpt of the WUD display.
In this case, PLEX is showing an update to available tag 168. However, I have the "wud.tag.include" label set to (I believe) only display SEMVAR tags. Below is the contents of the YAML file.
I have the same issue with about a dozen containers. I have this label set for most of my containers, but it only seems to work about half the time. I'm obviously missing something, but I can't figure out what the problem is.
What am I doing wrong?