From c4bfe1bdc6b8b4a37c90b2e5ba2cbb94991ba521 Mon Sep 17 00:00:00 2001 From: Sheng Yang Date: Wed, 24 Jan 2018 14:44:28 -0800 Subject: [PATCH] Update deploy example.yaml --- deploy/example.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy/example.yaml b/deploy/example.yaml index 679f698..3c37c82 100644 --- a/deploy/example.yaml +++ b/deploy/example.yaml @@ -167,7 +167,7 @@ spec: mountPath: /data/ containers: - name: longhorn-manager - image: rancher/longhorn-manager:fc47da9 + image: rancher/longhorn-manager:ea71bd3 imagePullPolicy: Always securityContext: privileged: true @@ -289,7 +289,7 @@ spec: spec: initContainers: - name: init-container - image: rancher/longhorn-driver:fc47da9 + image: rancher/longhorn-driver:ea71bd3 securityContext: privileged: true command: ["/checkdependency.sh"] @@ -297,7 +297,7 @@ spec: - name: host-proc-mount mountPath: /host/proc/ containers: - - image: rancher/longhorn-driver:fc47da9 + - image: rancher/longhorn-driver:ea71bd3 imagePullPolicy: Always name: longhorn-driver-container command: ["/entrypoint.sh"]