Skip to content

Commit

Permalink
Update to v1.2.3-rc2
Browse files Browse the repository at this point in the history
Signed-off-by: David Ko <dko@suse.com>
  • Loading branch information
innobead committed Dec 10, 2021
1 parent fd2a2a2 commit 693896d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions charts/longhorn/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: longhorn
version: 1.2.3-rc1
appVersion: v1.2.3-rc1
version: 1.2.3-rc2
appVersion: v1.2.3-rc2
kubeVersion: ">=1.18.0-0"
description: Longhorn is a distributed block storage system for Kubernetes.
keywords:
Expand Down
8 changes: 4 additions & 4 deletions charts/longhorn/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.3-rc1
default: v1.2.3-rc2
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.3-rc1
default: v1.2.3-rc2
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.3-rc1
default: v1.2.3-rc2
description: "Specify Longhorn UI Image Tag"
type: string
label: Longhorn UI Image Tag
Expand All @@ -53,7 +53,7 @@ questions:
label: Longhorn Instance Manager Image Repository
group: "Longhorn Images Settings"
- variable: image.longhorn.instanceManager.tag
default: v1_20210731
default: v1_20211210
description: "Specify Longhorn Instance Manager Image Tag"
type: string
label: Longhorn Instance Manager Image Tag
Expand Down
8 changes: 4 additions & 4 deletions charts/longhorn/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ image:
longhorn:
engine:
repository: longhornio/longhorn-engine
tag: v1.2.3-rc1
tag: v1.2.3-rc2
manager:
repository: longhornio/longhorn-manager
tag: v1.2.3-rc1
tag: v1.2.3-rc2
ui:
repository: longhornio/longhorn-ui
tag: v1.2.3-rc1
tag: v1.2.3-rc2
instanceManager:
repository: longhornio/longhorn-instance-manager
tag: v1_20210731
tag: v1_20211210
shareManager:
repository: longhornio/longhorn-share-manager
tag: v1_20211020
Expand Down

0 comments on commit 693896d

Please sign in to comment.