Skip to content

Commit 6ab58b5

Browse files
committed
doc: use latest version for master branch
1 parent e0ed412 commit 6ab58b5

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v1
2-
appVersion: v0.5.0
2+
appVersion: latest
33
description: BlobFuse Container Storage Interface (CSI) Storage Plugin
44
name: blobfuse-csi-driver
5-
version: v0.5.0
5+
version: latest

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
image:
22
blobfuse:
33
repository: mcr.microsoft.com/k8s/csi/blobfuse-csi
4-
tag: v0.5.0
4+
tag: latest
55
pullPolicy: IfNotPresent
66
csiProvisioner:
77
repository: mcr.microsoft.com/oss/kubernetes-csi/csi-provisioner

deploy/csi-blobfuse-controller.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: blobfuse
87-
image: mcr.microsoft.com/k8s/csi/blobfuse-csi:v0.5.0
87+
image: mcr.microsoft.com/k8s/csi/blobfuse-csi:latest
8888
args:
8989
- "--v=5"
9090
- "--nodeid=$(KUBE_NODE_NAME)"

deploy/csi-blobfuse-node.yaml

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

0 commit comments

Comments
 (0)