mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
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
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user