Skip to content

Commit 318c591

Browse files
committed
doc: use latest version for master branch
1 parent eb1167f commit 318c591

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed
-2 Bytes
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v1
2-
appVersion: v1.16.0
2+
appVersion: latest
33
description: Azure Blob Storage CSI driver
44
name: blob-csi-driver
5-
version: v1.16.0
5+
version: v0.0.0

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
image:
22
baseRepo: mcr.microsoft.com
33
blob:
4-
repository: /oss/kubernetes-csi/blob-csi
5-
tag: v1.16.0
4+
repository: /k8s/csi/blob-csi
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/oss/kubernetes-csi/blob-csi:v1.16.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/oss/kubernetes-csi/blob-csi:v1.16.0
40+
image: mcr.microsoft.com/k8s/csi/blob-csi:latest
4141
imagePullPolicy: IfNotPresent
4242
command:
4343
- "/blobfuse-proxy/init.sh"
@@ -111,7 +111,7 @@ spec:
111111
cpu: 10m
112112
memory: 20Mi
113113
- name: blob
114-
image: mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.16.0
114+
image: mcr.microsoft.com/k8s/csi/blob-csi:latest
115115
imagePullPolicy: IfNotPresent
116116
args:
117117
- "--v=5"

0 commit comments

Comments
 (0)