From b17f5dc0edc136a312b86603d5ff9c59befa4135 Mon Sep 17 00:00:00 2001 From: jatin-jangir-0220 <122791251+jatin-jangir-0220@users.noreply.github.com> Date: Fri, 17 Mar 2023 15:51:33 +0530 Subject: [PATCH] changed http to https for helm command there is one change in `helm repo add devtron http://helm.devtron.ai/` , here the command need https , as in git-repo https://github.com/devtron-labs/devtron/blob/main/charts/devtron/Chart.yaml, we stated in dependencies that https://helm.devtron.ai --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7519c88b..4bb34294 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ The Charts with its functionality is listed below: These charts are currently not available on the official helm repository therefore you need to download it to install. ```bash -helm repo add devtron http://helm.devtron.ai +helm repo add devtron https://helm.devtron.ai helm install Chart-Release-Name devtron/chartName ``` @@ -50,4 +50,4 @@ Each Chart also has a seperate Readme file to understand the usage in Devtron. ## Contributing -We'd love to have you contribute! Please refer to our [contribution guidelines](https://github.com/devtron-labs/devtron/blob/main/CONTRIBUTING.md) for details. \ No newline at end of file +We'd love to have you contribute! Please refer to our [contribution guidelines](https://github.com/devtron-labs/devtron/blob/main/CONTRIBUTING.md) for details.