Skip to content

Commit

Permalink
[stable/node-problem-detector] remove flag--name which not working (h…
Browse files Browse the repository at this point in the history
…elm#21869)

* bump chart version

Signed-off-by: Mathieu Collin <[email protected]>

* Update Chart.yaml

Signed-off-by: Mathieu Collin <[email protected]>
  • Loading branch information
blackwith authored and includerandom committed Jul 19, 2020
1 parent 776d29f commit 03ef060
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stable/node-problem-detector/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: node-problem-detector
version: "1.7.3"
version: "1.7.4"
appVersion: v0.8.1
home: https://github.com/kubernetes/node-problem-detector
description: Installs the node-problem-detector daemonset for monitoring extra attributes on nodes
Expand Down
2 changes: 1 addition & 1 deletion stable/node-problem-detector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ $ helm install stable/node-problem-detector
To install the chart with the release name `my-release` and default configuration:

```console
$ helm install --name my-release stable/node-problem-detector
$ helm install my-release stable/node-problem-detector
```

## Uninstalling the Chart
Expand Down

0 comments on commit 03ef060

Please sign in to comment.