googlearchive / k8s-service-catalog

[DEPRECATED] Commandline tool to manage Service Catalog lifecycle and GCP Service Broker atop Kubernetes Cluster
Apache License 2.0
69 stars 31 forks source link

validate version parameter in sc install/update command #82

Open droot opened 6 years ago

mihnjong commented 6 years ago

sc update latest failes due to prefix "v". Currently, it only works with "[0-9].[0-9].[0-9]" format (e.g. 0.1.0).

maqiuyujoyce commented 6 years ago

@mihnjong Could you provide more context about this bug? Do you mean that, no matter the version contains a "v" or not, it should work? Also, sc update latest doesn't seem to be a valid command.