Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changed http to https for helm command #158

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ 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
```

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.
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.