Skip to content

Commit

Permalink
Merge pull request #136 from dabradley/version-bump-0.1.11
Browse files Browse the repository at this point in the history
Bump up to version 0.1.11
  • Loading branch information
k8s-ci-robot authored Aug 3, 2023
2 parents 9669da6 + e0ad91e commit da89f47
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 @@ -17,7 +17,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.8 | mcr.microsoft.com/oss/kubernetes-csi/azurelustre-csi:v0.1.8 | 1.21+ | 2.15.1 |
| v0.1.11 | mcr.microsoft.com/oss/kubernetes-csi/azurelustre-csi:v0.1.11 | 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.8
image: mcr.microsoft.com/oss/kubernetes-csi/azurelustre-csi:v0.1.11
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.8
image: mcr.microsoft.com/oss/kubernetes-csi/azurelustre-csi:v0.1.11
imagePullPolicy: IfNotPresent
args:
- "-v=5"
Expand Down

0 comments on commit da89f47

Please sign in to comment.