From 6d3de96cb6bd6f58a460d42ae7cffdf838e2a067 Mon Sep 17 00:00:00 2001 From: David Marchant Date: Thu, 5 Jan 2023 13:47:53 +0000 Subject: [PATCH] update readme --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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.