Skip to content

Commit 2002832

Browse files
committed
doc: use latest version for master branch
1 parent 8b5f47d commit 2002832

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed
9 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v1
2-
appVersion: v1.14.0
2+
appVersion: latest
33
description: Azure Blob Storage CSI driver
44
name: blob-csi-driver
55
version: v1.14.0

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.14.0
5+
tag: latest
66
pullPolicy: IfNotPresent
77
csiProvisioner:
88
repository: /oss/kubernetes-csi/csi-provisioner

deploy/csi-blob-controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ spec:
6767
cpu: 10m
6868
memory: 20Mi
6969
- name: blob
70-
image: mcr.microsoft.com/k8s/csi/blob-csi:v1.14.0
70+
image: mcr.microsoft.com/k8s/csi/blob-csi:latest
7171
imagePullPolicy: IfNotPresent
7272
args:
7373
- "--v=5"

deploy/csi-blob-node.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:
3737
- operator: "Exists"
3838
initContainers:
3939
- name: install-blobfuse-proxy
40-
image: mcr.microsoft.com/k8s/csi/blob-csi:v1.14.0
40+
image: mcr.microsoft.com/k8s/csi/blob-csi:latest
4141
imagePullPolicy: IfNotPresent
4242
command:
4343
- "/blobfuse-proxy/init.sh"
@@ -109,7 +109,7 @@ spec:
109109
cpu: 10m
110110
memory: 20Mi
111111
- name: blob
112-
image: mcr.microsoft.com/k8s/csi/blob-csi:v1.14.0
112+
image: mcr.microsoft.com/k8s/csi/blob-csi:latest
113113
imagePullPolicy: IfNotPresent
114114
args:
115115
- "--v=5"

0 commit comments

Comments
 (0)