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 66acc548f4..93fa1f2a1b 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.3" + TKGManagementClusterPluginVersion string = "v0.25.4" )