From e64465932e995eeec3cd391af3608a8c14fd4a9e Mon Sep 17 00:00:00 2001 From: Ahmed Kadri Date: Tue, 7 Nov 2023 21:50:12 +0100 Subject: [PATCH] PPD-1395: fix typo --- pkg/constants/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/constants/constants.go b/pkg/constants/constants.go index 7108a7a84..7a2b37b24 100644 --- a/pkg/constants/constants.go +++ b/pkg/constants/constants.go @@ -4,7 +4,7 @@ import "os" var ( // DefaultVClusterVersion is the default version of the virtual cluster to use - DefaultVClusterVersion = "v0.16.4" + DefaultVClusterVersion = "0.16.4" // DefaultVClusterChartName is the default chart name of the virtual cluster to use DefaultVClusterChartName = "vcluster"