Skip to content

Commit acbd131

Browse files
niladrihKiran Mova
authored andcommitted
Use dependent chart NDM v1.7.1
Signed-off-by: Niladri Halder <[email protected]>
1 parent 8518261 commit acbd131

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

deploy/helm/charts/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ sources:
1919

2020
dependencies:
2121
- name: openebs-ndm
22-
version: "1.7.0"
22+
version: "1.7.1"
2323
repository: "https://openebs.github.io/node-disk-manager"
2424
condition: openebsNDM.enabled
2525

deploy/helm/charts/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ By default this chart installs additional, dependent charts:
4646

4747
| Repository | Name | Version |
4848
|------------|------|---------|
49-
| https://openebs.github.io/node-disk-manager | openebs-ndm | 1.7.0 |
49+
| https://openebs.github.io/node-disk-manager | openebs-ndm | 1.7.1 |
5050

5151
**Note:** Find detailed Node Disk Manager Helm chart configuration options [here](https://github.com/openebs/node-disk-manager/blob/master/deploy/helm/charts/README.md).
5252

deploy/kubectl/openebs-operator-lite.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ spec:
531531
# The feature-gate is used to enable the new UUID algorithm.
532532
- --feature-gates="GPTBasedUUID"
533533
# Detect changes to device size, filesystem and mount-points without restart.
534-
- --feature-gates="ChangeDetection"
534+
# - --feature-gates="ChangeDetection"
535535
# The feature gate is used to start the gRPC API service. The gRPC server
536536
# starts at 9115 port by default. This feature is currently in Alpha state
537537
# - --feature-gates="APIService"

0 commit comments

Comments
 (0)