Skip to content

Commit c7a70c9

Browse files
committed
release: v1.6.2
Signed-off-by: David Ko <[email protected]>
1 parent ee8bede commit c7a70c9

File tree

6 files changed

+73
-73
lines changed

6 files changed

+73
-73
lines changed

chart/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
name: longhorn
3-
version: 1.6.2-rc2
4-
appVersion: v1.6.2-rc2
3+
version: 1.6.2
4+
appVersion: v1.6.2
55
kubeVersion: ">=1.21.0-0"
66
description: Longhorn is a distributed block storage system for Kubernetes.
77
keywords:

chart/questions.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ questions:
1717
label: Longhorn Manager Image Repository
1818
group: "Longhorn Images Settings"
1919
- variable: image.longhorn.manager.tag
20-
default: v1.6.2-rc2
20+
default: v1.6.2
2121
description: "Specify Longhorn Manager Image Tag"
2222
type: string
2323
label: Longhorn Manager Image Tag
@@ -29,7 +29,7 @@ questions:
2929
label: Longhorn Engine Image Repository
3030
group: "Longhorn Images Settings"
3131
- variable: image.longhorn.engine.tag
32-
default: v1.6.2-rc2
32+
default: v1.6.2
3333
description: "Specify Longhorn Engine Image Tag"
3434
type: string
3535
label: Longhorn Engine Image Tag
@@ -41,7 +41,7 @@ questions:
4141
label: Longhorn UI Image Repository
4242
group: "Longhorn Images Settings"
4343
- variable: image.longhorn.ui.tag
44-
default: v1.6.2-rc2
44+
default: v1.6.2
4545
description: "Specify Longhorn UI Image Tag"
4646
type: string
4747
label: Longhorn UI Image Tag
@@ -53,7 +53,7 @@ questions:
5353
label: Longhorn Instance Manager Image Repository
5454
group: "Longhorn Images Settings"
5555
- variable: image.longhorn.instanceManager.tag
56-
default: v1.6.2-rc2
56+
default: v1.6.2
5757
description: "Specify Longhorn Instance Manager Image Tag"
5858
type: string
5959
label: Longhorn Instance Manager Image Tag
@@ -65,7 +65,7 @@ questions:
6565
label: Longhorn Share Manager Image Repository
6666
group: "Longhorn Images Settings"
6767
- variable: image.longhorn.shareManager.tag
68-
default: v1.6.2-rc2
68+
default: v1.6.2
6969
description: "Specify Longhorn Share Manager Image Tag"
7070
type: string
7171
label: Longhorn Share Manager Image Tag
@@ -77,7 +77,7 @@ questions:
7777
label: Longhorn Backing Image Manager Image Repository
7878
group: "Longhorn Images Settings"
7979
- variable: image.longhorn.backingImageManager.tag
80-
default: v1.6.2-rc2
80+
default: v1.6.2
8181
description: "Specify Longhorn Backing Image Manager Image Tag"
8282
type: string
8383
label: Longhorn Backing Image Manager Image Tag

chart/values.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -35,32 +35,32 @@ image:
3535
# -- Repository for the Longhorn Engine image.
3636
repository: longhornio/longhorn-engine
3737
# -- Specify Longhorn engine image tag
38-
tag: v1.6.2-rc2
38+
tag: v1.6.2
3939
manager:
4040
# -- Repository for the Longhorn Manager image.
4141
repository: longhornio/longhorn-manager
4242
# -- Specify Longhorn manager image tag
43-
tag: v1.6.2-rc2
43+
tag: v1.6.2
4444
ui:
4545
# -- Repository for the Longhorn UI image.
4646
repository: longhornio/longhorn-ui
4747
# -- Specify Longhorn ui image tag
48-
tag: v1.6.2-rc2
48+
tag: v1.6.2
4949
instanceManager:
5050
# -- Repository for the Longhorn Instance Manager image.
5151
repository: longhornio/longhorn-instance-manager
5252
# -- Specify Longhorn instance manager image tag
53-
tag: v1.6.2-rc2
53+
tag: v1.6.2
5454
shareManager:
5555
# -- Repository for the Longhorn Share Manager image.
5656
repository: longhornio/longhorn-share-manager
5757
# -- Specify Longhorn share manager image tag
58-
tag: v1.6.2-rc2
58+
tag: v1.6.2
5959
backingImageManager:
6060
# -- Repository for the Backing Image Manager image. When unspecified, Longhorn uses the default value.
6161
repository: longhornio/backing-image-manager
6262
# -- Specify Longhorn backing image manager image tag
63-
tag: v1.6.2-rc2
63+
tag: v1.6.2
6464
supportBundleKit:
6565
# -- Repository for the Longhorn Support Bundle Manager image.
6666
repository: longhornio/support-bundle-kit

deploy/longhorn-images.txt

+6-6
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ longhornio/csi-snapshotter:v6.3.4
55
longhornio/csi-node-driver-registrar:v2.9.2
66
longhornio/livenessprobe:v2.12.0
77
longhornio/openshift-origin-oauth-proxy:4.14
8-
longhornio/backing-image-manager:v1.6.2-rc2
9-
longhornio/longhorn-engine:v1.6.2-rc2
10-
longhornio/longhorn-instance-manager:v1.6.2-rc2
11-
longhornio/longhorn-manager:v1.6.2-rc2
12-
longhornio/longhorn-share-manager:v1.6.2-rc2
13-
longhornio/longhorn-ui:v1.6.2-rc2
8+
longhornio/backing-image-manager:v1.6.2
9+
longhornio/longhorn-engine:v1.6.2
10+
longhornio/longhorn-instance-manager:v1.6.2
11+
longhornio/longhorn-manager:v1.6.2
12+
longhornio/longhorn-share-manager:v1.6.2
13+
longhornio/longhorn-ui:v1.6.2
1414
longhornio/support-bundle-kit:v0.0.37

0 commit comments

Comments
 (0)