diff --git a/deploy/kubernetes-1.17/hostpath/csi-hostpath-attacher.yaml b/deploy/kubernetes-1.17/hostpath/csi-hostpath-attacher.yaml index 295540cc5..ac344b0a7 100644 --- a/deploy/kubernetes-1.17/hostpath/csi-hostpath-attacher.yaml +++ b/deploy/kubernetes-1.17/hostpath/csi-hostpath-attacher.yaml @@ -40,7 +40,7 @@ spec: serviceAccountName: csi-attacher containers: - name: csi-attacher - image: quay.io/k8scsi/csi-attacher:v2.0.0 + image: quay.io/k8scsi/csi-attacher:v2.1.0 args: - --v=5 - --csi-address=/csi/csi.sock diff --git a/deploy/kubernetes-1.17/hostpath/csi-hostpath-provisioner.yaml b/deploy/kubernetes-1.17/hostpath/csi-hostpath-provisioner.yaml index fc92ae824..1816d9242 100644 --- a/deploy/kubernetes-1.17/hostpath/csi-hostpath-provisioner.yaml +++ b/deploy/kubernetes-1.17/hostpath/csi-hostpath-provisioner.yaml @@ -40,7 +40,7 @@ spec: serviceAccountName: csi-provisioner containers: - name: csi-provisioner - image: quay.io/k8scsi/csi-provisioner:v1.5.0-rc1 + image: quay.io/k8scsi/csi-provisioner:v1.5.0 args: - -v=5 - --csi-address=/csi/csi.sock diff --git a/deploy/kubernetes-1.17/hostpath/csi-hostpath-resizer.yaml b/deploy/kubernetes-1.17/hostpath/csi-hostpath-resizer.yaml index fbfa2ec40..4248026f1 100644 --- a/deploy/kubernetes-1.17/hostpath/csi-hostpath-resizer.yaml +++ b/deploy/kubernetes-1.17/hostpath/csi-hostpath-resizer.yaml @@ -40,7 +40,7 @@ spec: serviceAccountName: csi-resizer containers: - name: csi-resizer - image: quay.io/k8scsi/csi-resizer:v0.3.0 + image: quay.io/k8scsi/csi-resizer:v0.4.0 args: - -v=5 - -csi-address=/csi/csi.sock diff --git a/deploy/kubernetes-1.17/hostpath/csi-hostpath-snapshotter.yaml b/deploy/kubernetes-1.17/hostpath/csi-hostpath-snapshotter.yaml index 08fe7579f..9fa9b2dff 100644 --- a/deploy/kubernetes-1.17/hostpath/csi-hostpath-snapshotter.yaml +++ b/deploy/kubernetes-1.17/hostpath/csi-hostpath-snapshotter.yaml @@ -40,9 +40,7 @@ spec: serviceAccount: csi-snapshotter containers: - name: csi-snapshotter - # TODO: change to official image when released - image: quay.io/k8scsi/csi-snapshotter:v2.0.0-rc2 - imagePullPolicy: IfNotPresent + image: quay.io/k8scsi/csi-snapshotter:v2.0.0 args: - -v=5 - --csi-address=/csi/csi.sock