helm repo add onakrainikoff https://onakrainikoff.github.io/helm-charts
helm repo update
You can view the full list of charts and versions here
Feel free to fork our repo and create a pull request with any new features or bug fixes.
- Create a branch or fork for your new chart
- Initialize new chart in the charts directory with helm create mychart or by copying in your work from outside
- After chart development is done, run (at minimum) helm lint mychart/ to validate yaml and templates
- Don’t forget to bump your chart version (if needed)
- Create a pull request with the new chart or updates
- Once the PR is approved, the automation will publish the chart to our repository