diff --git a/k8s/upgrade/src/bin/upgrade-job/common/constants.rs b/k8s/upgrade/src/bin/upgrade-job/common/constants.rs index 33e5dcbd6..6dee748a1 100644 --- a/k8s/upgrade/src/bin/upgrade-job/common/constants.rs +++ b/k8s/upgrade/src/bin/upgrade-job/common/constants.rs @@ -30,7 +30,7 @@ pub fn cordon_ana_check() -> String { } /// This is the allowed upgrade to-version/to-version-range for the Umbrella chart. -pub(crate) const TO_UMBRELLA_SEMVER: &str = "4.0.1"; +pub(crate) const TO_UMBRELLA_SEMVER: &str = "4.1.1"; /// This is the user docs URL for the Umbrella chart. pub(crate) const UMBRELLA_CHART_UPGRADE_DOCS_URL: &str = constants::UMBRELLA_CHART_UPGRADE_DOCS_URL;