All Projects → vectordotdev → helm-charts

vectordotdev / helm-charts

Licence: MPL-2.0 license
Helm charts for Vector.

Programming Languages

Mustache
554 projects
Smarty
1635 projects

Projects that are alternatives of or similar to helm-charts

jpetstore-kubernetes
Modernize and Extend: JPetStore on IBM Cloud Kubernetes Service
Stars: ✭ 21 (-58%)
Mutual labels:  helm
kube-tools-aws
A lightweight Docker image with various CLI tooling for working with Kubernetes.
Stars: ✭ 26 (-48%)
Mutual labels:  helm
NodeWrecker
Simple pod to run in kubernetes to stress test your nodes
Stars: ✭ 27 (-46%)
Mutual labels:  helm
helmwave
🌊 Helmwave is the true release manager
Stars: ✭ 488 (+876%)
Mutual labels:  helm
drone-helm3
Helm3 plugin for Drone CI
Stars: ✭ 20 (-60%)
Mutual labels:  helm
Harbol
Harbol is a collection of data structure and miscellaneous libraries, similar in nature to C++'s Boost, STL, and GNOME's GLib
Stars: ✭ 18 (-64%)
Mutual labels:  vector
SCNMathExtensions
Math extensions for SCNVector3, SCNQuaternion, SCNMatrix4
Stars: ✭ 32 (-36%)
Mutual labels:  vector
tiller-multiarch
Helm Tiller images for amd64, arm64, and armhf. ⚓️🎉
Stars: ✭ 80 (+60%)
Mutual labels:  helm
helm-freeze
Freeze your charts in the wished versions
Stars: ✭ 29 (-42%)
Mutual labels:  helm
kube-test-container
Kubernetes Test Container
Stars: ✭ 27 (-46%)
Mutual labels:  helm
vector
A high-performance observability data pipeline.
Stars: ✭ 12,138 (+24176%)
Mutual labels:  vector
tacoplay
a set of playbooks to deploy taco, leveraging ironic, kubespray, rook-ceph, decapod (kustomize, argo-wf, argo-cd)
Stars: ✭ 34 (-32%)
Mutual labels:  helm
VecFor
Vector algebra class for Fortran poor people
Stars: ✭ 28 (-44%)
Mutual labels:  vector
cpp-code-snippets
Some useful C++ code snippets
Stars: ✭ 35 (-30%)
Mutual labels:  vector
cog-helm
A Helm chart to deploy Cog on Kubernetes
Stars: ✭ 17 (-66%)
Mutual labels:  helm
readme-generator-for-helm
Auto generate READMEs for Helm Charts
Stars: ✭ 112 (+124%)
Mutual labels:  helm
OffsetGuided
Code for "Greedy Offset-Guided Keypoint Grouping for Human Pose Estimation"
Stars: ✭ 31 (-38%)
Mutual labels:  vector
bitops
Automate the provisioning and configuration of cloud infrastructure.
Stars: ✭ 28 (-44%)
Mutual labels:  helm
gcloud-kubectl-helm
Docker image for the quaternity of gcloud, helm, kubectl and SOPS
Stars: ✭ 32 (-36%)
Mutual labels:  helm
earthwyrm
Vector tile map server for openstreetmap data
Stars: ✭ 16 (-68%)
Mutual labels:  vector

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].