diff --git a/build.yaml b/build.yaml index 43343dbaf10..1b976cf3178 100644 --- a/build.yaml +++ b/build.yaml @@ -1,4 +1,4 @@ -webhookVersion: 104.0.2+up0.5.2-rc.1 +webhookVersion: 104.0.2+up0.5.2-rc.2 provisioningCAPIVersion: 104.0.0+up0.3.0 cspAdapterMinVersion: 104.0.0+up4.0.0 defaultShellVersion: rancher/shell:v0.2.1 diff --git a/pkg/buildconfig/constants.go b/pkg/buildconfig/constants.go index ba74f26723c..756f429d647 100644 --- a/pkg/buildconfig/constants.go +++ b/pkg/buildconfig/constants.go @@ -7,5 +7,5 @@ const ( DefaultShellVersion = "rancher/shell:v0.2.1" FleetVersion = "104.0.2+up0.10.2-rc.4" ProvisioningCAPIVersion = "104.0.0+up0.3.0" - WebhookVersion = "104.0.2+up0.5.2-rc.1" + WebhookVersion = "104.0.2+up0.5.2-rc.2" )