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 have been included:
.github/release-vector-version.sh
queries vectordotdev/vector for the latest release and updates thevector
chart's default image. This is convenient when updating the chart after a Vector release..github/release-changelog.sh
pulls the currentvector
chart version and usesgit-cliff
to update the CHANGELOG.md. Run this to generate the final commit merged intodevelop
before mergingdevelop
intomaster
. This script requiresyq
to be installed.