File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
k8s/upgrade/src/bin/upgrade-job/common Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,6 @@ dependencies:
44
44
repository : https://nats-io.github.io/k8s/helm/charts/
45
45
condition : eventing.enabled
46
46
- name : localpv-provisioner
47
- version : 4.1.0
47
+ version : 4.1.1
48
48
repository : https://openebs.github.io/dynamic-localpv-provisioner
49
49
condition : localpv-provisioner.enabled
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ This removes all the Kubernetes components associated with the chart and deletes
59
59
| https://grafana.github.io/helm-charts | loki-stack | 2.9.11 |
60
60
| https://jaegertracing.github.io/helm-charts | jaeger-operator | 2.50.1 |
61
61
| 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 |
63
63
64
64
## Values
65
65
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ pub fn cordon_ana_check() -> String {
30
30
}
31
31
32
32
/// 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" ;
34
34
35
35
/// This is the user docs URL for the Umbrella chart.
36
36
pub ( crate ) const UMBRELLA_CHART_UPGRADE_DOCS_URL : & str = constants:: UMBRELLA_CHART_UPGRADE_DOCS_URL ;
You can’t perform that action at this time.
0 commit comments