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