`--include-all` seems to be used inconsistently
Closed this issue · 0 comments
rbren commented
What happened?
The --include-all
flag says it will "Show all charts even if no latest version is found."
However, when using --containers
, it seems to work more like --show-old=false
. By default --containers
only outputs old containers, but adding --include-all
causes it to show up-to-date containers.
What did you expect to happen?
- Updated documentation for flags that reference Helm charts but can be used in
--containers
context - Consistent use of flags in both contexts
- Consistent default behavior in both contexts (i.e. show all by default, but a flag filters out up-to-date things)
How can we reproduce this?
Install a mix of current and old containers
Version
3.2.0
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