Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.23 KB

README.md

File metadata and controls

30 lines (22 loc) · 1.23 KB

Vector Helm Charts

Official Helm charts for Vector. Currently supported:

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 the vector chart's default image. This is convenient when updating the chart after a Vector release.
  • .github/release-changelog.sh pulls the current vector chart version and uses git-cliff to update the CHANGELOG.md. Run this to generate the final commit merged into develop before merging develop into master. This script requires yq to be installed.