From 4963761a920332a7269a626ed1caa24d1b7522b0 Mon Sep 17 00:00:00 2001 From: Sheng Yang Date: Tue, 11 Aug 2020 22:01:38 -0700 Subject: [PATCH] Update version to v1.0.2-rc1 Signed-off-by: Sheng Yang --- chart/Chart.yaml | 4 ++-- chart/questions.yml | 6 +++--- chart/values.yaml | 6 +++--- deploy/longhorn-images.txt | 6 +++--- deploy/longhorn.yaml | 14 +++++++------- deploy/release-images.txt | 6 +++--- uninstall/uninstall.yaml | 2 +- 7 files changed, 22 insertions(+), 22 deletions(-) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index d69784c..d6ab084 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: longhorn -version: 1.0.1 -appVersion: v1.0.1 +version: 1.0.2-rc1 +appVersion: v1.0.2-rc1 kubeVersion: ">=v1.14.0-r0" description: Longhorn is a distributed block storage system for Kubernetes. keywords: diff --git a/chart/questions.yml b/chart/questions.yml index 698ddaa..e43f607 100644 --- a/chart/questions.yml +++ b/chart/questions.yml @@ -17,7 +17,7 @@ questions: label: Longhorn Manager Image Name group: "Longhorn Images Settings" - variable: image.longhorn.managerTag - default: v1.0.1 + default: v1.0.2-rc1 description: "Specify Longhorn Manager Image Tag" type: string label: Longhorn Manager Image Tag @@ -29,7 +29,7 @@ questions: label: Longhorn Engine Image Name group: "Longhorn Images Settings" - variable: image.longhorn.engineTag - default: v1.0.1 + default: v1.0.2-rc1 description: "Specify Longhorn Engine Image Tag" type: string label: Longhorn Engine Image Tag @@ -41,7 +41,7 @@ questions: label: Longhorn UI Image Name group: "Longhorn Images Settings" - variable: image.longhorn.uiTag - default: v1.0.1 + default: v1.0.2-rc1 description: "Specify Longhorn UI Image Tag" type: string label: Longhorn UI Image Tag diff --git a/chart/values.yaml b/chart/values.yaml index a1cec34..32a4ccd 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -4,11 +4,11 @@ image: longhorn: engine: longhornio/longhorn-engine - engineTag: v1.0.1 + engineTag: v1.0.2-rc1 manager: longhornio/longhorn-manager - managerTag: v1.0.1 + managerTag: v1.0.2-rc1 ui: longhornio/longhorn-ui - uiTag: v1.0.1 + uiTag: v1.0.2-rc1 instanceManager: longhornio/longhorn-instance-manager instanceManagerTag: v1_20200514 pullPolicy: IfNotPresent diff --git a/deploy/longhorn-images.txt b/deploy/longhorn-images.txt index 0c88e5b..0e59b4c 100644 --- a/deploy/longhorn-images.txt +++ b/deploy/longhorn-images.txt @@ -1,7 +1,7 @@ -longhornio/longhorn-engine:v1.0.x +longhornio/longhorn-engine:v1.0.2-rc1 longhornio/longhorn-instance-manager:v1_20200514 -longhornio/longhorn-manager:v1.0.x -longhornio/longhorn-ui:v1.0.x +longhornio/longhorn-manager:v1.0.2-rc1 +longhornio/longhorn-ui:v1.0.2-rc1 longhornio/csi-attacher:v2.0.0 longhornio/csi-node-driver-registrar:v1.2.0 longhornio/csi-provisioner:v1.4.0 diff --git a/deploy/longhorn.yaml b/deploy/longhorn.yaml index 6610957..f1ddbf7 100644 --- a/deploy/longhorn.yaml +++ b/deploy/longhorn.yaml @@ -308,7 +308,7 @@ spec: spec: containers: - name: longhorn-manager - image: longhornio/longhorn-manager:v1.0.x + image: longhornio/longhorn-manager:v1.0.2-rc1 imagePullPolicy: IfNotPresent securityContext: privileged: true @@ -317,11 +317,11 @@ spec: - -d - daemon - --engine-image - - longhornio/longhorn-engine:v1.0.x + - longhornio/longhorn-engine:v1.0.2-rc1 - --instance-manager-image - longhornio/longhorn-instance-manager:v1_20200514 - --manager-image - - longhornio/longhorn-manager:v1.0.x + - longhornio/longhorn-manager:v1.0.2-rc1 - --service-account - longhorn-service-account ports: @@ -417,7 +417,7 @@ spec: spec: containers: - name: longhorn-ui - image: longhornio/longhorn-ui:v1.0.x + image: longhornio/longhorn-ui:v1.0.2-rc1 imagePullPolicy: IfNotPresent securityContext: runAsUser: 0 @@ -464,18 +464,18 @@ spec: spec: initContainers: - name: wait-longhorn-manager - image: longhornio/longhorn-manager:v1.0.x + image: longhornio/longhorn-manager:v1.0.2-rc1 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:v1.0.x + image: longhornio/longhorn-manager:v1.0.2-rc1 imagePullPolicy: IfNotPresent command: - longhorn-manager - -d - deploy-driver - --manager-image - - longhornio/longhorn-manager:v1.0.x + - longhornio/longhorn-manager:v1.0.2-rc1 - --manager-url - http://longhorn-backend:9500/v1 env: diff --git a/deploy/release-images.txt b/deploy/release-images.txt index 342dc14..0fc3c96 100644 --- a/deploy/release-images.txt +++ b/deploy/release-images.txt @@ -1,7 +1,7 @@ -longhornio/longhorn-engine:v1.0.x +longhornio/longhorn-engine:v1.0.2-rc1 longhornio/longhorn-instance-manager:v1_20200514 -longhornio/longhorn-manager:v1.0.x -longhornio/longhorn-ui:v1.0.x +longhornio/longhorn-manager:v1.0.2-rc1 +longhornio/longhorn-ui:v1.0.2-rc1 quay.io/k8scsi/csi-attacher:v2.0.0 quay.io/k8scsi/csi-node-driver-registrar:v1.2.0 quay.io/k8scsi/csi-provisioner:v1.4.0 diff --git a/uninstall/uninstall.yaml b/uninstall/uninstall.yaml index 3c2dd42..404d7fa 100644 --- a/uninstall/uninstall.yaml +++ b/uninstall/uninstall.yaml @@ -61,7 +61,7 @@ spec: spec: containers: - name: longhorn-uninstall - image: longhornio/longhorn-manager:v1.0.x + image: longhornio/longhorn-manager:v1.0.2-rc1 imagePullPolicy: Always command: - longhorn-manager