Merge pull request #181309 from bryanasdev000/velero-warnings

velero: added v prefix to version to fix client/server version validation
This commit is contained in:
SuperHeroINTJ
2022-07-13 05:43:51 -03:00
committed by GitHub
@@ -14,7 +14,7 @@ buildGoModule rec {
ldflags = [
"-s" "-w"
"-X github.com/vmware-tanzu/velero/pkg/buildinfo.Version=${version}"
"-X github.com/vmware-tanzu/velero/pkg/buildinfo.Version=v${version}"
"-X github.com/vmware-tanzu/velero/pkg/buildinfo.ImageRegistry=velero"
"-X github.com/vmware-tanzu/velero/pkg/buildinfo.GitTreeState=clean"
"-X github.com/vmware-tanzu/velero/pkg/buildinfo.GitSHA=none"