Helm chart to install OpenBao and other associated components.
Find a file
hc-github-team-es-release-engineering bb9a069c06
Convert hashicorp/vault-helm to GitHub Actions (#861)
* Add workflow hashicorp/vault-helm/update-helm-charts-index

* Add workflow hashicorp/vault-helm/manual-trigger-update-helm-charts-index

* SHA-pin all 3rd-party actions

* Restrict workflow permissions

* Add actionslint

* Add dependabot

* Add CODEOWNERS

* Replace deprecated references

* fixup: First pass at cleaning up update-helm-charts-index

* fixup: move to self-hosted for access to vault

* fixup: remove vault bits, correct GHA action

* fixup: Remove manual invocation

* fixup: update CODEOWNERS

* Update CODEOWNERS

* Fix CODEOWNERS syntax

* Use common workflow for action lint

* fixup: address review feedback

* fixup: codeowners set

* Apply suggestions from code review

Co-authored-by: Alvin Huang <17609145+alvin-huang@users.noreply.github.com>

* fixup: remove slack status action

* fixup: more clear error message and correct syntax

* fixup: limit actionlint trigger to GHA paths

* fixup: glob

* fixup: incorporate emily's superior syntax

---------

Co-authored-by: Daniel Kimsey <daniel.kimsey@hashicorp.com>
Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
Co-authored-by: Daniel Kimsey <90741+dekimsey@users.noreply.github.com>
Co-authored-by: Alvin Huang <17609145+alvin-huang@users.noreply.github.com>
2023-04-12 09:19:02 -05:00
.circleci adding SPDX copyright headers (#844) 2023-02-13 08:48:20 -08:00
.github Convert hashicorp/vault-helm to GitHub Actions (#861) 2023-04-12 09:19:02 -05:00
templates add copyright header to csi-agent-configmap.yaml (#870) 2023-04-11 11:00:47 -07:00
test Prepare for 0.24.0 release (#868) 2023-04-06 15:38:23 -07:00
.gitignore feature: Support configuring various properties as YAML directly. (#565) 2021-07-07 19:07:58 -04:00
.helmignore Update .helmignore (#732) 2022-06-02 14:25:52 -07:00
CHANGELOG.md Prepare for 0.24.0 release (#868) 2023-04-06 15:38:23 -07:00
Chart.yaml Prepare for 0.24.0 release (#868) 2023-04-06 15:38:23 -07:00
CODEOWNERS Convert hashicorp/vault-helm to GitHub Actions (#861) 2023-04-12 09:19:02 -05: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 Updating GHA and default Vault version (#863) 2023-04-03 16:44:13 -07:00
README.md Updating GHA and default Vault version (#863) 2023-04-03 16:44:13 -07:00
values.openshift.yaml Prepare for 0.24.0 release (#868) 2023-04-06 15:38:23 -07:00
values.schema.json Add Vault Agent sidecar to CSI Provider (#749) 2023-04-06 19:45:10 +01:00
values.yaml Prepare for 0.24.0 release (#868) 2023-04-06 15:38:23 -07: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.22+ - 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.