Skip to content

Commit e21d87f

Browse files
mayastor-borsniladrih
andcommitted
chore(bors): merge pull request #542
542: Bump LocalPV Hostpath dep version and bump expected openebs/openebs version for upgrade r=niladrih a=niladrih Co-authored-by: Niladri Halder <[email protected]>
2 parents d662a3d + 021ab09 commit e21d87f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ dependencies:
4444
repository: https://nats-io.github.io/k8s/helm/charts/
4545
condition: eventing.enabled
4646
- name: localpv-provisioner
47-
version: 4.1.0
47+
version: 4.1.1
4848
repository: https://openebs.github.io/dynamic-localpv-provisioner
4949
condition: localpv-provisioner.enabled

chart/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ This removes all the Kubernetes components associated with the chart and deletes
5959
| https://grafana.github.io/helm-charts | loki-stack | 2.9.11 |
6060
| https://jaegertracing.github.io/helm-charts | jaeger-operator | 2.50.1 |
6161
| https://nats-io.github.io/k8s/helm/charts/ | nats | 0.19.14 |
62-
| https://openebs.github.io/dynamic-localpv-provisioner | localpv-provisioner | 4.1.0 |
62+
| https://openebs.github.io/dynamic-localpv-provisioner | localpv-provisioner | 4.1.1 |
6363

6464
## Values
6565

k8s/upgrade/src/bin/upgrade-job/common/constants.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pub fn cordon_ana_check() -> String {
3030
}
3131

3232
/// This is the allowed upgrade to-version/to-version-range for the Umbrella chart.
33-
pub(crate) const TO_UMBRELLA_SEMVER: &str = "4.0.1";
33+
pub(crate) const TO_UMBRELLA_SEMVER: &str = "4.1.1";
3434

3535
/// This is the user docs URL for the Umbrella chart.
3636
pub(crate) const UMBRELLA_CHART_UPGRADE_DOCS_URL: &str = constants::UMBRELLA_CHART_UPGRADE_DOCS_URL;

0 commit comments

Comments
 (0)