Skip to content

Commit

Permalink
Merge pull request #35 from xing-yang/update_images
Browse files Browse the repository at this point in the history
Update images to v0.4.0
  • Loading branch information
k8s-ci-robot authored Sep 27, 2018
2 parents a08db38 + 0ad0848 commit 9620c43
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions deploy/kubernetes/setup-csi-snapshotter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,32 +95,32 @@ spec:
serviceAccount: csi-snapshotter
containers:
- name: csi-provisioner
image: xyang105/csi:csi-provisioner
image: quay.io/k8scsi/csi-provisioner:v0.4.0
args:
- "--provisioner=csi-hostpath"
- "--csi-address=$(ADDRESS)"
- "--connection-timeout=15s"
env:
- name: ADDRESS
value: /csi/csi.sock
imagePullPolicy: "IfNotPresent"
imagePullPolicy: Always
volumeMounts:
- name: socket-dir
mountPath: /csi
- name: csi-snapshotter
image: xyang105/csi:csi-snapshotter
image: quay.io/k8scsi/csi-snapshotter:v0.4.0
args:
- "--csi-address=$(ADDRESS)"
- "--connection-timeout=15s"
env:
- name: ADDRESS
value: /csi/csi.sock
imagePullPolicy: "IfNotPresent"
imagePullPolicy: Always
volumeMounts:
- name: socket-dir
mountPath: /csi
- name: hostpath
image: xyang105/csi:csi-hostpath
image: quay.io/k8scsi/hostpathplugin:v0.4.0
args:
- "--v=5"
- "--endpoint=$(CSI_ENDPOINT)"
Expand All @@ -133,7 +133,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: spec.nodeName
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
securityContext:
privileged: true
volumeMounts:
Expand Down

0 comments on commit 9620c43

Please sign in to comment.