Skip to content

Commit

Permalink
Merge pull request #349 from Madhan-SWE/release-update-0.2
Browse files Browse the repository at this point in the history
Updated readme and deployment files for the release 0.2.1
  • Loading branch information
k8s-ci-robot authored Feb 16, 2023
2 parents 0ea10d4 + b3eff93 commit 93f809b
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.2.0"
kubectl apply -k "https://github.com/kubernetes-sigs/ibm-powervs-block-csi-driver/deploy/kubernetes/overlays/stable/?ref=v0.2.1"
```

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.2.0
newTag: v0.2.1
- 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 93f809b

Please sign in to comment.