From e81222400cd717eac45909c07a70f4c39e8a4c40 Mon Sep 17 00:00:00 2001 From: Mathieu Collin Date: Tue, 14 Apr 2020 15:34:13 +0200 Subject: [PATCH] [stable/node-problem-detector] remove flag--name which not working (#21869) * bump chart version Signed-off-by: Mathieu Collin * Update Chart.yaml Signed-off-by: Mathieu Collin --- stable/node-problem-detector/Chart.yaml | 2 +- stable/node-problem-detector/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/node-problem-detector/Chart.yaml b/stable/node-problem-detector/Chart.yaml index 13232c2f12..384545126d 100644 --- a/stable/node-problem-detector/Chart.yaml +++ b/stable/node-problem-detector/Chart.yaml @@ -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 diff --git a/stable/node-problem-detector/README.md b/stable/node-problem-detector/README.md index 3e2fe51217..01d14548ad 100644 --- a/stable/node-problem-detector/README.md +++ b/stable/node-problem-detector/README.md @@ -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