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
- Host: GitHub
- URL: https://github.com/qaware/charts
- Owner: qaware
- License: apache-2.0
- Created: 2019-08-16T15:21:38.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-04T13:34:07.000Z (over 6 years ago)
- Last Synced: 2025-06-19T07:48:31.308Z (about 1 year ago)
- Language: Smarty
- Size: 18.6 KB
- Stars: 1
- Watchers: 59
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```