From 862d4998b04ea6c9642aa1855512d0cd135a9dde Mon Sep 17 00:00:00 2001 From: Michelle Au Date: Sat, 7 Sep 2019 08:55:53 -0700 Subject: [PATCH] Update hostpath driver to latest tag in deployments --- deploy/kubernetes-1.13/hostpath/csi-hostpath-plugin.yaml | 2 +- deploy/kubernetes-1.14/hostpath/csi-hostpath-plugin.yaml | 2 +- deploy/kubernetes-1.15/hostpath/csi-hostpath-plugin.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy/kubernetes-1.13/hostpath/csi-hostpath-plugin.yaml b/deploy/kubernetes-1.13/hostpath/csi-hostpath-plugin.yaml index a622a3891..87eb5d1f6 100644 --- a/deploy/kubernetes-1.13/hostpath/csi-hostpath-plugin.yaml +++ b/deploy/kubernetes-1.13/hostpath/csi-hostpath-plugin.yaml @@ -63,7 +63,7 @@ spec: name: csi-data-dir - name: hostpath - image: quay.io/k8scsi/hostpathplugin:v1.1.0 + image: quay.io/k8scsi/hostpathplugin:v1.2.0-rc6 args: - "--drivername=hostpath.csi.k8s.io" - "--v=5" diff --git a/deploy/kubernetes-1.14/hostpath/csi-hostpath-plugin.yaml b/deploy/kubernetes-1.14/hostpath/csi-hostpath-plugin.yaml index 29324d793..da0c9f9f9 100644 --- a/deploy/kubernetes-1.14/hostpath/csi-hostpath-plugin.yaml +++ b/deploy/kubernetes-1.14/hostpath/csi-hostpath-plugin.yaml @@ -63,7 +63,7 @@ spec: name: csi-data-dir - name: hostpath - image: quay.io/k8scsi/hostpathplugin:v1.1.0 + image: quay.io/k8scsi/hostpathplugin:v1.2.0-rc6 args: - "--drivername=hostpath.csi.k8s.io" - "--v=5" diff --git a/deploy/kubernetes-1.15/hostpath/csi-hostpath-plugin.yaml b/deploy/kubernetes-1.15/hostpath/csi-hostpath-plugin.yaml index 29324d793..da0c9f9f9 100644 --- a/deploy/kubernetes-1.15/hostpath/csi-hostpath-plugin.yaml +++ b/deploy/kubernetes-1.15/hostpath/csi-hostpath-plugin.yaml @@ -63,7 +63,7 @@ spec: name: csi-data-dir - name: hostpath - image: quay.io/k8scsi/hostpathplugin:v1.1.0 + image: quay.io/k8scsi/hostpathplugin:v1.2.0-rc6 args: - "--drivername=hostpath.csi.k8s.io" - "--v=5"