Skip to content

Commit

Permalink
Release longhorn v1.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: David Ko <dko@suse.com>
  • Loading branch information
innobead committed Oct 6, 2021
1 parent 0b91c1b commit 2262652
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
10 changes: 5 additions & 5 deletions chart/questions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions deploy/longhorn-images.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
14 changes: 7 additions & 7 deletions deploy/longhorn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -993,15 +993,15 @@ 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
- longhornio/longhorn-share-manager:v1_20210914
- --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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion uninstall/uninstall.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2262652

Please sign in to comment.