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

chore: new location for stable and incubator charts #299

Merged
merged 1 commit into from
Feb 8, 2021
Merged
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
11 changes: 6 additions & 5 deletions deployment-guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,16 +152,17 @@ Refer to the [Helm v2 to v3 Migration Guide](./helm-legacy-migration.md) if you

1. Add mojaloop repo to your Helm config:
```bash
helm repo add mojaloop https://mojaloop.io/helm/repo/
helm repo add mojaloop https://mojaloop.io/helm/repo/
```
If the repo already exists, substitute 'add' with 'apply' in the above command.

2. Add the additional dependency Helm repositories. This is needed to resolve Helm Chart dependencies required by Mojaloop charts.
```bash
helm repo add incubator http://storage.googleapis.com/kubernetes-charts-incubator
helm repo add kiwigrid https://kiwigrid.github.io
helm repo add elastic https://helm.elastic.co
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add stable https://charts.helm.sh/stable
helm repo add incubator https://charts.helm.sh/incubator
helm repo add kiwigrid https://kiwigrid.github.io
helm repo add elastic https://helm.elastic.co
helm repo add bitnami https://charts.bitnami.com/bitnami
```

3. Update helm repositories:
Expand Down