Skip to content

Commit

Permalink
Change instruction for OLM version from 0.18.3 -> 0.19.1 for k8s plat…
Browse files Browse the repository at this point in the history
…form (#507)

Signed-off-by: Abhishek Jain <[email protected]>
  • Loading branch information
Jainbrt authored Oct 20, 2021
1 parent 76367d5 commit 6f2e843
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tools/ansible/olmupgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ docker login quay.io -u <username>
```
2. Install OLM using following commands
```
kubectl apply -f https://raw.githubusercontent.com/operator-framework/operator-lifecycle-manager/v0.18.3/deploy/upstream/quickstart/crds.yaml
kubectl apply -f https://raw.githubusercontent.com/operator-framework/operator-lifecycle-manager/v0.18.3/deploy/upstream/quickstart/olm.yaml
kubectl apply -f https://raw.githubusercontent.com/operator-framework/operator-lifecycle-manager/v0.19.1/deploy/upstream/quickstart/crds.yaml
kubectl apply -f https://raw.githubusercontent.com/operator-framework/operator-lifecycle-manager/v0.19.1/deploy/upstream/quickstart/olm.yaml
```
3. Check OLM pods status
```
Expand Down Expand Up @@ -157,8 +157,8 @@ kubectl delete operatorgroup operatorgroup -n ibm-spectrum-scale-csi-driver
kubectl delete namespace ibm-spectrum-scale-csi-driver
kubectl delete catalogsource ibm-spectrum-scale-csi -n olm
kubectl delete -f https://raw.githubusercontent.com/operator-framework/operator-lifecycle-manager/v0.18.3/deploy/upstream/quickstart/crds.yaml
kubectl delete -f https://raw.githubusercontent.com/operator-framework/operator-lifecycle-manager/v0.18.3/deploy/upstream/quickstart/olm.yaml
kubectl delete -f https://raw.githubusercontent.com/operator-framework/operator-lifecycle-manager/v0.19.1/deploy/upstream/quickstart/crds.yaml
kubectl delete -f https://raw.githubusercontent.com/operator-framework/operator-lifecycle-manager/v0.19.1/deploy/upstream/quickstart/olm.yaml
```
9. Delete Repository from quay
Expand Down

0 comments on commit 6f2e843

Please sign in to comment.