2024-05-16 10:04:32 +00:00
# OpenBao Helm Chart
2018-10-02 21:16:18 +00:00
2024-05-16 10:04:32 +00:00
> :warning: **Please note**: We take OpenBao's security and our users' trust very seriously. If
you believe you have found a security issue in OpenBao Helm, _please responsibly disclose_
2024-05-16 10:17:06 +00:00
by contacting us at [openbao-security@lists.lfedge.org ](mailto:openbao-security@lists.lfedge.org ).
2020-06-04 17:37:31 +00:00
2024-05-16 10:04:32 +00:00
This repository contains the OpenBao Helm chart for installing
and configuring OpenBao on Kubernetes. This chart supports multiple use
cases of OpenBao on Kubernetes depending on the values provided.
2018-08-18 05:08:03 +00:00
## Prerequisites
2020-05-20 16:15:55 +00:00
To use the charts here, [Helm ](https://helm.sh/ ) must be configured for your
2021-03-30 01:12:09 +00:00
Kubernetes cluster. Setting up Kubernetes and Helm is outside the scope of
2020-05-20 16:15:55 +00:00
this README. Please refer to the Kubernetes and Helm documentation.
2018-08-18 05:08:03 +00:00
2018-09-13 21:48:40 +00:00
The versions required are:
2024-05-16 10:04:32 +00:00
* **Helm 3.12+** - Earliest verison tested
* **Kubernetes 1.28+** - This is the earliest version of Kubernetes tested.
2018-09-13 21:48:40 +00:00
It is possible that this chart works with earlier versions but it is
2021-05-10 23:56:31 +00:00
untested.
2018-09-13 21:48:40 +00:00
2018-08-18 05:27:43 +00:00
## Usage
2024-05-17 14:00:44 +00:00
To install the latest version of this chart, add the OpenBao helm repository and run `helm install` :
2018-08-18 05:27:43 +00:00
2020-05-20 16:15:55 +00:00
```console
2024-05-16 10:04:32 +00:00
helm repo add openbao https://openbao.github.io/openbao-helm
2018-08-18 05:27:43 +00:00
2024-05-16 10:04:32 +00:00
helm install openbao openbao/openbao
2020-05-20 16:15:55 +00:00
```
2024-05-16 10:04:32 +00:00
Please see the many options supported in the [`values.yaml` ](./charts/openbao/values.yaml ) file. These are also fully documented directly in the [openbao README ](./charts/openbao/README.md ) along with more detailed installation instructions.