Skip to content

Commit de99225

Browse files
committed
doc: use latest version for master branch
1 parent 505b64d commit de99225

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed
4 Bytes
Binary file not shown.

charts/latest/blob-csi-driver/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ image:
22
baseRepo: mcr.microsoft.com
33
blob:
44
repository: /k8s/csi/blob-csi
5-
tag: v1.7.0
5+
tag: latest
66
pullPolicy: IfNotPresent
77
csiProvisioner:
88
repository: /oss/kubernetes-csi/csi-provisioner

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.7.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
@@ -65,7 +65,7 @@ spec:
6565
sleep 3s
6666
# tail blobfuse proxy logs
6767
journalctl -u blobfuse-proxy -f
68-
image: mcr.microsoft.com/k8s/csi/blob-csi:v1.7.0
68+
image: mcr.microsoft.com/k8s/csi/blob-csi:latest
6969
imagePullPolicy: IfNotPresent
7070
name: sysctl-install-blobfuse-proxy
7171
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.7.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
@@ -84,7 +84,7 @@ spec:
8484
cpu: 10m
8585
memory: 20Mi
8686
- name: blob
87-
image: mcr.microsoft.com/k8s/csi/blob-csi:v1.7.0
87+
image: mcr.microsoft.com/k8s/csi/blob-csi:latest
8888
imagePullPolicy: IfNotPresent
8989
args:
9090
- "--v=5"

0 commit comments

Comments
 (0)