An open API service indexing awesome lists of open source software.

https://github.com/qaware/charts

Public QAware Helm chart repository
https://github.com/qaware/charts

Last synced: 5 months ago
JSON representation

Public QAware Helm chart repository

Awesome Lists containing this project

README

          

# Charts

Public QAware Helm chart repository

## Included packages

Chart | Version | Description
--- | --- | ---
Reflector | 0.3.1 | Synchronizes secrets and configmaps across namespaces

## Build and upload package

``` bash
git checkout master
helm package
git checkout gh-pages
helm repo index . --url https://qaware.github.io/charts/
git add .
git commit -m "Add - chart"
git push
```