adjust some questions for volume mounts (#131)
remove un-used media volume add missing downloads volume remove un-used media volume bump version to 1.0.1
This commit is contained in:
parent
2b6f1a0c41
commit
5477ef20b4
|
@ -2,7 +2,7 @@ apiVersion: v2
|
|||
appVersion: 1.2.5
|
||||
description: Node-RED is low-code programming for event-driven applications
|
||||
name: node-red
|
||||
version: 1.0.0
|
||||
version: 1.0.1
|
||||
upstream_version: 5.2.1
|
||||
keywords:
|
||||
- nodered
|
|
@ -9,6 +9,7 @@ groups:
|
|||
description: "configure app volume mounts"
|
||||
- name: "Ingress"
|
||||
description: "Ingress configuration"
|
||||
|
||||
portals:
|
||||
web_portal:
|
||||
protocols:
|
||||
|
@ -17,7 +18,6 @@ portals:
|
|||
- "$node_ip"
|
||||
ports:
|
||||
- "$variable-service.port.nodePort"
|
||||
path: "/web"
|
||||
|
||||
questions:
|
||||
# Image related
|
||||
|
@ -35,13 +35,13 @@ questions:
|
|||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: "linuxserver/nzbhydra2"
|
||||
default: "nodered/node-red"
|
||||
- variable: tag
|
||||
description: "Tag to use for specified image"
|
||||
label: "Image Tag"
|
||||
schema:
|
||||
type: string
|
||||
default: "version-v3.8.1"
|
||||
default: "1.2.5"
|
||||
- variable: pullPolicy
|
||||
description: "Docker Image Pull Policy"
|
||||
label: "Image Pull Policy"
|
||||
|
@ -115,7 +115,7 @@ questions:
|
|||
label: "container port"
|
||||
schema:
|
||||
type: int
|
||||
default: 5076
|
||||
default: 1880
|
||||
editable: false
|
||||
- variable: nodePort
|
||||
label: "Node Port to expose for UI"
|
||||
|
@ -142,8 +142,9 @@ questions:
|
|||
schema:
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: config
|
||||
label: "config dataset"
|
||||
# Data ------------------------
|
||||
- variable: data
|
||||
label: "data dataset"
|
||||
schema:
|
||||
type: dict
|
||||
$ref:
|
||||
|
@ -168,7 +169,7 @@ questions:
|
|||
label: "Dataset Name"
|
||||
schema:
|
||||
type: string
|
||||
default: "config"
|
||||
default: "data"
|
||||
required: true
|
||||
editable: false
|
||||
- variable: mountPath
|
||||
|
@ -177,7 +178,7 @@ questions:
|
|||
schema:
|
||||
type: path
|
||||
required: true
|
||||
default: "/config"
|
||||
default: "/data"
|
||||
editable: false
|
||||
- variable: hostPathEnabled
|
||||
label: "host Path Enabled"
|
||||
|
@ -290,4 +291,3 @@ questions:
|
|||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
|
|
@ -2,7 +2,7 @@ apiVersion: v2
|
|||
appVersion: v21.0
|
||||
description: NZBGet is a Usenet downloader client
|
||||
name: nzbget
|
||||
version: 1.0.0
|
||||
version: 1.0.1
|
||||
upstream_version: 7.3.1
|
||||
keywords:
|
||||
- nzbget
|
|
@ -9,7 +9,6 @@ groups:
|
|||
description: "configure app volume mounts"
|
||||
- name: "Ingress"
|
||||
description: "Ingress configuration"
|
||||
|
||||
portals:
|
||||
web_portal:
|
||||
protocols:
|
||||
|
@ -18,6 +17,7 @@ portals:
|
|||
- "$node_ip"
|
||||
ports:
|
||||
- "$variable-service.port.nodePort"
|
||||
path: "/web"
|
||||
|
||||
questions:
|
||||
# Image related
|
||||
|
@ -35,13 +35,13 @@ questions:
|
|||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: "nodered/node-red"
|
||||
default: "linuxserver/nzbget"
|
||||
- variable: tag
|
||||
description: "Tag to use for specified image"
|
||||
label: "Image Tag"
|
||||
schema:
|
||||
type: string
|
||||
default: "1.2.5"
|
||||
default: "version-v21.0"
|
||||
- variable: pullPolicy
|
||||
description: "Docker Image Pull Policy"
|
||||
label: "Image Pull Policy"
|
||||
|
@ -115,7 +115,7 @@ questions:
|
|||
label: "container port"
|
||||
schema:
|
||||
type: int
|
||||
default: 1880
|
||||
default: 6789
|
||||
editable: false
|
||||
- variable: nodePort
|
||||
label: "Node Port to expose for UI"
|
||||
|
@ -142,7 +142,6 @@ questions:
|
|||
schema:
|
||||
type: dict
|
||||
attrs:
|
||||
# Config ------------------------
|
||||
- variable: config
|
||||
label: "config dataset"
|
||||
schema:
|
||||
|
@ -192,8 +191,8 @@ questions:
|
|||
schema:
|
||||
type: hostpath
|
||||
required: true
|
||||
- variable: data
|
||||
label: "data dataset"
|
||||
- variable: downloads
|
||||
label: "downloads dataset"
|
||||
schema:
|
||||
type: dict
|
||||
$ref:
|
||||
|
@ -218,7 +217,7 @@ questions:
|
|||
label: "Dataset Name"
|
||||
schema:
|
||||
type: string
|
||||
default: "data"
|
||||
default: "downloads"
|
||||
required: true
|
||||
editable: false
|
||||
- variable: mountPath
|
||||
|
@ -227,7 +226,7 @@ questions:
|
|||
schema:
|
||||
type: path
|
||||
required: true
|
||||
default: "/data"
|
||||
default: "/downloads"
|
||||
editable: false
|
||||
- variable: hostPathEnabled
|
||||
label: "host Path Enabled"
|
||||
|
@ -242,7 +241,6 @@ questions:
|
|||
type: hostpath
|
||||
required: true
|
||||
|
||||
|
||||
- variable: appIngress
|
||||
label: ""
|
||||
group: "Ingress"
|
||||
|
@ -340,3 +338,4 @@ questions:
|
|||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
|
|
@ -2,7 +2,7 @@ apiVersion: v2
|
|||
appVersion: v3.8.1
|
||||
description: Usenet meta search
|
||||
name: nzbhydra
|
||||
version: 1.0.0
|
||||
version: 1.0.1
|
||||
upstream_version: 5.3.1
|
||||
keywords:
|
||||
- nzbhydra
|
|
@ -35,13 +35,13 @@ questions:
|
|||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: "linuxserver/nzbget"
|
||||
default: "linuxserver/nzbhydra2"
|
||||
- variable: tag
|
||||
description: "Tag to use for specified image"
|
||||
label: "Image Tag"
|
||||
schema:
|
||||
type: string
|
||||
default: "version-v21.0"
|
||||
default: "version-v3.8.1"
|
||||
- variable: pullPolicy
|
||||
description: "Docker Image Pull Policy"
|
||||
label: "Image Pull Policy"
|
||||
|
@ -115,7 +115,7 @@ questions:
|
|||
label: "container port"
|
||||
schema:
|
||||
type: int
|
||||
default: 6789
|
||||
default: 5076
|
||||
editable: false
|
||||
- variable: nodePort
|
||||
label: "Node Port to expose for UI"
|
||||
|
@ -191,55 +191,6 @@ questions:
|
|||
schema:
|
||||
type: hostpath
|
||||
required: true
|
||||
- variable: media
|
||||
label: "media dataset"
|
||||
schema:
|
||||
type: dict
|
||||
$ref:
|
||||
- "normalize/ixVolume"
|
||||
attrs:
|
||||
- variable: enabled
|
||||
label: "Enabled"
|
||||
schema:
|
||||
type: boolean
|
||||
default: true
|
||||
required: true
|
||||
hidden: true
|
||||
editable: false
|
||||
- variable: emptyDir
|
||||
label: "emptyDir"
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
hidden: true
|
||||
editable: false
|
||||
- variable: datasetName
|
||||
label: "Dataset Name"
|
||||
schema:
|
||||
type: string
|
||||
default: "media"
|
||||
required: true
|
||||
editable: false
|
||||
- variable: mountPath
|
||||
label: "Mount Path"
|
||||
description: "Path to mount inside the pod"
|
||||
schema:
|
||||
type: path
|
||||
required: true
|
||||
default: "/media"
|
||||
editable: false
|
||||
- variable: hostPathEnabled
|
||||
label: "host Path Enabled"
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
show_subquestions_if: true
|
||||
subquestions:
|
||||
- variable: hostPath
|
||||
label: "Host Path"
|
||||
schema:
|
||||
type: hostpath
|
||||
required: true
|
||||
- variable: downloads
|
||||
label: "downloads dataset"
|
||||
schema:
|
|
@ -2,7 +2,7 @@ apiVersion: v2
|
|||
appVersion: 3.1.0
|
||||
description: Free and easy binary newsreader
|
||||
name: sabnzbd
|
||||
version: 1.0.0
|
||||
version: 1.0.1
|
||||
upstream_version: 4.2.1
|
||||
keywords:
|
||||
- sabnzbd
|
|
@ -191,55 +191,6 @@ questions:
|
|||
schema:
|
||||
type: hostpath
|
||||
required: true
|
||||
- variable: media
|
||||
label: "media dataset"
|
||||
schema:
|
||||
type: dict
|
||||
$ref:
|
||||
- "normalize/ixVolume"
|
||||
attrs:
|
||||
- variable: enabled
|
||||
label: "Enabled"
|
||||
schema:
|
||||
type: boolean
|
||||
default: true
|
||||
required: true
|
||||
hidden: true
|
||||
editable: false
|
||||
- variable: emptyDir
|
||||
label: "emptyDir"
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
hidden: true
|
||||
editable: false
|
||||
- variable: datasetName
|
||||
label: "Dataset Name"
|
||||
schema:
|
||||
type: string
|
||||
default: "media"
|
||||
required: true
|
||||
editable: false
|
||||
- variable: mountPath
|
||||
label: "Mount Path"
|
||||
description: "Path to mount inside the pod"
|
||||
schema:
|
||||
type: path
|
||||
required: true
|
||||
default: "/media"
|
||||
editable: false
|
||||
- variable: hostPathEnabled
|
||||
label: "host Path Enabled"
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
show_subquestions_if: true
|
||||
subquestions:
|
||||
- variable: hostPath
|
||||
label: "Host Path"
|
||||
schema:
|
||||
type: hostpath
|
||||
required: true
|
||||
- variable: downloads
|
||||
label: "downloads dataset"
|
||||
schema:
|
Loading…
Reference in New Issue