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:
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: 1.2.5
|
appVersion: 1.2.5
|
||||||
description: Node-RED is low-code programming for event-driven applications
|
description: Node-RED is low-code programming for event-driven applications
|
||||||
name: node-red
|
name: node-red
|
||||||
version: 1.0.0
|
version: 1.0.1
|
||||||
upstream_version: 5.2.1
|
upstream_version: 5.2.1
|
||||||
keywords:
|
keywords:
|
||||||
- nodered
|
- nodered
|
||||||
@@ -9,6 +9,7 @@ groups:
|
|||||||
description: "configure app volume mounts"
|
description: "configure app volume mounts"
|
||||||
- name: "Ingress"
|
- name: "Ingress"
|
||||||
description: "Ingress configuration"
|
description: "Ingress configuration"
|
||||||
|
|
||||||
portals:
|
portals:
|
||||||
web_portal:
|
web_portal:
|
||||||
protocols:
|
protocols:
|
||||||
@@ -17,7 +18,6 @@ portals:
|
|||||||
- "$node_ip"
|
- "$node_ip"
|
||||||
ports:
|
ports:
|
||||||
- "$variable-service.port.nodePort"
|
- "$variable-service.port.nodePort"
|
||||||
path: "/web"
|
|
||||||
|
|
||||||
questions:
|
questions:
|
||||||
# Image related
|
# Image related
|
||||||
@@ -35,13 +35,13 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
default: "linuxserver/nzbhydra2"
|
default: "nodered/node-red"
|
||||||
- variable: tag
|
- variable: tag
|
||||||
description: "Tag to use for specified image"
|
description: "Tag to use for specified image"
|
||||||
label: "Image Tag"
|
label: "Image Tag"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "version-v3.8.1"
|
default: "1.2.5"
|
||||||
- variable: pullPolicy
|
- variable: pullPolicy
|
||||||
description: "Docker Image Pull Policy"
|
description: "Docker Image Pull Policy"
|
||||||
label: "Image Pull Policy"
|
label: "Image Pull Policy"
|
||||||
@@ -115,7 +115,7 @@ questions:
|
|||||||
label: "container port"
|
label: "container port"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 5076
|
default: 1880
|
||||||
editable: false
|
editable: false
|
||||||
- variable: nodePort
|
- variable: nodePort
|
||||||
label: "Node Port to expose for UI"
|
label: "Node Port to expose for UI"
|
||||||
@@ -142,8 +142,9 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
- variable: config
|
# Data ------------------------
|
||||||
label: "config dataset"
|
- variable: data
|
||||||
|
label: "data dataset"
|
||||||
schema:
|
schema:
|
||||||
type: dict
|
type: dict
|
||||||
$ref:
|
$ref:
|
||||||
@@ -168,7 +169,7 @@ questions:
|
|||||||
label: "Dataset Name"
|
label: "Dataset Name"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "config"
|
default: "data"
|
||||||
required: true
|
required: true
|
||||||
editable: false
|
editable: false
|
||||||
- variable: mountPath
|
- variable: mountPath
|
||||||
@@ -177,7 +178,7 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: path
|
type: path
|
||||||
required: true
|
required: true
|
||||||
default: "/config"
|
default: "/data"
|
||||||
editable: false
|
editable: false
|
||||||
- variable: hostPathEnabled
|
- variable: hostPathEnabled
|
||||||
label: "host Path Enabled"
|
label: "host Path Enabled"
|
||||||
@@ -290,4 +291,3 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
|
|
||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: v21.0
|
appVersion: v21.0
|
||||||
description: NZBGet is a Usenet downloader client
|
description: NZBGet is a Usenet downloader client
|
||||||
name: nzbget
|
name: nzbget
|
||||||
version: 1.0.0
|
version: 1.0.1
|
||||||
upstream_version: 7.3.1
|
upstream_version: 7.3.1
|
||||||
keywords:
|
keywords:
|
||||||
- nzbget
|
- nzbget
|
||||||
@@ -9,7 +9,6 @@ groups:
|
|||||||
description: "configure app volume mounts"
|
description: "configure app volume mounts"
|
||||||
- name: "Ingress"
|
- name: "Ingress"
|
||||||
description: "Ingress configuration"
|
description: "Ingress configuration"
|
||||||
|
|
||||||
portals:
|
portals:
|
||||||
web_portal:
|
web_portal:
|
||||||
protocols:
|
protocols:
|
||||||
@@ -18,6 +17,7 @@ portals:
|
|||||||
- "$node_ip"
|
- "$node_ip"
|
||||||
ports:
|
ports:
|
||||||
- "$variable-service.port.nodePort"
|
- "$variable-service.port.nodePort"
|
||||||
|
path: "/web"
|
||||||
|
|
||||||
questions:
|
questions:
|
||||||
# Image related
|
# Image related
|
||||||
@@ -35,13 +35,13 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
default: "nodered/node-red"
|
default: "linuxserver/nzbget"
|
||||||
- variable: tag
|
- variable: tag
|
||||||
description: "Tag to use for specified image"
|
description: "Tag to use for specified image"
|
||||||
label: "Image Tag"
|
label: "Image Tag"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "1.2.5"
|
default: "version-v21.0"
|
||||||
- variable: pullPolicy
|
- variable: pullPolicy
|
||||||
description: "Docker Image Pull Policy"
|
description: "Docker Image Pull Policy"
|
||||||
label: "Image Pull Policy"
|
label: "Image Pull Policy"
|
||||||
@@ -115,7 +115,7 @@ questions:
|
|||||||
label: "container port"
|
label: "container port"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 1880
|
default: 6789
|
||||||
editable: false
|
editable: false
|
||||||
- variable: nodePort
|
- variable: nodePort
|
||||||
label: "Node Port to expose for UI"
|
label: "Node Port to expose for UI"
|
||||||
@@ -142,7 +142,6 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
# Config ------------------------
|
|
||||||
- variable: config
|
- variable: config
|
||||||
label: "config dataset"
|
label: "config dataset"
|
||||||
schema:
|
schema:
|
||||||
@@ -192,8 +191,8 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: hostpath
|
type: hostpath
|
||||||
required: true
|
required: true
|
||||||
- variable: data
|
- variable: downloads
|
||||||
label: "data dataset"
|
label: "downloads dataset"
|
||||||
schema:
|
schema:
|
||||||
type: dict
|
type: dict
|
||||||
$ref:
|
$ref:
|
||||||
@@ -218,7 +217,7 @@ questions:
|
|||||||
label: "Dataset Name"
|
label: "Dataset Name"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "data"
|
default: "downloads"
|
||||||
required: true
|
required: true
|
||||||
editable: false
|
editable: false
|
||||||
- variable: mountPath
|
- variable: mountPath
|
||||||
@@ -227,7 +226,7 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: path
|
type: path
|
||||||
required: true
|
required: true
|
||||||
default: "/data"
|
default: "/downloads"
|
||||||
editable: false
|
editable: false
|
||||||
- variable: hostPathEnabled
|
- variable: hostPathEnabled
|
||||||
label: "host Path Enabled"
|
label: "host Path Enabled"
|
||||||
@@ -242,7 +241,6 @@ questions:
|
|||||||
type: hostpath
|
type: hostpath
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
|
||||||
- variable: appIngress
|
- variable: appIngress
|
||||||
label: ""
|
label: ""
|
||||||
group: "Ingress"
|
group: "Ingress"
|
||||||
@@ -340,3 +338,4 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
|
|
||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: v3.8.1
|
appVersion: v3.8.1
|
||||||
description: Usenet meta search
|
description: Usenet meta search
|
||||||
name: nzbhydra
|
name: nzbhydra
|
||||||
version: 1.0.0
|
version: 1.0.1
|
||||||
upstream_version: 5.3.1
|
upstream_version: 5.3.1
|
||||||
keywords:
|
keywords:
|
||||||
- nzbhydra
|
- nzbhydra
|
||||||
@@ -35,13 +35,13 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
default: "linuxserver/nzbget"
|
default: "linuxserver/nzbhydra2"
|
||||||
- variable: tag
|
- variable: tag
|
||||||
description: "Tag to use for specified image"
|
description: "Tag to use for specified image"
|
||||||
label: "Image Tag"
|
label: "Image Tag"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "version-v21.0"
|
default: "version-v3.8.1"
|
||||||
- variable: pullPolicy
|
- variable: pullPolicy
|
||||||
description: "Docker Image Pull Policy"
|
description: "Docker Image Pull Policy"
|
||||||
label: "Image Pull Policy"
|
label: "Image Pull Policy"
|
||||||
@@ -115,7 +115,7 @@ questions:
|
|||||||
label: "container port"
|
label: "container port"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 6789
|
default: 5076
|
||||||
editable: false
|
editable: false
|
||||||
- variable: nodePort
|
- variable: nodePort
|
||||||
label: "Node Port to expose for UI"
|
label: "Node Port to expose for UI"
|
||||||
@@ -191,55 +191,6 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: hostpath
|
type: hostpath
|
||||||
required: true
|
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
|
- variable: downloads
|
||||||
label: "downloads dataset"
|
label: "downloads dataset"
|
||||||
schema:
|
schema:
|
||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: 3.1.0
|
appVersion: 3.1.0
|
||||||
description: Free and easy binary newsreader
|
description: Free and easy binary newsreader
|
||||||
name: sabnzbd
|
name: sabnzbd
|
||||||
version: 1.0.0
|
version: 1.0.1
|
||||||
upstream_version: 4.2.1
|
upstream_version: 4.2.1
|
||||||
keywords:
|
keywords:
|
||||||
- sabnzbd
|
- sabnzbd
|
||||||
@@ -191,55 +191,6 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: hostpath
|
type: hostpath
|
||||||
required: true
|
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
|
- variable: downloads
|
||||||
label: "downloads dataset"
|
label: "downloads dataset"
|
||||||
schema:
|
schema:
|
||||||
Reference in New Issue
Block a user