Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
influxdb
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
influxdb
Commits
79d82f1d
Commit
79d82f1d
authored
Feb 26, 2020
by
Nicolas Steinmetz
Committed by
Naseem
Feb 27, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use new dns for helm repo
parent
5fc461e6
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
README.md
README.md
+1
-1
README.md
charts/chronograf/README.md
+1
-1
README.md
charts/influxdb/README.md
+1
-1
README.md
charts/kapacitor/README.md
+1
-1
README.md
charts/telegraf/README.md
+1
-1
No files found.
README.md
View file @
79d82f1d
...
...
@@ -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.
...
...
charts/chronograf/README.md
View file @
79d82f1d
...
...
@@ -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
```
...
...
charts/influxdb/README.md
View file @
79d82f1d
...
...
@@ -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
```
...
...
charts/kapacitor/README.md
View file @
79d82f1d
...
...
@@ -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
```
...
...
charts/telegraf/README.md
View file @
79d82f1d
...
...
@@ -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
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment