2022-09-02 17:19:28 +02:00
|
|
|
# helm-charts
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
[Helm](https://helm.sh) must be installed to use the charts. Please refer to
|
|
|
|
Helm's [documentation](https://helm.sh/docs) to get started.
|
|
|
|
|
|
|
|
Once Helm has been set up correctly, add the repo as follows:
|
|
|
|
|
2022-09-02 17:19:59 +02:00
|
|
|
```
|
2022-09-19 14:40:20 +00:00
|
|
|
helm repo add kairos https://kairos-io.github.io/helm-charts
|
2022-09-02 17:19:59 +02:00
|
|
|
```
|
2022-09-02 17:19:28 +02:00
|
|
|
|
|
|
|
If you had already added this repo earlier, run `helm repo update` to retrieve
|
|
|
|
the latest versions of the packages. You can then run `helm search repo
|
|
|
|
<alias>` to see the charts.
|
|
|
|
|
2022-09-19 14:40:20 +00:00
|
|
|
To install the kairos/kairos-crds chart:
|
2022-09-02 17:19:28 +02:00
|
|
|
|
2022-09-02 17:19:59 +02:00
|
|
|
```
|
2022-09-19 14:40:20 +00:00
|
|
|
helm install kairos-crd kairos/kairos-crds
|
2022-09-02 17:19:59 +02:00
|
|
|
```
|
2022-09-02 17:19:28 +02:00
|
|
|
|
|
|
|
To uninstall the chart:
|
|
|
|
|
2022-09-02 17:19:59 +02:00
|
|
|
```
|
2022-09-19 14:40:20 +00:00
|
|
|
helm delete kairos-crd
|
2022-09-02 17:19:59 +02:00
|
|
|
```
|