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 +```