From 5bd03478840b648db83d1b51efd7792c80a7d508 Mon Sep 17 00:00:00 2001 From: Shrikant Sharat Kandula Date: Wed, 9 Feb 2022 19:56:59 +0530 Subject: [PATCH] Fix helm repo index command, add missing path --- deploy/helm/Publish-helm-chart.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/helm/Publish-helm-chart.md b/deploy/helm/Publish-helm-chart.md index 9c4c0f522c..d33c33185e 100644 --- a/deploy/helm/Publish-helm-chart.md +++ b/deploy/helm/Publish-helm-chart.md @@ -23,7 +23,7 @@ aws s3 cp ./appsmith-1.4.1.tgz s3://helm.appsmith.com/ * Initialize the Amazon S3 Helm repository ``` -helm repo index --url https://helm.appsmith.com +helm repo index . --url https://helm.appsmith.com ``` * Upload `index.yaml` to S3 bucket @@ -113,4 +113,4 @@ helm repo update ``` helm install appsmith appsmith/appsmith -``` \ No newline at end of file +```