Merge pull request #80 from xing-yang/update_images_1.0.1

Update images to 1.0.1
This commit is contained in:
Xing Yang
2019-01-18 10:57:38 -05:00
committed by GitHub

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)"