Skip to content

Commit

Permalink
Merge pull request #5 from timberio/update-repo-names
Browse files Browse the repository at this point in the history
Update to the new helm.vector.dev repo url
  • Loading branch information
spencergilbert authored Aug 16, 2021
2 parents 70160e5 + f9f610c commit 8d51ec4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Vector Helm Charts

Official Helm charts for Vector. Currently supported:
- [Vector](charts/vector/README.md) (timberio/vector)
- [Vector Agents](charts/vector-agent/README.md) (timberio/vector-agent)
- [Vector Aggregators](charts/vector-aggregator/README.md) (timberio/vector-aggregator)
- [Vector](charts/vector/README.md) (vector/vector)
- [Vector Agents](charts/vector-agent/README.md) (vector/vector-agent)
- [Vector Aggregators](charts/vector-aggregator/README.md) (vector/vector-aggregator)

# How to use the Vector Helm Repository

You need to add this repository to your Helm repositories:

```shell
helm repo add timberio https://packages.timber.io/helm/latest
helm repo add vector https://helm.vector.dev
helm repo update
```

0 comments on commit 8d51ec4

Please sign in to comment.