diff --git a/chart/Chart.yaml b/chart/Chart.yaml index ee918fa28..1c97ab0c5 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -44,6 +44,6 @@ dependencies: repository: https://nats-io.github.io/k8s/helm/charts/ condition: eventing.enabled - name: localpv-provisioner - version: 4.1.0 + version: 4.1.1 repository: https://openebs.github.io/dynamic-localpv-provisioner condition: localpv-provisioner.enabled diff --git a/chart/README.md b/chart/README.md index a880fbfc2..a35952d30 100644 --- a/chart/README.md +++ b/chart/README.md @@ -59,7 +59,7 @@ This removes all the Kubernetes components associated with the chart and deletes | https://grafana.github.io/helm-charts | loki-stack | 2.9.11 | | https://jaegertracing.github.io/helm-charts | jaeger-operator | 2.50.1 | | https://nats-io.github.io/k8s/helm/charts/ | nats | 0.19.14 | -| https://openebs.github.io/dynamic-localpv-provisioner | localpv-provisioner | 4.1.0 | +| https://openebs.github.io/dynamic-localpv-provisioner | localpv-provisioner | 4.1.1 | ## Values 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;