diff --git a/common/constants.go b/common/constants.go index 6e51cdd4..6ea16319 100644 --- a/common/constants.go +++ b/common/constants.go @@ -104,7 +104,7 @@ const ( LargePollIntervalSecs = 30 // in seconds DefRebuildTimeoutSecs = 600 // in seconds SleepTime = 3 // in seconds - ToLocalpvProvisionerImage = "4.4.0" + ToLocalpvProvisionerImage = "4.5.0" ) // Annotations for delete options for offline pools diff --git a/configurations/product/mayastor_config.yaml b/configurations/product/mayastor_config.yaml index 9d96952e..d531edf4 100644 --- a/configurations/product/mayastor_config.yaml +++ b/configurations/product/mayastor_config.yaml @@ -145,12 +145,15 @@ product: 2.9.3: "openebs.io/v1beta3" 2.10.0: "openebs.io/v1beta3" 4.4.0: "openebs.io/v1beta3" + 2.11.0: "openebs.io/v1beta3" + 4.5.0: "openebs.io/v1beta3" openebsToMayaVersionMap: 4.3.0: "2.9.0" 4.3.1: "2.9.1" 4.3.2: "2.9.1" 4.3.3: "2.9.2" 4.4.0: "2.10.0" + 4.5.0: "2.11.0" chartName: "mayastor" chartVersion: "0.0.0-main" localPVContainerName: "mayastor-localpv-provisioner"