Skip to content

Commit

Permalink
doc: use latest version for master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Oct 14, 2021
1 parent afdc007 commit 344f522
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions deploy/blobfuse-proxy.yaml
Expand Up @@ -24,7 +24,7 @@ spec:
- virtual-kubelet
initContainers:
- name: prepare-binaries
image: mcr.microsoft.com/k8s/csi/blob-csi:v1.6.0
image: mcr.microsoft.com/k8s/csi/blob-csi:latest
command: ['sh', '-c', "cp /blobfuse-proxy/*.deb /tmp/"]
volumeMounts:
- mountPath: /tmp
Expand Down Expand Up @@ -57,7 +57,7 @@ spec:
sleep 3s
# tail blobfuse proxy logs
journalctl -u blobfuse-proxy -f
image: mcr.microsoft.com/k8s/csi/blob-csi:v1.6.0
image: mcr.microsoft.com/k8s/csi/blob-csi:latest
imagePullPolicy: IfNotPresent
name: sysctl-install-blobfuse-proxy
env:
Expand Down
2 changes: 1 addition & 1 deletion deploy/csi-blob-controller.yaml
Expand Up @@ -65,7 +65,7 @@ spec:
cpu: 10m
memory: 20Mi
- name: blob
image: mcr.microsoft.com/k8s/csi/blob-csi:v1.6.0
image: mcr.microsoft.com/k8s/csi/blob-csi:latest
imagePullPolicy: IfNotPresent
args:
- "--v=5"
Expand Down
2 changes: 1 addition & 1 deletion deploy/csi-blob-node.yaml
Expand Up @@ -88,7 +88,7 @@ spec:
cpu: 10m
memory: 20Mi
- name: blob
image: mcr.microsoft.com/k8s/csi/blob-csi:v1.6.0
image: mcr.microsoft.com/k8s/csi/blob-csi:latest
imagePullPolicy: IfNotPresent
args:
- "--v=5"
Expand Down

0 comments on commit 344f522

Please sign in to comment.