keel-hq / keel

Kubernetes Operator to automate Helm, DaemonSet, StatefulSet & Deployment updates
https://keel.sh
Mozilla Public License 2.0
2.46k stars 283 forks source link

regexp:(dev|main) not working #765

Open ybizeul opened 3 months ago

ybizeul commented 3 months ago

I'm trying to keep my pod up to date on both main and dev image tags. It updates fine as long as the tag doesn't change, but if current tag is dev, a push to main won't trigger an update.

david-garcia-garcia commented 1 week ago

@ybizeul your container tag names need to follow some sort ordered pattern. You can try with regex: or glob: see if you can workaround it (introduced in https://github.com/keel-hq/keel/commit/611ff29997d94285036f6fd180d74afe5cbaf7ca).

In any case, I'd recommend using Semver.