anthr76 / vector-helm-charts

Helm charts for Vector.

Home Page:https://vector.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Helm charts for Vector.

https://vector.dev

License:Mozilla Public License 2.0


Languages

Language:Mustache 51.5%Language:Smarty 48.5%