diff --git a/README.md b/README.md index c7e217a..85b4f16 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,6 @@ This repository hosts the official Ondat Helm Charts. Get the latest [Helm release](https://github.com/helm/helm#install). -## Install Charts - Add the Ondat chart repo to Helm: ```bash @@ -16,3 +14,12 @@ helm repo update ``` Run `helm search repo ondat` to list the available charts. + +## Contribution + +Please open a PR with your changes! + +Your contribution should: + - Not modfiy both component- and umbrella-charts. + - Not release charts (by bumping their version numbers in their + `Chart.yaml`s). We'll handle that.