helm-charts
helm-charts copied to clipboard
Helm charts for Vector.
Vector Helm Charts
Official Helm charts for Vector. Currently supported:
- Vector (vector/vector)
- DEPRECATED Vector Agents (vector/vector-agent)
- DEPRECATED Vector Aggregators (vector/vector-aggregator)
How to use the Vector Helm Repository
You need to add this repository to your Helm repositories:
helm repo add vector https://helm.vector.dev
helm repo update
Releasing
Charts are packaged and released with cr
when the develop branch is merged into master.
To make releasing easier two scripts are utilized in the steps below.
-
$ .github/release-vector-version.sh- This queries vectordotdev/vector
for the latest release and updates the
vectorchart's default image. - This is convenient when updating the chart after a Vector release.
- This queries vectordotdev/vector
for the latest release and updates the
-
Commit the changes generated from step 1. This needs to be a conventional commit.
- E.g. "feat(vector): Bump Vector to v0.29.0"
-
$ .github/release-changelog.sh -
Commit the changes generated from step 1. This needs to be a conventional commit.
- E.g. "feat(vector): Regenerate CHANGELOG"