mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Fix the wrong chart name (#3474)
* Fix the wrong chart name * Increase chart version
This commit is contained in:
committed by
k8s-ci-robot
parent
702fb47980
commit
675fa11bbc
@@ -1,5 +1,5 @@
|
||||
name: sematext-docker-agent
|
||||
version: 0.1.0
|
||||
version: 0.1.1
|
||||
description: Sematext Docker Agent
|
||||
keywords:
|
||||
- alerts
|
||||
|
||||
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user