Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.24 KB

README.md

File metadata and controls

37 lines (27 loc) · 1.24 KB

Maykin Media charts

This repository contains Helm charts for:

helm repo add maykinmedia https://maykinmedia.github.io/charts/
helm search repo maykinmedia
helm install my-release maykinmedia/<chart>

Contributing

When contributing a feature or fixing a bug, the following things should be done:

  • Bump the chart version in the Chart.yaml file. We try to stick to semantic versioning.
  • Update the changelog file CHANGELOG.md in the chart directory with a description of the changes and a link to the Github issue (if relevant).
  • Regenerate the Readmes (see instructions below).

How to generate Readmes

To generate the charts readmes, we use helm-docs. To use it, first install Go and then follow their instructions on how to install it. Then, within a chart directory you can run:

helm-docs .