Skip to content

Commit d7fd579

Browse files
committed
Update sidecars to latest versions
1 parent 4129e73 commit d7fd579

22 files changed

+500
-15
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ spec:
3636
spec:
3737
containers:
3838
- name: node-driver-registrar
39-
image: quay.io/k8scsi/csi-node-driver-registrar:v1.2.0
39+
image: quay.io/k8scsi/csi-node-driver-registrar:v1.3.0
4040
lifecycle:
4141
preStop:
4242
exec:
@@ -65,7 +65,7 @@ spec:
6565
name: csi-data-dir
6666

6767
- name: hostpath
68-
image: quay.io/k8scsi/hostpathplugin:v1.3.0
68+
image: quay.io/k8scsi/hostpathplugin:v1.4.0-rc2
6969
args:
7070
- "--drivername=hostpath.csi.k8s.io"
7171
- "--v=5"

deploy/kubernetes-1.16/hostpath/csi-hostpath-resizer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spec:
4040
serviceAccountName: csi-resizer
4141
containers:
4242
- name: csi-resizer
43-
image: quay.io/k8scsi/csi-resizer:v0.3.0
43+
image: quay.io/k8scsi/csi-resizer:v0.5.0
4444
args:
4545
- -v=5
4646
- -csi-address=/csi/csi.sock

deploy/kubernetes-1.17/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
The deployment for Kubernetes 1.17 uses VolumeSnapshot Beta CRDs and thus is imcompatible
1+
The deployment for Kubernetes 1.17 uses VolumeSnapshot Beta CRDs and thus is incompatible
22
with Kubernetes < 1.17 when the VolumeSnapshot CRDs were Alpha.

deploy/kubernetes-1.17/deploy-hostpath.sh

Lines changed: 0 additions & 1 deletion
This file was deleted.

deploy/kubernetes-1.17/hostpath/csi-hostpath-attacher.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spec:
4040
serviceAccountName: csi-attacher
4141
containers:
4242
- name: csi-attacher
43-
image: quay.io/k8scsi/csi-attacher:v2.1.0
43+
image: quay.io/k8scsi/csi-attacher:v2.2.0
4444
args:
4545
- --v=5
4646
- --csi-address=/csi/csi.sock

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ spec:
3636
spec:
3737
containers:
3838
- name: node-driver-registrar
39-
image: quay.io/k8scsi/csi-node-driver-registrar:v1.2.0
39+
image: quay.io/k8scsi/csi-node-driver-registrar:v1.3.0
4040
lifecycle:
4141
preStop:
4242
exec:
@@ -65,7 +65,7 @@ spec:
6565
name: csi-data-dir
6666

6767
- name: hostpath
68-
image: quay.io/k8scsi/hostpathplugin:v1.3.0
68+
image: quay.io/k8scsi/hostpathplugin:v1.4.0-rc2
6969
args:
7070
- "--drivername=hostpath.csi.k8s.io"
7171
- "--v=5"

deploy/kubernetes-1.17/hostpath/csi-hostpath-resizer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spec:
4040
serviceAccountName: csi-resizer
4141
containers:
4242
- name: csi-resizer
43-
image: quay.io/k8scsi/csi-resizer:v0.4.0
43+
image: quay.io/k8scsi/csi-resizer:v0.5.0
4444
args:
4545
- -v=5
4646
- -csi-address=/csi/csi.sock

deploy/kubernetes-1.17/hostpath/csi-hostpath-snapshotter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spec:
4040
serviceAccount: csi-snapshotter
4141
containers:
4242
- name: csi-snapshotter
43-
image: quay.io/k8scsi/csi-snapshotter:v2.0.1
43+
image: quay.io/k8scsi/csi-snapshotter:v2.1.0
4444
args:
4545
- -v=5
4646
- --csi-address=/csi/csi.sock

deploy/kubernetes-1.18/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
The deployment for Kubernetes 1.18 uses VolumeSnapshot Beta CRDs and thus is incompatible
2+
with Kubernetes < 1.17 when the VolumeSnapshot CRDs were Alpha.

0 commit comments

Comments
 (0)