Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 1.22 KB

README.md

File metadata and controls

45 lines (26 loc) · 1.22 KB

charts

Helm charts created by Adwerx Engineering

Installing charts from this repo

You can find our public charts in Helm Hub

Or

You'll first need to add the adwerx repository with the command below:

helm repo add adwerx https://adwerx.github.io/charts/

You can now install charts like so:

helm install adwerx/awx --version 1.0.0

Contributing

Please review the CODE_OF_CONDUCT and REVIEW_GUIDELINES before contributing.

Code of Conduct

Please review our Code of Conduct before contributing.

When opening or reviewing a pull request, please keep in mind the chart review guidlelines.

Versioning charts

Charts are versioned using the SEMVER pattern. Please bump the chart version and re-package the chart when changes are made. If you're unsure how to do this please open an issue.

Publishing a chart

Our chart files are served from GitHub Pages. The docs/ folder is served, so the index.yaml and all chart files (.tgz) must reside in docs/.

To package a chart and update the index.yaml, you can use the bin/package script:

bin/publish {name}