Skip to content

Commit 568deac

Browse files
authored
Merge pull request #324 from verult/csi-1.22
Bump 1.22 sidecar versions
2 parents 1d59e1f + 8688728 commit 568deac

File tree

18 files changed

+36
-36
lines changed

18 files changed

+36
-36
lines changed

deploy/kubernetes-1.18-test/hostpath/csi-hostpath-attacher.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:
3737
serviceAccountName: csi-attacher
3838
containers:
3939
- name: csi-attacher
40-
image: k8s.gcr.io/sig-storage/csi-attacher:v3.2.1
40+
image: k8s.gcr.io/sig-storage/csi-attacher:v3.3.0
4141
args:
4242
- --v=5
4343
- --csi-address=/csi/csi.sock

deploy/kubernetes-1.18-test/hostpath/csi-hostpath-plugin.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ spec:
100100
mountPath: /csi
101101

102102
- name: csi-external-health-monitor-controller
103-
image: k8s.gcr.io/sig-storage/csi-external-health-monitor-controller:v0.3.0
103+
image: k8s.gcr.io/sig-storage/csi-external-health-monitor-controller:v0.4.0
104104
args:
105105
- "--v=5"
106106
- "--csi-address=$(ADDRESS)"
@@ -114,7 +114,7 @@ spec:
114114
mountPath: /csi
115115

116116
- name: node-driver-registrar
117-
image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.2.0
117+
image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.3.0
118118
args:
119119
- --v=5
120120
- --csi-address=/csi/csi.sock

deploy/kubernetes-1.18-test/hostpath/csi-hostpath-provisioner.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:
3737
serviceAccountName: csi-provisioner
3838
containers:
3939
- name: csi-provisioner
40-
image: k8s.gcr.io/sig-storage/csi-provisioner:v2.2.1
40+
image: k8s.gcr.io/sig-storage/csi-provisioner:v2.2.2
4141
args:
4242
- -v=5
4343
- --csi-address=/csi/csi.sock

deploy/kubernetes-1.18-test/hostpath/csi-hostpath-resizer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:
3737
serviceAccountName: csi-resizer
3838
containers:
3939
- name: csi-resizer
40-
image: k8s.gcr.io/sig-storage/csi-resizer:v1.2.0
40+
image: k8s.gcr.io/sig-storage/csi-resizer:v1.3.0
4141
args:
4242
- -v=5
4343
- -csi-address=/csi/csi.sock

deploy/kubernetes-1.18/hostpath/csi-hostpath-plugin.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ spec:
277277
- name: socket-dir
278278
mountPath: /csi
279279
- name: csi-external-health-monitor-controller
280-
image: k8s.gcr.io/sig-storage/csi-external-health-monitor-controller:v0.3.0
280+
image: k8s.gcr.io/sig-storage/csi-external-health-monitor-controller:v0.4.0
281281
args:
282282
- "--v=5"
283283
- "--csi-address=$(ADDRESS)"
@@ -291,7 +291,7 @@ spec:
291291
mountPath: /csi
292292

293293
- name: node-driver-registrar
294-
image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.2.0
294+
image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.3.0
295295
args:
296296
- --v=5
297297
- --csi-address=/csi/csi.sock
@@ -325,7 +325,7 @@ spec:
325325
- --health-port=9898
326326

327327
- name: csi-attacher
328-
image: k8s.gcr.io/sig-storage/csi-attacher:v3.2.1
328+
image: k8s.gcr.io/sig-storage/csi-attacher:v3.3.0
329329
args:
330330
- --v=5
331331
- --csi-address=/csi/csi.sock
@@ -339,7 +339,7 @@ spec:
339339
name: socket-dir
340340

341341
- name: csi-provisioner
342-
image: k8s.gcr.io/sig-storage/csi-provisioner:v2.2.1
342+
image: k8s.gcr.io/sig-storage/csi-provisioner:v2.2.2
343343
args:
344344
- -v=5
345345
- --csi-address=/csi/csi.sock
@@ -354,7 +354,7 @@ spec:
354354
name: socket-dir
355355

356356
- name: csi-resizer
357-
image: k8s.gcr.io/sig-storage/csi-resizer:v1.2.0
357+
image: k8s.gcr.io/sig-storage/csi-resizer:v1.3.0
358358
args:
359359
- -v=5
360360
- -csi-address=/csi/csi.sock

deploy/kubernetes-1.20-test/hostpath/csi-hostpath-attacher.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:
3737
serviceAccountName: csi-attacher
3838
containers:
3939
- name: csi-attacher
40-
image: k8s.gcr.io/sig-storage/csi-attacher:v3.2.1
40+
image: k8s.gcr.io/sig-storage/csi-attacher:v3.3.0
4141
args:
4242
- --v=5
4343
- --csi-address=/csi/csi.sock

deploy/kubernetes-1.20-test/hostpath/csi-hostpath-plugin.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ spec:
100100
mountPath: /csi
101101

102102
- name: csi-external-health-monitor-controller
103-
image: k8s.gcr.io/sig-storage/csi-external-health-monitor-controller:v0.3.0
103+
image: k8s.gcr.io/sig-storage/csi-external-health-monitor-controller:v0.4.0
104104
args:
105105
- "--v=5"
106106
- "--csi-address=$(ADDRESS)"
@@ -114,7 +114,7 @@ spec:
114114
mountPath: /csi
115115

116116
- name: node-driver-registrar
117-
image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.2.0
117+
image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.3.0
118118
args:
119119
- --v=5
120120
- --csi-address=/csi/csi.sock

deploy/kubernetes-1.20-test/hostpath/csi-hostpath-provisioner.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:
3737
serviceAccountName: csi-provisioner
3838
containers:
3939
- name: csi-provisioner
40-
image: k8s.gcr.io/sig-storage/csi-provisioner:v2.2.1
40+
image: k8s.gcr.io/sig-storage/csi-provisioner:v3.0.0
4141
args:
4242
- -v=5
4343
- --csi-address=/csi/csi.sock

deploy/kubernetes-1.20-test/hostpath/csi-hostpath-resizer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:
3737
serviceAccountName: csi-resizer
3838
containers:
3939
- name: csi-resizer
40-
image: k8s.gcr.io/sig-storage/csi-resizer:v1.2.0
40+
image: k8s.gcr.io/sig-storage/csi-resizer:v1.3.0
4141
args:
4242
- -v=5
4343
- -csi-address=/csi/csi.sock

deploy/kubernetes-1.20-test/hostpath/csi-hostpath-snapshotter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:
3737
serviceAccountName: csi-snapshotter
3838
containers:
3939
- name: csi-snapshotter
40-
image: k8s.gcr.io/sig-storage/csi-snapshotter:v4.1.1
40+
image: k8s.gcr.io/sig-storage/csi-snapshotter:v4.2.0
4141
args:
4242
- -v=5
4343
- --csi-address=/csi/csi.sock

0 commit comments

Comments
 (0)