Fix the wrong chart name (#3474)

* Fix the wrong chart name

* Increase chart version
This commit is contained in:
Alen Komljen
2018-01-30 09:48:09 -08:00
committed by k8s-ci-robot
parent 702fb47980
commit 675fa11bbc
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: sematext-docker-agent
version: 0.1.0
version: 0.1.1
description: Sematext Docker Agent
keywords:
- alerts
+3 -3
View File
@@ -16,7 +16,7 @@ To install the chart run the following command:
```bash
$ helm install --name release_name \
--set sematext.spmToken=YOUR_SPM_TOKEN,sematext.logseneToken=YOUR_LOGS_TOKEN stable/sematext
--set sematext.spmToken=YOUR_SPM_TOKEN,sematext.logseneToken=YOUR_LOGS_TOKEN stable/sematext-docker-agent
```
After a few minutes, you should see logs, metrics and events being reported in Sematext web UI.
@@ -56,11 +56,11 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm
```bash
$ helm install --name release_name \
--set sematext.spmToken=YOUR_SPM_TOKEN,sematext.region=EU \
stable/sematext
stable/sematext-docker-agent
```
Alternatively, you can use a YAML file that specifies the values and it can be provided while installing the chart. For example:
```bash
$ helm install --name release_name -f custom_values.yaml stable/sematext
$ helm install --name release_name -f custom_values.yaml stable/sematext-docker-agent
```