cilium-cli
cilium-cli copied to clipboard
`--version=latest` rejected as invalid
$ ./cilium install --agent-image=quay.io/cilium/cilium-ci --operator-image=quay.io/cilium/operator-generic-ci --version=latest
Invalid character(s) found in major number "0latest"
This used to work but seems broken at least on the latest, unreleased version.
FWIW, adding a valid --chart-directory
to the command should work. But obviously we should make that clearer in the error message.
FWIW, adding a valid --chart-directory to the command should work.
I can confirm that works.