oecis-charts/README.md
2023-08-27 15:38:50 +02:00

26 lines
405 B
Markdown

# charts
Here you can find a collection of oecis charts :)
# Publish charts
## Add oecis.io chart repo
The credentials can be found in vault.
```sh
$ helm repo add --username <username> --password <password> oecis https://charts.oecis.io
```
## Install chartmuseum push plugin
```sh
$ helm plugin install https://github.com/chartmuseum/helm-push
```
## Push
```sh
$ helm cm-push <path> oecis
```