From a683575c8b9bc32837f6aae3c053ab48167014e7 Mon Sep 17 00:00:00 2001 From: Sriraman S <89133855+sriramandev@users.noreply.github.com> Date: Wed, 13 Oct 2021 22:53:23 +0530 Subject: [PATCH] Updating version tag used for BOM retrieval to v0.7.0 (#868) --- .../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 00e998220f..1f8387a359 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.7.0-dev" + TKGManagementClusterPluginVersion string = "v0.7.0" )