From d878150232c0e611c51a8422398a6f5f1e40e837 Mon Sep 17 00:00:00 2001 From: Sheng Yang Date: Tue, 15 Jan 2019 11:52:51 -0800 Subject: [PATCH] Sync with Longhorn Manager commit 85cdab997c1537dc6926f8d132f20bfc3cc33bc1 Author: Sheng Yang Date: Tue Jan 15 11:45:26 2019 -0800 Longhorn v0.3.3 release --- deploy/longhorn.yaml | 14 +++++++------- uninstall/uninstall.yaml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/deploy/longhorn.yaml b/deploy/longhorn.yaml index 5435470..db2bc6c 100644 --- a/deploy/longhorn.yaml +++ b/deploy/longhorn.yaml @@ -178,7 +178,7 @@ spec: spec: containers: - name: longhorn-manager - image: rancher/longhorn-manager:v0.3.3-rc1 + image: rancher/longhorn-manager:v0.3.3 imagePullPolicy: Always securityContext: privileged: true @@ -187,9 +187,9 @@ spec: - -d - daemon - --engine-image - - rancher/longhorn-engine:v0.3.3-rc1 + - rancher/longhorn-engine:v0.3.3 - --manager-image - - rancher/longhorn-manager:v0.3.3-rc1 + - rancher/longhorn-manager:v0.3.3 - --service-account - longhorn-service-account ports: @@ -266,7 +266,7 @@ spec: spec: containers: - name: longhorn-ui - image: rancher/longhorn-ui:v0.3.3-rc1 + image: rancher/longhorn-ui:v0.3.3 ports: - containerPort: 8000 env: @@ -305,18 +305,18 @@ spec: spec: initContainers: - name: wait-longhorn-manager - image: rancher/longhorn-manager:v0.3.3-rc1 + image: rancher/longhorn-manager:v0.3.3 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: rancher/longhorn-manager:v0.3.3-rc1 + image: rancher/longhorn-manager:v0.3.3 imagePullPolicy: Always command: - longhorn-manager - -d - deploy-driver - --manager-image - - rancher/longhorn-manager:v0.3.3-rc1 + - rancher/longhorn-manager:v0.3.3 - --manager-url - http://longhorn-backend:9500/v1 # manually choose "flexvolume" or "csi" diff --git a/uninstall/uninstall.yaml b/uninstall/uninstall.yaml index befbf94..6be2aaf 100644 --- a/uninstall/uninstall.yaml +++ b/uninstall/uninstall.yaml @@ -12,7 +12,7 @@ spec: spec: containers: - name: longhorn-uninstall - image: rancher/longhorn-manager:v0.3.2 + image: rancher/longhorn-manager:v0.3.3 imagePullPolicy: Always command: - longhorn-manager