Update images to v0.4.0

This PR updates images to v0.4.0.
This commit is contained in:
Xing Yang
2018-09-27 11:46:38 -07:00
parent a08db38d40
commit 0ad0848963

View File

@@ -95,7 +95,7 @@ spec:
serviceAccount: csi-snapshotter serviceAccount: csi-snapshotter
containers: containers:
- name: csi-provisioner - name: csi-provisioner
image: xyang105/csi:csi-provisioner image: quay.io/k8scsi/csi-provisioner:v0.4.0
args: args:
- "--provisioner=csi-hostpath" - "--provisioner=csi-hostpath"
- "--csi-address=$(ADDRESS)" - "--csi-address=$(ADDRESS)"
@@ -103,24 +103,24 @@ spec:
env: env:
- name: ADDRESS - name: ADDRESS
value: /csi/csi.sock value: /csi/csi.sock
imagePullPolicy: "IfNotPresent" imagePullPolicy: Always
volumeMounts: volumeMounts:
- name: socket-dir - name: socket-dir
mountPath: /csi mountPath: /csi
- name: csi-snapshotter - name: csi-snapshotter
image: xyang105/csi:csi-snapshotter image: quay.io/k8scsi/csi-snapshotter:v0.4.0
args: args:
- "--csi-address=$(ADDRESS)" - "--csi-address=$(ADDRESS)"
- "--connection-timeout=15s" - "--connection-timeout=15s"
env: env:
- name: ADDRESS - name: ADDRESS
value: /csi/csi.sock value: /csi/csi.sock
imagePullPolicy: "IfNotPresent" imagePullPolicy: Always
volumeMounts: volumeMounts:
- name: socket-dir - name: socket-dir
mountPath: /csi mountPath: /csi
- name: hostpath - name: hostpath
image: xyang105/csi:csi-hostpath image: quay.io/k8scsi/hostpathplugin:v0.4.0
args: args:
- "--v=5" - "--v=5"
- "--endpoint=$(CSI_ENDPOINT)" - "--endpoint=$(CSI_ENDPOINT)"
@@ -133,7 +133,7 @@ spec:
fieldRef: fieldRef:
apiVersion: v1 apiVersion: v1
fieldPath: spec.nodeName fieldPath: spec.nodeName
imagePullPolicy: IfNotPresent imagePullPolicy: Always
securityContext: securityContext:
privileged: true privileged: true
volumeMounts: volumeMounts: