Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
Update the OpenEBS update instructions
Browse files Browse the repository at this point in the history
Signed-off-by: Maartje Eyskens <maartje@kinvolk.io>
  • Loading branch information
Maartje Eyskens committed Mar 29, 2021
1 parent db871fb commit 593bb11
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/development/updating-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,13 @@ helm fetch --untar --untardir ./ stable/metrics-server
Run the following commands in the root of this repository:

```bash
cd assets/components
rm -rf openebs
cd assets/charts/components
rm -rf openebs-operator
helm repo add openebs https://openebs.github.io/charts
helm repo update
helm fetch --untar --untardir ./ openebs/openebs
git checkout openebs/crds/storagepoolclaims.yaml
mv openebs openebs-operator
git checkout openebs-operator/crds/storagepoolclaims.yaml
```

- Installation instructions: https://openebs.github.io/charts/.
Expand Down

0 comments on commit 593bb11

Please sign in to comment.