Skip to content

Commit

Permalink
Revert "New Location For Stable and Incubator Charts (#299)"
Browse files Browse the repository at this point in the history
This reverts commit f4ec4e9.
  • Loading branch information
lewisdaly authored Feb 8, 2021
1 parent f4ec4e9 commit 414d6b0
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions deployment-guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,17 +152,16 @@ 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 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
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
```

3. Update helm repositories:
Expand Down

0 comments on commit 414d6b0

Please sign in to comment.