No description
  • Shell 90.8%
  • Smarty 7.4%
  • HCL 0.7%
  • Makefile 0.7%
  • Dockerfile 0.4%
Find a file
Theron Voran 3e032ad768
Preparing release v0.32.0 (#1167)
Updating image defaults and changelog
2026-01-14 14:32:36 -08:00
.github CI: test against k8s 1.35 (#1166) 2026-01-12 14:03:44 -07:00
templates Preparing release v0.32.0 (#1167) 2026-01-14 14:32:36 -08:00
test [COMPLIANCE] Update Copyright and License Headers (Batch 1 of 1) (#1164) 2026-01-14 11:24:14 -08:00
.gitignore Update code owners (#1006) 2024-03-19 16:07:57 -04:00
.helmignore Preparing release v0.29.0 (#1071) 2024-11-07 15:33:35 -08:00
CHANGELOG.md Preparing release v0.32.0 (#1167) 2026-01-14 14:32:36 -08:00
Chart.yaml Preparing release v0.32.0 (#1167) 2026-01-14 14:32:36 -08:00
CODEOWNERS Update code owners (#1006) 2024-03-19 16:07:57 -04:00
CONTRIBUTING.md update CONTRIBUTING.md (#677) 2022-01-12 10:12:19 -08:00
LICENSE [COMPLIANCE] Add MPL 2.0 LICENSE (#800) 2022-10-12 14:55:30 -07:00
Makefile ci: test with k8s 1.28-1.32 and vault 1.19 (#1098) 2025-03-18 09:11:43 -07:00
README.md Prepare v0.30.1 release (#1124) 2025-07-28 14:51:00 -07:00
values.openshift.yaml Preparing release v0.32.0 (#1167) 2026-01-14 14:32:36 -08:00
values.schema.json Add OpenShift service-ca operator automation (#1165) 2026-01-13 16:31:50 -08:00
values.yaml Preparing release v0.32.0 (#1167) 2026-01-14 14:32:36 -08:00

Vault Helm Chart

⚠️ 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 security@hashicorp.com.

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.

Prerequisites

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:

  • Helm 3.6+
  • Kubernetes 1.29+ - This is the earliest version of Kubernetes tested. It is possible that this chart works with earlier versions but it is untested.

Usage

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.