Skip to content

Commit

Permalink
doc: change latest to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed May 9, 2020
1 parent d52c62d commit 597cc40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/csi-azurefile-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ spec:
cpu: 10m
memory: 20Mi
- name: azurefile
image: mcr.microsoft.com/k8s/csi/azurefile-csi:latest
image: mcr.microsoft.com/k8s/csi/azurefile-csi:v0.5.0
args:
- "--v=5"
- "--endpoint=$(CSI_ENDPOINT)"
Expand Down
2 changes: 1 addition & 1 deletion deploy/csi-azurefile-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ spec:
cpu: 10m
memory: 20Mi
- name: azurefile
image: mcr.microsoft.com/k8s/csi/azurefile-csi:latest
image: mcr.microsoft.com/k8s/csi/azurefile-csi:v0.5.0
args:
- "--v=5"
- "--endpoint=$(CSI_ENDPOINT)"
Expand Down

0 comments on commit 597cc40

Please sign in to comment.