From 39d3c2939f9fcbe820e7aa4107bec5ef54899db2 Mon Sep 17 00:00:00 2001 From: Sheng Yang Date: Mon, 23 Sep 2019 14:24:02 -0700 Subject: [PATCH] Sync with manager: commit d70efc647ca7ebf50f30f672e4a92f723658aa2e Author: Sheng Yang Date: Mon Sep 23 13:50:57 2019 -0700 Longhorn v0.6.1 release Signed-off-by: Sheng Yang --- deploy/longhorn.yaml | 12 ++++++------ uninstall/uninstall.yaml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/deploy/longhorn.yaml b/deploy/longhorn.yaml index 76fd06e..cea8d9c 100644 --- a/deploy/longhorn.yaml +++ b/deploy/longhorn.yaml @@ -220,7 +220,7 @@ spec: spec: containers: - name: longhorn-manager - image: longhornio/longhorn-manager:v0.6.0 + image: longhornio/longhorn-manager:v0.6.1 imagePullPolicy: Always securityContext: privileged: true @@ -231,7 +231,7 @@ spec: - --engine-image - longhornio/longhorn-engine:v0.6.0 - --manager-image - - longhornio/longhorn-manager:v0.6.0 + - longhornio/longhorn-manager:v0.6.1 - --service-account - longhorn-service-account ports: @@ -316,7 +316,7 @@ spec: spec: containers: - name: longhorn-ui - image: longhornio/longhorn-ui:v0.6.0 + image: longhornio/longhorn-ui:v0.6.1 ports: - containerPort: 8000 env: @@ -356,18 +356,18 @@ spec: spec: initContainers: - name: wait-longhorn-manager - image: longhornio/longhorn-manager:v0.6.0 + image: longhornio/longhorn-manager:v0.6.1 command: ['sh', '-c', 'while [ $(curl -m 1 -s -o /dev/null -w "%{http_code}" http://longhorn-backend:9500/v1) != "200" ]; do echo waiting; sleep 2; done'] containers: - name: longhorn-driver-deployer - image: longhornio/longhorn-manager:v0.6.0 + image: longhornio/longhorn-manager:v0.6.1 imagePullPolicy: Always command: - longhorn-manager - -d - deploy-driver - --manager-image - - longhornio/longhorn-manager:v0.6.0 + - longhornio/longhorn-manager:v0.6.1 - --manager-url - http://longhorn-backend:9500/v1 # manually choose "flexvolume" or "csi" diff --git a/uninstall/uninstall.yaml b/uninstall/uninstall.yaml index 19d060b..3307eb6 100644 --- a/uninstall/uninstall.yaml +++ b/uninstall/uninstall.yaml @@ -55,7 +55,7 @@ spec: spec: containers: - name: longhorn-uninstall - image: longhornio/longhorn-manager:v0.6.0 + image: longhornio/longhorn-manager:v0.6.1 imagePullPolicy: Always command: - longhorn-manager