Skip to content

Commit efa300a

Browse files
committed
Bump image versions and add usage instructions
1 parent ea8138f commit efa300a

File tree

7 files changed

+24
-13
lines changed

7 files changed

+24
-13
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,17 @@ If you want to build the driver yourself, you can do so with the following comma
3535
make
3636
```
3737

38+
## Development
39+
40+
### Updating sidecar images
41+
The `deploy/` directory contains manifests for deploying the CSI hostpath driver for different Kubernetes versions.
42+
43+
If you want to update the image versions used in these manifests, you can do so with the following command from the root directory:
44+
45+
```shell
46+
hack/bump-image-versions.sh
47+
```
48+
3849
## Community, discussion, contribution, and support
3950

4051
Learn how to engage with the Kubernetes community on the [community page](http://kubernetes.io/community/).

deploy/kubernetes-1.21-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.3.0
40+
image: k8s.gcr.io/sig-storage/csi-attacher:v3.4.0
4141
args:
4242
- --v=5
4343
- --csi-address=/csi/csi.sock

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

Lines changed: 2 additions & 2 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.4.0
80+
image: k8s.gcr.io/sig-storage/livenessprobe:v2.6.0
8181
args:
8282
- --csi-address=/csi/csi.sock
8383
- --health-port=9898
@@ -97,7 +97,7 @@ spec:
9797
mountPath: /csi
9898

9999
- name: node-driver-registrar
100-
image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.3.0
100+
image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.5.0
101101
args:
102102
- --v=5
103103
- --csi-address=/csi/csi.sock

deploy/kubernetes-1.21-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:v3.0.0
40+
image: k8s.gcr.io/sig-storage/csi-provisioner:v3.1.0
4141
args:
4242
- -v=5
4343
- --csi-address=/csi/csi.sock

deploy/kubernetes-1.21-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.3.0
40+
image: k8s.gcr.io/sig-storage/csi-resizer:v1.4.0
4141
args:
4242
- -v=5
4343
- -csi-address=/csi/csi.sock

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ spec:
275275
mountPath: /csi
276276

277277
- name: node-driver-registrar
278-
image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.3.0
278+
image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.5.0
279279
args:
280280
- --v=5
281281
- --csi-address=/csi/csi.sock
@@ -303,13 +303,13 @@ spec:
303303
volumeMounts:
304304
- mountPath: /csi
305305
name: socket-dir
306-
image: k8s.gcr.io/sig-storage/livenessprobe:v2.4.0
306+
image: k8s.gcr.io/sig-storage/livenessprobe:v2.6.0
307307
args:
308308
- --csi-address=/csi/csi.sock
309309
- --health-port=9898
310310

311311
- name: csi-attacher
312-
image: k8s.gcr.io/sig-storage/csi-attacher:v3.3.0
312+
image: k8s.gcr.io/sig-storage/csi-attacher:v3.4.0
313313
args:
314314
- --v=5
315315
- --csi-address=/csi/csi.sock
@@ -323,7 +323,7 @@ spec:
323323
name: socket-dir
324324

325325
- name: csi-provisioner
326-
image: k8s.gcr.io/sig-storage/csi-provisioner:v3.0.0
326+
image: k8s.gcr.io/sig-storage/csi-provisioner:v3.1.0
327327
args:
328328
- -v=5
329329
- --csi-address=/csi/csi.sock
@@ -338,7 +338,7 @@ spec:
338338
name: socket-dir
339339

340340
- name: csi-resizer
341-
image: k8s.gcr.io/sig-storage/csi-resizer:v1.3.0
341+
image: k8s.gcr.io/sig-storage/csi-resizer:v1.4.0
342342
args:
343343
- -v=5
344344
- -csi-address=/csi/csi.sock

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
serviceAccountName: csi-provisioner
2626
containers:
2727
- name: csi-provisioner
28-
image: k8s.gcr.io/sig-storage/csi-provisioner:v3.0.0
28+
image: k8s.gcr.io/sig-storage/csi-provisioner:v3.1.0
2929
args:
3030
- -v=5
3131
- --csi-address=/csi/csi.sock
@@ -60,7 +60,7 @@ spec:
6060
name: socket-dir
6161

6262
- name: node-driver-registrar
63-
image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.3.0
63+
image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.5.0
6464
args:
6565
- --v=5
6666
- --csi-address=/csi/csi.sock
@@ -132,7 +132,7 @@ spec:
132132
volumeMounts:
133133
- mountPath: /csi
134134
name: socket-dir
135-
image: k8s.gcr.io/sig-storage/livenessprobe:v2.4.0
135+
image: k8s.gcr.io/sig-storage/livenessprobe:v2.6.0
136136
args:
137137
- --csi-address=/csi/csi.sock
138138
- --health-port=9898

0 commit comments

Comments
 (0)