# 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
```