From 476cc98e5a60a19072af4c4ae524805fb7a918b3 Mon Sep 17 00:00:00 2001 From: Matt Moyer Date: Wed, 31 Mar 2021 15:40:54 -0500 Subject: [PATCH] Fix missing "v". Signed-off-by: Matt Moyer --- hack/lib/version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/lib/version.sh b/hack/lib/version.sh index c1eb8c847..233d4ff9a 100644 --- a/hack/lib/version.sh +++ b/hack/lib/version.sh @@ -57,7 +57,7 @@ kube::version::get_version_vars() { # KUBE_GIT_VERSION was not supplied # These values need to pass the validation in k8s.io/component-base/metrics: # https://github.com/kubernetes/component-base/blob/v0.20.5/metrics/version_parser.go#L28-L50 - KUBE_GIT_VERSION='0.0.0' + KUBE_GIT_VERSION='v0.0.0' KUBE_GIT_MAJOR='0' KUBE_GIT_MINOR='0' fi