From ed155943b8dcf4755f784dfd34c2b1fd09d0bb2a Mon Sep 17 00:00:00 2001 From: olalekan odukoya Date: Thu, 12 Feb 2026 10:17:37 +0100 Subject: [PATCH] add installation step to readme --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/README.md b/README.md index c1eadf0..bdb8f00 100755 --- a/README.md +++ b/README.md @@ -17,6 +17,33 @@ Open Source Webhooks Gateway | oci://registry-1.docker.io/bitnamicharts | postgresql | 12.5.6 | | oci://registry-1.docker.io/bitnamicharts | redis | 17.11.3 | +## Installation + +### Add the Helm repository + +```bash +helm repo add convoy https://frain-dev.github.io/helm-charts +helm repo update +``` + +### Install the chart + +```bash +helm install convoy convoy/convoy +``` + +### Install with custom values + +```bash +helm install convoy convoy/convoy --values values.yaml +``` + +### Install from local chart + +```bash +helm install convoy . +``` + ## Values | Key | Type | Default | Description |