Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
Update upgrade.md
Browse files Browse the repository at this point in the history
  • Loading branch information
galexrt authored Nov 1, 2023
1 parent fdd0230 commit ae47702
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions kubernetes-cluster-kubeone/docs/upgrade.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
## How to do an upgrade for your koor storage distribution?

The steps are similar to rook/koor upgrade guide for our demo environment
The steps are similar to rook/koor upgrade guide for our demo environment.

### Add helm chart repo

```console
$ helm repo add koor-release https://charts.koor.io/release
$ helm repo update
```

### Upgrade helm chart

```code
```console
$ helm upgrade -nkoor-ceph koor-ceph-cluster koor-release/rook-ceph-cluster --set image.tag=v1.x.x (eg. v1.12.0)
```

For verification and upgrade for other components please refer [here](https://docs.koor.tech/v1.12/Upgrade/health-verification/)

For verification and upgrade for other components please refer [here](https://docs.koor.tech/v1.12/Upgrade/health-verification/).

0 comments on commit ae47702

Please sign in to comment.