|
@@ -19,42 +19,6 @@ portals:
|
|
|
path: "/webui"
|
|
|
|
|
|
questions:
|
|
|
- # Image related
|
|
|
- - variable: image
|
|
|
- description: "Docker Image Details"
|
|
|
- label: "Docker Image"
|
|
|
- group: "Container Images"
|
|
|
- schema:
|
|
|
- type: dict
|
|
|
- required: true
|
|
|
- attrs:
|
|
|
- - variable: repository
|
|
|
- description: "Docker image repository"
|
|
|
- label: "Image repository"
|
|
|
- schema:
|
|
|
- type: string
|
|
|
- default: "ipfs/go-ipfs"
|
|
|
- required: true
|
|
|
- - variable: tag
|
|
|
- description: "Tag to use for specified image"
|
|
|
- label: "Image Tag"
|
|
|
- schema:
|
|
|
- type: string
|
|
|
- default: "v0.8.0-rc1"
|
|
|
- - variable: pullPolicy
|
|
|
- description: "Docker Image Pull Policy"
|
|
|
- label: "Image Pull Policy"
|
|
|
- schema:
|
|
|
- type: string
|
|
|
- default: "IfNotPresent"
|
|
|
- enum:
|
|
|
- - value: "IfNotPresent"
|
|
|
- description: "Only pull image if not present on host"
|
|
|
- - value: "Always"
|
|
|
- description: "Always pull image even if present on host"
|
|
|
- - value: "Never"
|
|
|
- description: "Never pull image even if it's not present on host"
|
|
|
-
|
|
|
- variable: updateStrategy
|
|
|
label: "IPFS update strategy"
|
|
|
group: "Workload Configuration"
|