Skip to content

Commit 8fe8823

Browse files
authored
Merge pull request #294 from pohly/sidecar-updates
deploy: bump sidecar images
2 parents 7ca794d + 5789f3e commit 8fe8823

File tree

13 files changed

+69
-29
lines changed

13 files changed

+69
-29
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.1.0
40+
image: k8s.gcr.io/sig-storage/csi-attacher:v3.2.1
4141
args:
4242
- --v=5
4343
- --csi-address=/csi/csi.sock

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ spec:
7777
volumeMounts:
7878
- mountPath: /csi
7979
name: socket-dir
80-
image: k8s.gcr.io/sig-storage/livenessprobe:v2.2.0
80+
image: k8s.gcr.io/sig-storage/livenessprobe:v2.3.0
8181
args:
8282
- --csi-address=/csi/csi.sock
8383
- --health-port=9898
@@ -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.2.0
103+
image: k8s.gcr.io/sig-storage/csi-external-health-monitor-controller:v0.3.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.0.1
117+
image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.2.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.0
40+
image: k8s.gcr.io/sig-storage/csi-provisioner:v2.2.1
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.1.0
40+
image: k8s.gcr.io/sig-storage/csi-resizer:v1.2.0
4141
args:
4242
- -v=5
4343
- -csi-address=/csi/csi.sock

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

Lines changed: 6 additions & 6 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.2.0
280+
image: k8s.gcr.io/sig-storage/csi-external-health-monitor-controller:v0.3.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.0.1
294+
image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.2.0
295295
args:
296296
- --v=5
297297
- --csi-address=/csi/csi.sock
@@ -319,13 +319,13 @@ spec:
319319
volumeMounts:
320320
- mountPath: /csi
321321
name: socket-dir
322-
image: k8s.gcr.io/sig-storage/livenessprobe:v2.2.0
322+
image: k8s.gcr.io/sig-storage/livenessprobe:v2.3.0
323323
args:
324324
- --csi-address=/csi/csi.sock
325325
- --health-port=9898
326326

327327
- name: csi-attacher
328-
image: k8s.gcr.io/sig-storage/csi-attacher:v3.1.0
328+
image: k8s.gcr.io/sig-storage/csi-attacher:v3.2.1
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.0
342+
image: k8s.gcr.io/sig-storage/csi-provisioner:v2.2.1
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.1.0
357+
image: k8s.gcr.io/sig-storage/csi-resizer:v1.2.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.1.0
40+
image: k8s.gcr.io/sig-storage/csi-attacher:v3.2.1
4141
args:
4242
- --v=5
4343
- --csi-address=/csi/csi.sock

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ spec:
7777
volumeMounts:
7878
- mountPath: /csi
7979
name: socket-dir
80-
image: k8s.gcr.io/sig-storage/livenessprobe:v2.2.0
80+
image: k8s.gcr.io/sig-storage/livenessprobe:v2.3.0
8181
args:
8282
- --csi-address=/csi/csi.sock
8383
- --health-port=9898
@@ -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.2.0
103+
image: k8s.gcr.io/sig-storage/csi-external-health-monitor-controller:v0.3.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.0.1
117+
image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.2.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.0
40+
image: k8s.gcr.io/sig-storage/csi-provisioner:v2.2.1
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.1.0
40+
image: k8s.gcr.io/sig-storage/csi-resizer:v1.2.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.0.0
40+
image: k8s.gcr.io/sig-storage/csi-snapshotter:v4.1.1
4141
args:
4242
- -v=5
4343
- --csi-address=/csi/csi.sock

0 commit comments

Comments
 (0)