mirror of
https://gitlab.com/oecis/charts.git
synced 2024-11-15 00:28:59 +00:00
28 lines
483 B
Markdown
28 lines
483 B
Markdown
# charts
|
|
|
|
Here you can find a collection of oecis helm charts :)
|
|
|
|
You can see most of them in action at https://gitlab.com/oecis/fountain
|
|
|
|
# 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
|
|
```
|