diff --git a/deploy/hostpath/csi-hostpath-attacher.yaml b/deploy/hostpath/csi-hostpath-attacher.yaml index dc2d4c4b7..e154c5ea1 100644 --- a/deploy/hostpath/csi-hostpath-attacher.yaml +++ b/deploy/hostpath/csi-hostpath-attacher.yaml @@ -30,7 +30,7 @@ spec: serviceAccountName: csi-attacher containers: - name: csi-attacher - image: gcr.io/gke-release/csi-attacher:v1.0.0-gke.0 + image: k8s.gcr.io/sig-storage/csi-attacher:v2.2.0 args: - --v=5 - --csi-address=$(ADDRESS) diff --git a/deploy/hostpath/csi-hostpath-provisioner.yaml b/deploy/hostpath/csi-hostpath-provisioner.yaml index 4f117e112..23c2ce3ce 100644 --- a/deploy/hostpath/csi-hostpath-provisioner.yaml +++ b/deploy/hostpath/csi-hostpath-provisioner.yaml @@ -30,7 +30,7 @@ spec: serviceAccountName: csi-provisioner containers: - name: csi-provisioner - image: gcr.io/gke-release/csi-provisioner:v1.0.0-gke.0 + image: k8s.gcr.io/sig-storage/csi-provisioner:v1.6.0 args: - "--provisioner=csi-hostpath" - "--csi-address=$(ADDRESS)" diff --git a/deploy/hostpath/csi-hostpathplugin.yaml b/deploy/hostpath/csi-hostpathplugin.yaml index 0ac5fb770..1362f155d 100644 --- a/deploy/hostpath/csi-hostpathplugin.yaml +++ b/deploy/hostpath/csi-hostpathplugin.yaml @@ -15,7 +15,7 @@ spec: hostNetwork: true containers: - name: driver-registrar - image: gcr.io/gke-release/csi-driver-registrar:v1.0.1-gke.0 + image: gcr.io/k8s-staging-sig-storage/csi-node-driver-registrar:v2.1.0 args: - --v=5 - --csi-address=/csi/csi.sock