From 11f716f6eee3e6dfc60b5158394973a5a3c2eec9 Mon Sep 17 00:00:00 2001 From: Xing Yang Date: Mon, 19 Nov 2018 17:58:26 -0800 Subject: [PATCH] Update images to v1.0.0 in yaml file This PR updates the images to v1.0.0 in example yaml files. --- deploy/kubernetes/setup-csi-snapshotter.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy/kubernetes/setup-csi-snapshotter.yaml b/deploy/kubernetes/setup-csi-snapshotter.yaml index 65484d63..5381fff8 100644 --- a/deploy/kubernetes/setup-csi-snapshotter.yaml +++ b/deploy/kubernetes/setup-csi-snapshotter.yaml @@ -72,7 +72,7 @@ spec: serviceAccount: csi-snapshotter containers: - name: csi-provisioner - image: quay.io/k8scsi/csi-provisioner:v0.4.0 + image: quay.io/k8scsi/csi-provisioner:v1.0.0 args: - "--provisioner=csi-hostpath" - "--csi-address=$(ADDRESS)" @@ -85,7 +85,7 @@ spec: - name: socket-dir mountPath: /csi - name: csi-snapshotter - image: quay.io/k8scsi/csi-snapshotter:v0.4.0 + image: quay.io/k8scsi/csi-snapshotter:v1.0.0 args: - "--csi-address=$(ADDRESS)" - "--connection-timeout=15s" @@ -97,7 +97,7 @@ spec: - name: socket-dir mountPath: /csi - name: hostpath - image: quay.io/k8scsi/hostpathplugin:v0.4.0 + image: quay.io/k8scsi/hostpathplugin:v1.0.0 args: - "--v=5" - "--endpoint=$(CSI_ENDPOINT)"