Skip to content

Commit 8cb26fa

Browse files
authored
Merge pull request #2263 from andyzhangx/upgrade-patch
chore: update blob csi driver version with patch version to fix CVEs
2 parents c859678 + 29dadfb commit 8cb26fa

File tree

9 files changed

+12
-12
lines changed

9 files changed

+12
-12
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ Disclaimer: Deploying this driver manually is not an officially supported Micros
1919
|driver version |Image | supported k8s version |
2020
|----------------|------------------------------------------------------|-----------------------|
2121
|master branch |mcr.microsoft.com/k8s/csi/blob-csi:latest | 1.21+ |
22-
|v1.27.0 |mcr.microsoft.com/oss/v2/kubernetes-csi/blob-csi:v1.27.0 | 1.21+ |
23-
|v1.26.7 |mcr.microsoft.com/oss/v2/kubernetes-csi/blob-csi:v1.26.7 | 1.21+ |
22+
|v1.27.0 |mcr.microsoft.com/oss/v2/kubernetes-csi/blob-csi:v1.27.0-2 | 1.21+ |
23+
|v1.26.7 |mcr.microsoft.com/oss/v2/kubernetes-csi/blob-csi:v1.26.7-3 | 1.21+ |
2424
|v1.25.6 |mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.25.6 | 1.21+ |
2525

2626
### Driver parameters
0 Bytes
Binary file not shown.

charts/v1.26.7/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: /oss/v2/kubernetes-csi/blob-csi
5-
tag: v1.26.7
5+
tag: v1.26.7-3
66
pullPolicy: IfNotPresent
77
csiProvisioner:
88
repository: /oss/v2/kubernetes-csi/csi-provisioner
3 Bytes
Binary file not shown.

charts/v1.27.0/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: /oss/v2/kubernetes-csi/blob-csi
5-
tag: v1.27.0
5+
tag: v1.27.0-2
66
pullPolicy: IfNotPresent
77
csiProvisioner:
88
repository: /oss/v2/kubernetes-csi/csi-provisioner

deploy/v1.26.7/csi-blob-controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ spec:
8585
drop:
8686
- ALL
8787
- name: blob
88-
image: mcr.microsoft.com/oss/v2/kubernetes-csi/blob-csi:v1.26.7
88+
image: mcr.microsoft.com/oss/v2/kubernetes-csi/blob-csi:v1.26.7-3
8989
imagePullPolicy: IfNotPresent
9090
args:
9191
- "--v=5"

deploy/v1.26.7/csi-blob-node.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spec:
4040
- operator: "Exists"
4141
initContainers:
4242
- name: install-blobfuse-proxy
43-
image: mcr.microsoft.com/oss/v2/kubernetes-csi/blob-csi:v1.26.7
43+
image: mcr.microsoft.com/oss/v2/kubernetes-csi/blob-csi:v1.26.7-3
4444
imagePullPolicy: IfNotPresent
4545
command:
4646
- "/blobfuse-proxy/init.sh"
@@ -125,7 +125,7 @@ spec:
125125
drop:
126126
- ALL
127127
- name: blob
128-
image: mcr.microsoft.com/oss/v2/kubernetes-csi/blob-csi:v1.26.7
128+
image: mcr.microsoft.com/oss/v2/kubernetes-csi/blob-csi:v1.26.7-3
129129
imagePullPolicy: IfNotPresent
130130
args:
131131
- "--v=5"
@@ -192,7 +192,7 @@ spec:
192192
cpu: 10m
193193
memory: 20Mi
194194
- name: aznfswatchdog
195-
image: mcr.microsoft.com/oss/v2/kubernetes-csi/blob-csi:v1.26.7
195+
image: mcr.microsoft.com/oss/v2/kubernetes-csi/blob-csi:v1.26.7-3
196196
command:
197197
- "aznfswatchdog"
198198
imagePullPolicy: IfNotPresent

deploy/v1.27.0/csi-blob-controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ spec:
8585
drop:
8686
- ALL
8787
- name: blob
88-
image: mcr.microsoft.com/oss/v2/kubernetes-csi/blob-csi:v1.27.0
88+
image: mcr.microsoft.com/oss/v2/kubernetes-csi/blob-csi:v1.27.0-2
8989
imagePullPolicy: IfNotPresent
9090
args:
9191
- "--v=5"

deploy/v1.27.0/csi-blob-node.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spec:
4040
- operator: "Exists"
4141
initContainers:
4242
- name: install-blobfuse-proxy
43-
image: mcr.microsoft.com/oss/v2/kubernetes-csi/blob-csi:v1.27.0
43+
image: mcr.microsoft.com/oss/v2/kubernetes-csi/blob-csi:v1.27.0-2
4444
imagePullPolicy: IfNotPresent
4545
command:
4646
- "/blobfuse-proxy/init.sh"
@@ -123,7 +123,7 @@ spec:
123123
drop:
124124
- ALL
125125
- name: blob
126-
image: mcr.microsoft.com/oss/v2/kubernetes-csi/blob-csi:v1.27.0
126+
image: mcr.microsoft.com/oss/v2/kubernetes-csi/blob-csi:v1.27.0-2
127127
imagePullPolicy: IfNotPresent
128128
args:
129129
- "--v=5"
@@ -190,7 +190,7 @@ spec:
190190
cpu: 10m
191191
memory: 20Mi
192192
- name: aznfswatchdog
193-
image: mcr.microsoft.com/oss/v2/kubernetes-csi/blob-csi:v1.27.0
193+
image: mcr.microsoft.com/oss/v2/kubernetes-csi/blob-csi:v1.27.0-2
194194
command:
195195
- "aznfswatchdog"
196196
imagePullPolicy: IfNotPresent

0 commit comments

Comments
 (0)