mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-09 07:13:36 -05:00
Resource Syncs not detecting changes when using multiple tags #595
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @steffenhauge on GitHub (Sep 22, 2025).
First off, awesome project!!! I'm currently migrating from a single docker VM running all my containers to separate LXCs on Proxmox.
A weird bug I ran into was first having a tag called: "servers and stacks" (active on all my servers and my stacks)
Then I removed the tag and created two separate tags instead: "servers" & "stacks" and reassigned all my servers/stacks to the new appropriate tag.
Afterwards I added a new server and a new stack.
But when I have the two tags active in my Resource Syncs it was not picking up the changes I made (new server and new stack)
When I changed back to using a single tag for both servers and stacks, it was working again and detected the new server and stack.
@steffenhauge commented on GitHub (Sep 27, 2025):
Hmm maybe I just can't read, the description clearly says ALL tags, so it makes sense it doesn't find anything.