Skip to content

Commit

Permalink
Update release note for v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
vinli-cn committed Feb 27, 2023
1 parent 6e0d84e commit 7b00437
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This driver allows Kubernetes to access Azure Lustre file system.
| Driver version | Image | Supported k8s version | Lustre client version |
|-----------------|---------------------------------------------------------------|-----------------------|-----------------------|
| main branch | mcr.microsoft.com/oss/kubernetes-csi/azurelustre-csi:latest | 1.21+ | 2.15.1 |
| v0.1.6 | mcr.microsoft.com/oss/kubernetes-csi/azurelustre-csi:v0.1.6 | 1.21+ | 2.15.1 |
| v0.1.7 | mcr.microsoft.com/oss/kubernetes-csi/azurelustre-csi:v0.1.7 | 1.21+ | 2.15.1 |

 

Expand Down
2 changes: 1 addition & 1 deletion deploy/csi-azurelustre-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:
cpu: 10m
memory: 20Mi
- name: azurelustre
image: mcr.microsoft.com/oss/kubernetes-csi/azurelustre-csi:v0.1.6
image: mcr.microsoft.com/oss/kubernetes-csi/azurelustre-csi:v0.1.7
imagePullPolicy: IfNotPresent
args:
- "-v=5"
Expand Down
2 changes: 1 addition & 1 deletion deploy/csi-azurelustre-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ spec:
cpu: 10m
memory: 20Mi
- name: azurelustre
image: mcr.microsoft.com/oss/kubernetes-csi/azurelustre-csi:v0.1.6
image: mcr.microsoft.com/oss/kubernetes-csi/azurelustre-csi:v0.1.7
imagePullPolicy: IfNotPresent
args:
- "-v=5"
Expand Down

0 comments on commit 7b00437

Please sign in to comment.