From ffeac6836b93fe2df50f4cd0fa365a6d4aedee9b Mon Sep 17 00:00:00 2001 From: Sheng Yang Date: Sat, 18 May 2019 12:06:05 -0700 Subject: [PATCH] Sync with manager: commit 7d4c3fb00e259e98fe2fd8f9a69976e541884a9a Author: Sheng Yang Date: Sat May 18 11:57:06 2019 -0700 Longhorn v0.5.0 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 906da59..dd7c602 100644 --- a/deploy/longhorn.yaml +++ b/deploy/longhorn.yaml @@ -181,7 +181,7 @@ spec: spec: containers: - name: longhorn-manager - image: rancher/longhorn-manager:v0.5.0-rc3 + image: rancher/longhorn-manager:v0.5.0 imagePullPolicy: Always securityContext: privileged: true @@ -190,9 +190,9 @@ spec: - -d - daemon - --engine-image - - rancher/longhorn-engine:v0.5.0-rc3 + - rancher/longhorn-engine:v0.5.0 - --manager-image - - rancher/longhorn-manager:v0.5.0-rc3 + - rancher/longhorn-manager:v0.5.0 - --service-account - longhorn-service-account ports: @@ -269,7 +269,7 @@ spec: spec: containers: - name: longhorn-ui - image: rancher/longhorn-ui:v0.5.0-rc3 + image: rancher/longhorn-ui:v0.5.0 ports: - containerPort: 8000 env: @@ -308,18 +308,18 @@ spec: spec: initContainers: - name: wait-longhorn-manager - image: rancher/longhorn-manager:v0.5.0-rc3 + image: rancher/longhorn-manager:v0.5.0 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.5.0-rc3 + image: rancher/longhorn-manager:v0.5.0 imagePullPolicy: Always command: - longhorn-manager - -d - deploy-driver - --manager-image - - rancher/longhorn-manager:v0.5.0-rc3 + - rancher/longhorn-manager:v0.5.0 - --manager-url - http://longhorn-backend:9500/v1 # manually choose "flexvolume" or "csi" diff --git a/uninstall/uninstall.yaml b/uninstall/uninstall.yaml index 4590bec..8812090 100644 --- a/uninstall/uninstall.yaml +++ b/uninstall/uninstall.yaml @@ -53,7 +53,7 @@ spec: spec: containers: - name: longhorn-uninstall - image: rancher/longhorn-manager:v0.5.0-rc3 + image: rancher/longhorn-manager:v0.5.0 imagePullPolicy: Always command: - longhorn-manager