diff --git a/k8s/upgrade/src/bin/upgrade-job/common/constants.rs b/k8s/upgrade/src/bin/upgrade-job/common/constants.rs index 850a320e8..387baf9b9 100644 --- a/k8s/upgrade/src/bin/upgrade-job/common/constants.rs +++ b/k8s/upgrade/src/bin/upgrade-job/common/constants.rs @@ -26,7 +26,7 @@ pub(crate) const DRAIN_FOR_UPGRADE: &str = "mayastor-upgrade"; pub(crate) const CORDON_FOR_ANA_CHECK: &str = "mayastor-upgrade-nvme-ana-check"; /// This is the allowed upgrade to-version/to-version-range for the Umbrella chart. -pub(crate) const TO_UMBRELLA_SEMVER: &str = "4.0.0"; +pub(crate) const TO_UMBRELLA_SEMVER: &str = "4.0.1"; /// This is the user docs URL for the Umbrella chart. pub(crate) const UMBRELLA_CHART_UPGRADE_DOCS_URL: &str =