From 0c61aaeb0617f2e4cd2e431668aae419888ab9b6 Mon Sep 17 00:00:00 2001 From: Niladri Halder Date: Fri, 13 Sep 2024 10:08:04 +0000 Subject: [PATCH 1/2] chore(chart): update localpv dependency to v4.1.1 Signed-off-by: Niladri Halder --- chart/Chart.yaml | 2 +- chart/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 From 021ab090747a4778db57157be0406751b642fe33 Mon Sep 17 00:00:00 2001 From: Niladri Halder Date: Fri, 13 Sep 2024 10:08:52 +0000 Subject: [PATCH 2/2] chore(upgrade-job): bump expected umbrella chart version to 4.1.1 Signed-off-by: Niladri Halder --- k8s/upgrade/src/bin/upgrade-job/common/constants.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;