File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
- appVersion : v1.15.0
2
+ appVersion : latest
3
3
description : Azure Blob Storage CSI driver
4
4
name : blob-csi-driver
5
5
version : v1.15.0
Original file line number Diff line number Diff line change 1
1
image :
2
2
baseRepo : mcr.microsoft.com
3
3
blob :
4
- repository : /oss/kubernetes- csi/blob-csi
5
- tag : v1.15.0
4
+ repository : /k8s/ csi/blob-csi
5
+ tag : latest
6
6
pullPolicy : IfNotPresent
7
7
csiProvisioner :
8
8
repository : /oss/kubernetes-csi/csi-provisioner
Original file line number Diff line number Diff line change 67
67
cpu : 10m
68
68
memory : 20Mi
69
69
- 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
71
71
imagePullPolicy : IfNotPresent
72
72
args :
73
73
- " --v=5"
Original file line number Diff line number Diff line change 37
37
- operator : " Exists"
38
38
initContainers :
39
39
- 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
41
41
imagePullPolicy : IfNotPresent
42
42
command :
43
43
- " /blobfuse-proxy/init.sh"
@@ -111,7 +111,7 @@ spec:
111
111
cpu : 10m
112
112
memory : 20Mi
113
113
- 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
115
115
imagePullPolicy : IfNotPresent
116
116
args :
117
117
- " --v=5"
You can’t perform that action at this time.
0 commit comments