keel-hq / keel

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

No Major.Minor.Patch elements found #665

Open dyipon opened 2 years ago

dyipon commented 2 years ago

Hi,

im using keelhq/keel:0.16.1 under k3s v1.23.3+k3s1.

I get "No Major.Minor.Patch elements found" when I triggering an update (via webhook), although I added 'keel.sh/policy: all' annotation. Everything worked fine a few weeks ago, no idea what changed. My images does not have semver, but I use githash short tags: image:abc00011

error found here: https://github.com/keel-hq/keel/blob/74a5f3b0c2c75c532681aab1be609e9f4fb8ad13/internal/policy/semver.go#L15

Any ideas?

thanks

rcfja commented 1 year ago

I get this same error. Is it ok that my versions are just simple string and not numbers?