From 8db7108d4b7a1779ea864adbd7ae8d754adb91c2 Mon Sep 17 00:00:00 2001 From: Navid Shaikh Date: Wed, 27 Jul 2022 09:07:41 +0530 Subject: [PATCH] Update BOM retrieval version to v0.25.0 (#3020) For tanzu-framework v0.25.0 release Signed-off-by: Navid Shaikh --- .../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 449f3021ea..804e2e515a 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.25.0-dev" + TKGManagementClusterPluginVersion string = "v0.25.0" )