Skip to content

Commit

Permalink
chore(artifacts): update dependent NDM version to latest release(1.7.1)
Browse files Browse the repository at this point in the history
This commit does the following changes:
- Bumps the helm chart version
- Updates the dependent NDM chart version to 1.7.1
- Updates the operator YAMLs to disable `ChangeDetection`
  flag in NDM(for more information openebs-archive/node-disk-manager#646)

Signed-off-by: mittachaitu <[email protected]>
mittachaitu authored and kmova committed Sep 20, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 0dcefa8 commit 6c43856
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion deploy/cstor-operator.yaml
Original file line number Diff line number Diff line change
@@ -3809,7 +3809,7 @@ spec:
- --feature-gates="GPTBasedUUID"
- --feature-gates="APIService"
# Detect changes to device size, filesystem and mount-points without restart.
- --feature-gates="ChangeDetection"
#- --feature-gates="ChangeDetection"
# Default address is 0.0.0.0:9115, do not use quotes around the address
# - --api-service-address=0.0.0.0:9115
- --feature-gates="UseOSDisk"
4 changes: 2 additions & 2 deletions deploy/helm/charts/Chart.yaml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ description: CStor-Operator helm chart for Kubernetes
type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 3.0.0
version: 3.0.1
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: 3.0.0
@@ -22,7 +22,7 @@ sources:

dependencies:
- name: openebs-ndm
version: "1.7.0"
version: "1.7.1"
repository: "https://openebs.github.io/node-disk-manager"
condition: openebsNDM.enabled

2 changes: 1 addition & 1 deletion deploy/helm/charts/README.md
Original file line number Diff line number Diff line change
@@ -52,7 +52,7 @@ By default this chart installs additional, dependent charts:

| Repository | Name | Version |
|------------|------|---------|
| https://openebs.github.io/node-disk-manager | openebs-ndm | 1.7.0 |
| https://openebs.github.io/node-disk-manager | openebs-ndm | 1.7.1 |

To disable the dependency during installation, set `openebsNDM.enabled` to `false`.

2 changes: 1 addition & 1 deletion deploy/yamls/ndm-operator.yaml
Original file line number Diff line number Diff line change
@@ -520,7 +520,7 @@ spec:
- --feature-gates="GPTBasedUUID"
- --feature-gates="APIService"
# Detect changes to device size, filesystem and mount-points without restart.
- --feature-gates="ChangeDetection"
#- --feature-gates="ChangeDetection"
# Default address is 0.0.0.0:9115, do not use quotes around the address
# - --api-service-address=0.0.0.0:9115
- --feature-gates="UseOSDisk"

0 comments on commit 6c43856

Please sign in to comment.