From 6819c5a1d1e8439ffaac98599752c4c7b378f9db Mon Sep 17 00:00:00 2001 From: Sriraman S <89133855+sriramandev@users.noreply.github.com> Date: Tue, 17 May 2022 15:50:37 +0530 Subject: [PATCH] Updating version tag used for BOM retrieval to v0.11.6 (#2397) 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 044e417a19..eb5b08de7c 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.11.5" + TKGManagementClusterPluginVersion string = "v0.11.6" )