Update deploy example.yaml

This commit is contained in:
Sheng Yang 2018-01-24 14:44:28 -08:00
parent 1300ef6a98
commit c4bfe1bdc6

View File

@ -167,7 +167,7 @@ spec:
mountPath: /data/ mountPath: /data/
containers: containers:
- name: longhorn-manager - name: longhorn-manager
image: rancher/longhorn-manager:fc47da9 image: rancher/longhorn-manager:ea71bd3
imagePullPolicy: Always imagePullPolicy: Always
securityContext: securityContext:
privileged: true privileged: true
@ -289,7 +289,7 @@ spec:
spec: spec:
initContainers: initContainers:
- name: init-container - name: init-container
image: rancher/longhorn-driver:fc47da9 image: rancher/longhorn-driver:ea71bd3
securityContext: securityContext:
privileged: true privileged: true
command: ["/checkdependency.sh"] command: ["/checkdependency.sh"]
@ -297,7 +297,7 @@ spec:
- name: host-proc-mount - name: host-proc-mount
mountPath: /host/proc/ mountPath: /host/proc/
containers: containers:
- image: rancher/longhorn-driver:fc47da9 - image: rancher/longhorn-driver:ea71bd3
imagePullPolicy: Always imagePullPolicy: Always
name: longhorn-driver-container name: longhorn-driver-container
command: ["/entrypoint.sh"] command: ["/entrypoint.sh"]