Nova showing a dev version of teleport-kube-agent as an update
sidick opened this issue · 0 comments
sidick commented
What happened?
When I was scanning my cluster for outdated helm charts, to my surprise nova suggested updating teleport-kube-agent to a dev version which I believe should be filtered out:
% nova --context prod find -a --show-old --format table
Release Name Installed Latest Old Deprecated
============ ========= ====== === ==========
teleport-kube-agent 14.2.2 15.0.0-dev-walt-gha.2 true false
What did you expect to happen?
I expected it to not show me the 15.0.0 version as it's not out yet and say I was running the latest (at time of writing)
How can we reproduce this?
Install the teleport-kube-agent 14.2.2 helm chart and run nova against the cluster.
Version
Version:3.7.0 Commit:978c316ee81603de3bbe739d20dd1164278fd519
Search
- I did search for other open and closed issues before opening this.
Code of Conduct
- I agree to follow this project's Code of Conduct
Additional context
No response