Replies: 2 comments
-
Hi @kamikaze , can you please provide some more information to reproduce this issue. I tried reproducing this by trying various scenarios but couldn't reproduce it. Can you please share more details about your setup and configuration? |
Beta Was this translation helpful? Give feedback.
-
Can you be sure that Flux is what recreates the tags? There are architectural reasons why we are pretty sure Flux can't do this. So unless you are specifically testing and can show a sequence of how this happens, I suspect it's something else as @darkowlzz said. There is no code in Flux which pushes tags or pushes all tags. I do remember running this issue with a person on my team before (not related to Flux) who did not ever run I think this was a breaking change in Git, it looks like Git 2.0 changed the semantics of git push so this could not happen so easily. Is there anyone on your team who has access to push tags who might be running Git <2.0? (Are you the only person with access to push tags?) This is just a guess, but I remember it well even though it was years ago, because it was so confusing. Anyway, the old version of git did not take care to avoid this issue, while the newer version of git cannot so easily push all tags causing the same confusion. |
Beta Was this translation helpful? Give feedback.
-
I had a tag in my infra repo which I did delete recently. But it seems FluxCD still keeps it on its side and pushes on every image automation update. Is there any way to not do that?
Beta Was this translation helpful? Give feedback.
All reactions