Skip to content

Commit

Permalink
Added stable repo as it's required by minio
Browse files Browse the repository at this point in the history
  • Loading branch information
t83714 committed Apr 17, 2020
1 parent 768718d commit 8979f9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@ buildtest:helm-charts:
script:
# Init helm
# - helm init --client-only
- helm repo add stable https://kubernetes-charts.storage.googleapis.com
- helm repo add magda-io https://charts.magda.io
- helm dep build deploy/helm/internal-charts/storage-api
- helm dep build deploy/helm/magda-core
Expand Down
3 changes: 2 additions & 1 deletion docs/docs/migration/v0.0.56-RC6-to-v0.0.57-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,11 @@ helm 2to3 convert magda --delete-v2-releases

#### Step 6: Upgrade to v0.0.57-0 using helm3 upgrade

Before upgrade to `v0.0.57-0`, run `helm repo list` to make sure repo `magda-io` (url: https://charts.magda.io ) is included. If not, run
Before upgrade to `v0.0.57-0`, run `helm repo list` to make sure the repo `magda-io` (url: https://charts.magda.io) and the repo stable (url: https://kubernetes-charts.storage.googleapis.com) are included. If not, run

```bash
helm repo add magda-io https://charts.magda.io
helm repo add stable https://kubernetes-charts.storage.googleapis.com
```

to add the Magda helm chart repo.
Expand Down

0 comments on commit 8979f9e

Please sign in to comment.