From 246f7a6d64232eed78514bc98f394572dfd95d3f Mon Sep 17 00:00:00 2001 From: Sriraman S <89133855+sriramandev@users.noreply.github.com> Date: Mon, 20 Dec 2021 17:11:19 +0530 Subject: [PATCH] Updating version tag used for BOM retrieval to v0.14.0 (#1404) Signed-off-by: Sriraman S --- .../tkgconfigpaths/zz_bundled_default_bom_files_configdata.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/v1/tkg/tkgconfigpaths/zz_bundled_default_bom_files_configdata.go b/pkg/v1/tkg/tkgconfigpaths/zz_bundled_default_bom_files_configdata.go index cb501701b0..49da4fb716 100644 --- a/pkg/v1/tkg/tkgconfigpaths/zz_bundled_default_bom_files_configdata.go +++ b/pkg/v1/tkg/tkgconfigpaths/zz_bundled_default_bom_files_configdata.go @@ -12,5 +12,5 @@ package tkgconfigpaths var ( TKGDefaultImageRepo string = "projects-stg.registry.vmware.com/tkg" TKGDefaultCompatibilityImagePath string = "framework-zshippable/tkg-compatibility" - TKGManagementClusterPluginVersion string = "v0.14.0-dev" + TKGManagementClusterPluginVersion string = "v0.14.0" )