Commit 79d82f1d authored by Nicolas Steinmetz's avatar Nicolas Steinmetz Committed by Naseem

Use new dns for helm repo

parent 5fc461e6
......@@ -13,7 +13,7 @@ Please refer to Helm's [documentation](https://helm.sh/docs/) to get started.
Once Helm is set up properly, add the repo as follows:
```console
helm repo add influxdata https://helm.influxdata.com
$ helm repo add influxdata https://helm.influxdata.com/
```
You can then run `helm search repo influxdata` to see the charts.
......
......@@ -7,7 +7,7 @@
## QuickStart
```bash
$ helm repo add influxdata https://influxdata.github.io/helm-charts
$ helm repo add influxdata https://helm.influxdata.com/
$ helm install influxdata/chronograf --name foo --namespace bar
```
......
......@@ -7,7 +7,7 @@
## QuickStart
```bash
$ helm repo add influxdata https://influxdata.github.io/helm-charts
$ helm repo add influxdata https://helm.influxdata.com/
$ helm install influxdata/influxdb --name foo --namespace bar
```
......
......@@ -7,7 +7,7 @@
## QuickStart
```bash
$ helm repo add influxdata https://influxdata.github.io/helm-charts
$ helm repo add influxdata https://helm.influxdata.com/
$ helm install influxdata/kapacitor --name foo --namespace bar
```
......
......@@ -5,7 +5,7 @@
## TL;DR
```console
$ helm repo add influxdata https://influxdata.github.io/helm-charts
$ helm repo add influxdata https://helm.influxdata.com/
$ helm install influxdata/telegraf
```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment