Skip to content

Commit

Permalink
chore(release): set change detection to disabled by default
Browse files Browse the repository at this point in the history
Signed-off-by: kmova <[email protected]>
  • Loading branch information
kmova committed Sep 20, 2021
1 parent a1b308a commit 8472a70
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deploy/helm/charts/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: openebs-ndm
description: Helm chart for OpenEBS Node Disk Manager - a Kubernetes native storage device management solution. For instructions on how to install, refer to https://openebs.github.io/node-disk-manager/.
version: 1.7.0
version: 1.7.1
appVersion: 1.7.0
icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/openebs/icon/color/openebs-icon-color.png
home: http://www.openebs.io/
Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ featureGates:
enabled: false
featureGateFlag: "UseOSDisk"
ChangeDetection:
enabled: true
enabled: false
featureGateFlag: "ChangeDetection"

# Directory used by the OpenEBS to store debug information and so forth
Expand Down
2 changes: 1 addition & 1 deletion deploy/ndm-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion deploy/yamls/node-disk-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,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"
Expand Down

0 comments on commit 8472a70

Please sign in to comment.