Helm charts created by Adwerx Engineering
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
Please review the CODE_OF_CONDUCT and REVIEW_GUIDELINES before contributing.
Please review our Code of Conduct before contributing.
When opening or reviewing a pull request, please keep in mind the chart review guidlelines.
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.
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}