From 099222cba692399f8a990f1ebaeb3f65329abda3 Mon Sep 17 00:00:00 2001 From: AdamDang Date: Tue, 1 May 2018 03:08:27 +0800 Subject: [PATCH] No placeholder in the command (#5240) * Add version for uchiwa version: 0.2.7 * No placeholder in the command ```console $ helm install --name my-release stable/uchiwa:x.x.x ``` *Replace the `x.x.x` placeholder with the chart release version.* * Update README.md --- stable/uchiwa/Chart.yaml | 2 +- stable/uchiwa/README.md | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/stable/uchiwa/Chart.yaml b/stable/uchiwa/Chart.yaml index 419ced1892..45b4a3ec51 100755 --- a/stable/uchiwa/Chart.yaml +++ b/stable/uchiwa/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: uchiwa -version: 0.2.6 +version: 0.2.7 appVersion: 0.22 description: Dashboard for the Sensu monitoring framework keywords: diff --git a/stable/uchiwa/README.md b/stable/uchiwa/README.md index c967faba10..5d8885e7e8 100644 --- a/stable/uchiwa/README.md +++ b/stable/uchiwa/README.md @@ -35,8 +35,6 @@ To install the chart with the release name `my-release`: $ helm install --name my-release stable/uchiwa ``` -*Replace the `x.x.x` placeholder with the chart release version.* - The command deploys Uchiwa on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. > **Tip**: List all releases using `helm list`