mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-20 21:30:35 +00:00
correct type for ca validation and update rancher catalog item images
This commit is contained in:
@@ -8,12 +8,12 @@ questions:
|
|||||||
group: "Container Images"
|
group: "Container Images"
|
||||||
subquestions:
|
subquestions:
|
||||||
- variable: engine.image.repository
|
- variable: engine.image.repository
|
||||||
default: "oats87/submariner-engine"
|
default: "rancher/submariner"
|
||||||
description: "Submariner Engine Image Repository"
|
description: "Submariner Engine Image Repository"
|
||||||
type: string
|
type: string
|
||||||
label: Submariner Engine Image Repository
|
label: Submariner Engine Image Repository
|
||||||
- variable: engine.image.tag
|
- variable: engine.image.tag
|
||||||
default: "dev"
|
default: "v0.0.1"
|
||||||
description: "Submariner Engine Image Tag"
|
description: "Submariner Engine Image Tag"
|
||||||
type: string
|
type: string
|
||||||
label: Submariner Engine Image Tag
|
label: Submariner Engine Image Tag
|
||||||
@@ -26,12 +26,12 @@ questions:
|
|||||||
group: "Container Images"
|
group: "Container Images"
|
||||||
subquestions:
|
subquestions:
|
||||||
- variable: routeAgent.image.repository
|
- variable: routeAgent.image.repository
|
||||||
default: "oats87/submariner-route-agent"
|
default: "rancher/submariner-route-agent"
|
||||||
description: "Submariner Route Agent Image Repository"
|
description: "Submariner Route Agent Image Repository"
|
||||||
type: string
|
type: string
|
||||||
label: Submariner Route Agent Image Repository
|
label: Submariner Route Agent Image Repository
|
||||||
- variable: routeAgent.image.tag
|
- variable: routeAgent.image.tag
|
||||||
default: "dev"
|
default: "v0.0.1"
|
||||||
description: "Submariner Route Agent Image Tag"
|
description: "Submariner Route Agent Image Tag"
|
||||||
type: string
|
type: string
|
||||||
label: Submariner Route Agent Image Tag
|
label: Submariner Route Agent Image Tag
|
||||||
@@ -70,7 +70,7 @@ questions:
|
|||||||
label: "Broker Server"
|
label: "Broker Server"
|
||||||
description: "Broker server to use (without the https://)"
|
description: "Broker server to use (without the https://)"
|
||||||
- variable: broker.insecure
|
- variable: broker.insecure
|
||||||
type: bool
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
show_subquestion_if: false
|
show_subquestion_if: false
|
||||||
group: "Broker Configuration"
|
group: "Broker Configuration"
|
||||||
@@ -129,4 +129,4 @@ questions:
|
|||||||
default: false
|
default: false
|
||||||
group: "Advanced Configuration"
|
group: "Advanced Configuration"
|
||||||
description: "Enable Charon debug mode"
|
description: "Enable Charon debug mode"
|
||||||
label: "Charon Enabled"
|
label: "Charon Enabled"
|
||||||
|
|||||||
Reference in New Issue
Block a user