Skip to content

Commit

Permalink
chore(bors): merge pull request #490
Browse files Browse the repository at this point in the history
490: chore: bump expected umbrella chart version to 4.0.1 r=niladrih a=niladrih

This PR bumps the expected `openebs/openebs` chart version to 4.0.1.

Co-authored-by: Niladri Halder <[email protected]>
  • Loading branch information
mayastor-bors and niladrih committed Apr 18, 2024
2 parents 6a23f39 + 8d20376 commit f2dcf8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/upgrade/src/bin/upgrade-job/common/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit f2dcf8e

Please sign in to comment.