Skip to content

Commit 0c4b04a

Browse files
authored
Merge pull request #134 from msau42/update-sidecars
Update sidecars with official 1.17 releases
2 parents b596910 + 34ad15f commit 0c4b04a

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

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.0.0
43+
image: quay.io/k8scsi/csi-attacher:v2.1.0
4444
args:
4545
- --v=5
4646
- --csi-address=/csi/csi.sock

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

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

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.3.0
43+
image: quay.io/k8scsi/csi-resizer:v0.4.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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@ spec:
4040
serviceAccount: csi-snapshotter
4141
containers:
4242
- name: csi-snapshotter
43-
# TODO: change to official image when released
44-
image: quay.io/k8scsi/csi-snapshotter:v2.0.0-rc2
45-
imagePullPolicy: IfNotPresent
43+
image: quay.io/k8scsi/csi-snapshotter:v2.0.0
4644
args:
4745
- -v=5
4846
- --csi-address=/csi/csi.sock

0 commit comments

Comments
 (0)