Commit 7ac42d8c by Guangbo Chen

fixed incorrect longhorn image tag

parent 3d5ee1b9
...@@ -5,11 +5,8 @@ questions: ...@@ -5,11 +5,8 @@ questions:
default: "true" default: "true"
description: "Use default Docker image" description: "Use default Docker image"
label: Use Default Image label: Use Default Image
type: enum type: boolean
group: "Container Images" group: "Container Images"
options:
- "true"
- "false"
show_subquestion_if: false show_subquestion_if: false
subquestions: subquestions:
- variable: image.longhorn.engine - variable: image.longhorn.engine
...@@ -28,7 +25,7 @@ questions: ...@@ -28,7 +25,7 @@ questions:
type: string type: string
label: Longhorn Manager Image Name label: Longhorn Manager Image Name
- variable: image.longhorn.managerTag - variable: image.longhorn.managerTag
default: "de88734" default: "1ebf5cb"
description: "longhorn managerTag image tag" description: "longhorn managerTag image tag"
type: string type: string
label: Longhorn Manager Image Tag label: Longhorn Manager Image Tag
...@@ -38,7 +35,7 @@ questions: ...@@ -38,7 +35,7 @@ questions:
type: string type: string
label: Longhorn UI Image Name label: Longhorn UI Image Name
- variable: image.longhorn.uiTag - variable: image.longhorn.uiTag
default: "de88734" default: "1455f4f"
description: "longhorn uiTag image tag" description: "longhorn uiTag image tag"
type: string type: string
label: Longhorn UI Image Tag label: Longhorn UI Image Tag
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment