Update images to 1.0.1

This PR updates images in yaml files to v1.0.1.
This commit is contained in:
Xing Yang
2019-01-02 07:21:48 -08:00
parent 1e1a432d5e
commit 8a62135453

View File

@@ -72,7 +72,7 @@ spec:
serviceAccount: csi-snapshotter serviceAccount: csi-snapshotter
containers: containers:
- name: csi-provisioner - name: csi-provisioner
image: quay.io/k8scsi/csi-provisioner:v1.0.0 image: quay.io/k8scsi/csi-provisioner:v1.0.1
args: args:
- "--provisioner=csi-hostpath" - "--provisioner=csi-hostpath"
- "--csi-address=$(ADDRESS)" - "--csi-address=$(ADDRESS)"
@@ -85,7 +85,7 @@ spec:
- name: socket-dir - name: socket-dir
mountPath: /csi mountPath: /csi
- name: csi-snapshotter - name: csi-snapshotter
image: quay.io/k8scsi/csi-snapshotter:v1.0.0 image: quay.io/k8scsi/csi-snapshotter:v1.0.1
args: args:
- "--csi-address=$(ADDRESS)" - "--csi-address=$(ADDRESS)"
- "--connection-timeout=15s" - "--connection-timeout=15s"
@@ -97,7 +97,7 @@ spec:
- name: socket-dir - name: socket-dir
mountPath: /csi mountPath: /csi
- name: hostpath - name: hostpath
image: quay.io/k8scsi/hostpathplugin:v1.0.0 image: quay.io/k8scsi/hostpathplugin:v1.0.1
args: args:
- "--v=5" - "--v=5"
- "--endpoint=$(CSI_ENDPOINT)" - "--endpoint=$(CSI_ENDPOINT)"