Skip to content

Commit

Permalink
Merge pull request #348 from Madhan-SWE/release-update-0.1
Browse files Browse the repository at this point in the history
Updated readme and deployment files for the release 0.1.2
  • Loading branch information
k8s-ci-robot authored Feb 16, 2023
2 parents 0db6744 + b1dd59d commit c53d24c
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 @@ -74,7 +74,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.1.2"
```

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.1.2
- 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 c53d24c

Please sign in to comment.