Skip to content

Commit 5bf795f

Browse files
committed
doc: use latest version for master branch
1 parent 09f8aba commit 5bf795f

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed
11 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.15.0
2+
appVersion: latest
33
description: Azure Blob Storage CSI driver
44
name: blob-csi-driver
55
version: v1.15.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.15.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.15.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.15.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.15.0
114+
image: mcr.microsoft.com/k8s/csi/blob-csi:latest
115115
imagePullPolicy: IfNotPresent
116116
args:
117117
- "--v=5"

0 commit comments

Comments
 (0)