Skip to content

Commit 597cc40

Browse files
committed
doc: change latest to v0.5.0
1 parent d52c62d commit 597cc40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deploy/csi-azurefile-controller.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ spec:
145145
cpu: 10m
146146
memory: 20Mi
147147
- name: azurefile
148-
image: mcr.microsoft.com/k8s/csi/azurefile-csi:latest
148+
image: mcr.microsoft.com/k8s/csi/azurefile-csi:v0.5.0
149149
args:
150150
- "--v=5"
151151
- "--endpoint=$(CSI_ENDPOINT)"

deploy/csi-azurefile-node.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ spec:
6464
cpu: 10m
6565
memory: 20Mi
6666
- name: azurefile
67-
image: mcr.microsoft.com/k8s/csi/azurefile-csi:latest
67+
image: mcr.microsoft.com/k8s/csi/azurefile-csi:v0.5.0
6868
args:
6969
- "--v=5"
7070
- "--endpoint=$(CSI_ENDPOINT)"

0 commit comments

Comments
 (0)