Skip to content

Commit

Permalink
Merge pull request #272 from Madhan-SWE/release-0.2.0
Browse files Browse the repository at this point in the history
Updated readme and deployment files for the release 0.2.0
  • Loading branch information
k8s-ci-robot authored Oct 13, 2022
2 parents a34967f + aef0783 commit 09d7fcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Please see the compatibility matrix above before you deploy the driver

To deploy the CSI driver:
```sh
kubectl apply -k "https://github.com/kubernetes-sigs/ibm-powervs-block-csi-driver/deploy/kubernetes/overlays/stable/?ref=v0.1.1"
kubectl apply -k "https://github.com/kubernetes-sigs/ibm-powervs-block-csi-driver/deploy/kubernetes/overlays/stable/?ref=v0.2.0"
```

Verify driver is running:
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/overlays/stable/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ bases:
- ../../base
images:
- name: k8s.gcr.io/cloud-provider-ibm/ibm-powervs-block-csi-driver
newTag: v0.1.1
newTag: v0.2.0
- name: k8s.gcr.io/sig-storage/csi-provisioner
newTag: v3.1.0
- name: k8s.gcr.io/sig-storage/csi-attacher
Expand Down

0 comments on commit 09d7fcb

Please sign in to comment.