cilium-cli icon indicating copy to clipboard operation
cilium-cli copied to clipboard

`--version=latest` rejected as invalid

Open pchaigno opened this issue 2 years ago • 2 comments

$ ./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.

pchaigno avatar Aug 03 '22 16:08 pchaigno

FWIW, adding a valid --chart-directory to the command should work. But obviously we should make that clearer in the error message.

tklauser avatar Aug 04 '22 11:08 tklauser

FWIW, adding a valid --chart-directory to the command should work.

I can confirm that works.

pchaigno avatar Aug 04 '22 14:08 pchaigno