Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Vault Helm | 920 | 4 days ago | 170 | mpl-2.0 | Shell | |||||
Helm chart to install Vault and other associated components. | ||||||||||
Helm Elasticstack | 76 | 3 years ago | mit | Go | ||||||
Kubernetes Helm Charts and Tools to run Elastic Stack(ELK) on Azure Container Service(AKS) | ||||||||||
Vault Charts | 15 | 6 years ago | 1 | mit | Smarty | |||||
Charts to deploy Hashicorp Vault in Kubernetes | ||||||||||
Chart Job | 4 | 8 days ago | 3 | mit | Makefile | |||||
Helm chart repository for Kubernetes Jobs and Cron Jobs | ||||||||||
Wc Helmchart | 4 | 4 years ago | 3 | apache-2.0 | Shell | |||||
Chart Vault | 3 | 4 years ago | apache-2.0 | Shell | ||||||
[Deprecated] Vault helm chart for cyklops team | ||||||||||
Edgex Helm Chart | 3 | 2 years ago | apache-2.0 | Mustache | ||||||
Helm Vault Gcp Kms | 2 | 4 years ago | Smarty | |||||||
This is a helm chart to install HashiCorp Vault with GCP KMS support | ||||||||||
Datalab K8s Manifests | 2 | 6 months ago | 3 | gpl-3.0 | JavaScript | |||||
Repository to store all of the k8s manifest files for Datalab deployments |
⚠️ Please note: We take Vault's security and our users' trust very seriously. If you believe you have found a security issue in Vault Helm, please responsibly disclose by contacting us at [email protected].
This repository contains the official HashiCorp Helm chart for installing and configuring Vault on Kubernetes. This chart supports multiple use cases of Vault on Kubernetes depending on the values provided.
For full documentation on this Helm chart along with all the ways you can use Vault with Kubernetes, please see the Vault and Kubernetes documentation.
To use the charts here, Helm must be configured for your Kubernetes cluster. Setting up Kubernetes and Helm is outside the scope of this README. Please refer to the Kubernetes and Helm documentation.
The versions required are:
To install the latest version of this chart, add the Hashicorp helm repository
and run helm install
:
$ helm repo add hashicorp https://helm.releases.hashicorp.com
"hashicorp" has been added to your repositories
$ helm install vault hashicorp/vault
Please see the many options supported in the values.yaml
file. These are also
fully documented directly on the Vault
website along with more
detailed installation instructions.