mirror of
https://git.mirrors.martin98.com/https://github.com/ceph/ceph-csi.git
synced 2025-10-13 07:31:31 +08:00

By using this script, we can pass Kubernetes versions like v1.19 to the CI jobs. The jobs are then responsible for detecting the a full release version, including the '.patch' suffix. Versions are passed as 1.19, releases have the 'v' prefix as in v1.19.1. Signed-off-by: Niels de Vos <ndevos@redhat.com>