Skip to content

Commit 5c0f3fd

Browse files
committed
doc: change latest to v0.6.0
1 parent 696beff commit 5c0f3fd

3 files changed

+3
-3
lines changed

deploy/csi-azurefile-controller.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ spec:
124124
cpu: 10m
125125
memory: 20Mi
126126
- name: azurefile
127-
image: mcr.microsoft.com/k8s/csi/azurefile-csi:latest
127+
image: mcr.microsoft.com/k8s/csi/azurefile-csi:v0.6.0
128128
args:
129129
- "--v=5"
130130
- "--endpoint=$(CSI_ENDPOINT)"

deploy/csi-azurefile-node-windows.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ spec:
6666
cpu: 10m
6767
memory: 20Mi
6868
- name: azurefile
69-
image: mcr.microsoft.com/k8s/csi/azurefile-csi:latest
69+
image: mcr.microsoft.com/k8s/csi/azurefile-csi:v0.6.0
7070
args:
7171
- --v=5
7272
- --endpoint=$(CSI_ENDPOINT)

deploy/csi-azurefile-node.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ spec:
6666
cpu: 10m
6767
memory: 20Mi
6868
- name: azurefile
69-
image: mcr.microsoft.com/k8s/csi/azurefile-csi:latest
69+
image: mcr.microsoft.com/k8s/csi/azurefile-csi:v0.6.0
7070
args:
7171
- "--v=5"
7272
- "--endpoint=$(CSI_ENDPOINT)"

0 commit comments

Comments
 (0)