Skip to content

Commit 344f522

Browse files
committed
doc: use latest version for master branch
1 parent afdc007 commit 344f522

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

deploy/blobfuse-proxy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
- virtual-kubelet
2525
initContainers:
2626
- name: prepare-binaries
27-
image: mcr.microsoft.com/k8s/csi/blob-csi:v1.6.0
27+
image: mcr.microsoft.com/k8s/csi/blob-csi:latest
2828
command: ['sh', '-c', "cp /blobfuse-proxy/*.deb /tmp/"]
2929
volumeMounts:
3030
- mountPath: /tmp
@@ -57,7 +57,7 @@ spec:
5757
sleep 3s
5858
# tail blobfuse proxy logs
5959
journalctl -u blobfuse-proxy -f
60-
image: mcr.microsoft.com/k8s/csi/blob-csi:v1.6.0
60+
image: mcr.microsoft.com/k8s/csi/blob-csi:latest
6161
imagePullPolicy: IfNotPresent
6262
name: sysctl-install-blobfuse-proxy
6363
env:

deploy/csi-blob-controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ spec:
6565
cpu: 10m
6666
memory: 20Mi
6767
- name: blob
68-
image: mcr.microsoft.com/k8s/csi/blob-csi:v1.6.0
68+
image: mcr.microsoft.com/k8s/csi/blob-csi:latest
6969
imagePullPolicy: IfNotPresent
7070
args:
7171
- "--v=5"

deploy/csi-blob-node.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ spec:
8888
cpu: 10m
8989
memory: 20Mi
9090
- name: blob
91-
image: mcr.microsoft.com/k8s/csi/blob-csi:v1.6.0
91+
image: mcr.microsoft.com/k8s/csi/blob-csi:latest
9292
imagePullPolicy: IfNotPresent
9393
args:
9494
- "--v=5"

0 commit comments

Comments
 (0)