diff --git a/chart/Chart.yaml b/chart/Chart.yaml index ba3977aca1..5338e8d0ab 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: longhorn -version: 1.2.1-rc2 -appVersion: v1.2.1-rc2 +version: 1.2.1 +appVersion: v1.2.1 kubeVersion: ">=1.18.0-0" description: Longhorn is a distributed block storage system for Kubernetes. keywords: diff --git a/chart/questions.yml b/chart/questions.yml index 8d43d164c9..85fce9d9b9 100644 --- a/chart/questions.yml +++ b/chart/questions.yml @@ -17,7 +17,7 @@ questions: label: Longhorn Manager Image Repository group: "Longhorn Images Settings" - variable: image.longhorn.manager.tag - default: v1.2.1-rc2 + default: v1.2.1 description: "Specify Longhorn Manager Image Tag" type: string label: Longhorn Manager Image Tag @@ -29,7 +29,7 @@ questions: label: Longhorn Engine Image Repository group: "Longhorn Images Settings" - variable: image.longhorn.engine.tag - default: v1.2.1-rc2 + default: v1.2.1 description: "Specify Longhorn Engine Image Tag" type: string label: Longhorn Engine Image Tag @@ -41,7 +41,7 @@ questions: label: Longhorn UI Image Repository group: "Longhorn Images Settings" - variable: image.longhorn.ui.tag - default: v1.2.1-rc2 + default: v1.2.1 description: "Specify Longhorn UI Image Tag" type: string label: Longhorn UI Image Tag @@ -398,7 +398,7 @@ Typically, Longhorn can block the replica starting once the current rebuilding c WARNING: - The old setting \"Disable Replica Rebuild\" is replaced by this setting. - Different from relying on replica starting delay to limit the concurrent rebuilding, if the rebuilding is disabled, replica object replenishment will be directly skipped. -- When the value is 0, the eviction and data locality feature won't work. But this shouldn't have any impact to any current replica rebuild and backup restore.", +- When the value is 0, the eviction and data locality feature won't work. But this shouldn't have any impact to any current replica rebuild and backup restore." group: "Longhorn Default Settings" type: int min: 0 @@ -450,7 +450,7 @@ WARNING: description: "This interval in seconds determines how long Longhorn will wait before re-downloading the backing image file when all disk files of this backing image become failed or unknown. WARNING: - This recovery only works for the backing image of which the creation type is \"download\". - - File state \"unknown\" means the related manager pods on the pod is not running or the node itself is down/disconnected.", + - File state \"unknown\" means the related manager pods on the pod is not running or the node itself is down/disconnected." group: "Longhorn Default Settings" type: int min: 0 diff --git a/chart/values.yaml b/chart/values.yaml index 725ffce7ef..4c90df1aca 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -9,13 +9,13 @@ image: longhorn: engine: repository: longhornio/longhorn-engine - tag: v1.2.1-rc2 + tag: v1.2.1 manager: repository: longhornio/longhorn-manager - tag: v1.2.1-rc2 + tag: v1.2.1 ui: repository: longhornio/longhorn-ui - tag: v1.2.1-rc2 + tag: v1.2.1 instanceManager: repository: longhornio/longhorn-instance-manager tag: v1_20210731 diff --git a/deploy/longhorn-images.txt b/deploy/longhorn-images.txt index 17377fee09..af2cfeb616 100644 --- a/deploy/longhorn-images.txt +++ b/deploy/longhorn-images.txt @@ -4,8 +4,8 @@ k8s.gcr.io/sig-storage/csi-resizer:v1.2.0 k8s.gcr.io/sig-storage/csi-snapshotter:v3.0.3 k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.3.0 longhornio/backing-image-manager:v2_20210820 -longhornio/longhorn-engine:v1.2.1-rc2 +longhornio/longhorn-engine:v1.2.1 longhornio/longhorn-instance-manager:v1_20210731 -longhornio/longhorn-manager:v1.2.1-rc2 +longhornio/longhorn-manager:v1.2.1 longhornio/longhorn-share-manager:v1_20210914 -longhornio/longhorn-ui:v1.2.1-rc2 +longhornio/longhorn-ui:v1.2.1 diff --git a/deploy/longhorn.yaml b/deploy/longhorn.yaml index 545712b7cc..8866a6366a 100644 --- a/deploy/longhorn.yaml +++ b/deploy/longhorn.yaml @@ -984,7 +984,7 @@ spec: spec: containers: - name: longhorn-manager - image: longhornio/longhorn-manager:v1.2.1-rc2 + image: longhornio/longhorn-manager:v1.2.1 imagePullPolicy: IfNotPresent securityContext: privileged: true @@ -993,7 +993,7 @@ spec: - -d - daemon - --engine-image - - longhornio/longhorn-engine:v1.2.1-rc2 + - longhornio/longhorn-engine:v1.2.1 - --instance-manager-image - longhornio/longhorn-instance-manager:v1_20210731 - --share-manager-image @@ -1001,7 +1001,7 @@ spec: - --backing-image-manager-image - longhornio/backing-image-manager:v2_20210820 - --manager-image - - longhornio/longhorn-manager:v1.2.1-rc2 + - longhornio/longhorn-manager:v1.2.1 - --service-account - longhorn-service-account ports: @@ -1101,7 +1101,7 @@ spec: spec: containers: - name: longhorn-ui - image: longhornio/longhorn-ui:v1.2.1-rc2 + image: longhornio/longhorn-ui:v1.2.1 imagePullPolicy: IfNotPresent securityContext: runAsUser: 0 @@ -1157,18 +1157,18 @@ spec: spec: initContainers: - name: wait-longhorn-manager - image: longhornio/longhorn-manager:v1.2.1-rc2 + image: longhornio/longhorn-manager:v1.2.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:v1.2.1-rc2 + image: longhornio/longhorn-manager:v1.2.1 imagePullPolicy: IfNotPresent command: - longhorn-manager - -d - deploy-driver - --manager-image - - longhornio/longhorn-manager:v1.2.1-rc2 + - longhornio/longhorn-manager:v1.2.1 - --manager-url - http://longhorn-backend:9500/v1 env: diff --git a/uninstall/uninstall.yaml b/uninstall/uninstall.yaml index fbc2b41991..18c50e09c4 100644 --- a/uninstall/uninstall.yaml +++ b/uninstall/uninstall.yaml @@ -101,7 +101,7 @@ spec: spec: containers: - name: longhorn-uninstall - image: longhornio/longhorn-manager:v1.2.1-rc2 + image: longhornio/longhorn-manager:v1.2.1 imagePullPolicy: Always securityContext: privileged: true