diff --git a/charts/node-red/1.0.0/.helmignore b/charts/node-red/1.0.1/.helmignore similarity index 100% rename from charts/node-red/1.0.0/.helmignore rename to charts/node-red/1.0.1/.helmignore diff --git a/charts/node-red/1.0.0/Chart.lock b/charts/node-red/1.0.1/Chart.lock similarity index 100% rename from charts/node-red/1.0.0/Chart.lock rename to charts/node-red/1.0.1/Chart.lock diff --git a/charts/node-red/1.0.0/Chart.yaml b/charts/node-red/1.0.1/Chart.yaml similarity index 97% rename from charts/node-red/1.0.0/Chart.yaml rename to charts/node-red/1.0.1/Chart.yaml index df0cb3d5c15..4ebf09f6aa7 100644 --- a/charts/node-red/1.0.0/Chart.yaml +++ b/charts/node-red/1.0.1/Chart.yaml @@ -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 diff --git a/charts/node-red/1.0.0/LICENSE b/charts/node-red/1.0.1/LICENSE similarity index 100% rename from charts/node-red/1.0.0/LICENSE rename to charts/node-red/1.0.1/LICENSE diff --git a/charts/node-red/1.0.0/README.md b/charts/node-red/1.0.1/README.md similarity index 100% rename from charts/node-red/1.0.0/README.md rename to charts/node-red/1.0.1/README.md diff --git a/charts/node-red/1.0.0/app-readme.md b/charts/node-red/1.0.1/app-readme.md similarity index 100% rename from charts/node-red/1.0.0/app-readme.md rename to charts/node-red/1.0.1/app-readme.md diff --git a/charts/node-red/1.0.0/charts/common-1.0.0.tgz b/charts/node-red/1.0.1/charts/common-1.0.0.tgz similarity index 100% rename from charts/node-red/1.0.0/charts/common-1.0.0.tgz rename to charts/node-red/1.0.1/charts/common-1.0.0.tgz diff --git a/charts/nzbhydra/1.0.0/questions.yaml b/charts/node-red/1.0.1/questions.yaml similarity index 97% rename from charts/nzbhydra/1.0.0/questions.yaml rename to charts/node-red/1.0.1/questions.yaml index 6ccc227bc2d..be99e413b78 100644 --- a/charts/nzbhydra/1.0.0/questions.yaml +++ b/charts/node-red/1.0.1/questions.yaml @@ -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: "" - diff --git a/charts/node-red/1.0.0/templates/common.yaml b/charts/node-red/1.0.1/templates/common.yaml similarity index 100% rename from charts/node-red/1.0.0/templates/common.yaml rename to charts/node-red/1.0.1/templates/common.yaml diff --git a/charts/node-red/1.0.0/test_values.yaml b/charts/node-red/1.0.1/test_values.yaml similarity index 100% rename from charts/node-red/1.0.0/test_values.yaml rename to charts/node-red/1.0.1/test_values.yaml diff --git a/charts/node-red/1.0.0/values.yaml b/charts/node-red/1.0.1/values.yaml similarity index 100% rename from charts/node-red/1.0.0/values.yaml rename to charts/node-red/1.0.1/values.yaml diff --git a/charts/nzbget/1.0.0/.helmignore b/charts/nzbget/1.0.1/.helmignore similarity index 100% rename from charts/nzbget/1.0.0/.helmignore rename to charts/nzbget/1.0.1/.helmignore diff --git a/charts/nzbget/1.0.0/Chart.lock b/charts/nzbget/1.0.1/Chart.lock similarity index 100% rename from charts/nzbget/1.0.0/Chart.lock rename to charts/nzbget/1.0.1/Chart.lock diff --git a/charts/nzbget/1.0.0/Chart.yaml b/charts/nzbget/1.0.1/Chart.yaml similarity index 97% rename from charts/nzbget/1.0.0/Chart.yaml rename to charts/nzbget/1.0.1/Chart.yaml index be8de11f0f4..3dd5fc48804 100644 --- a/charts/nzbget/1.0.0/Chart.yaml +++ b/charts/nzbget/1.0.1/Chart.yaml @@ -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 diff --git a/charts/nzbget/1.0.0/LICENSE b/charts/nzbget/1.0.1/LICENSE similarity index 100% rename from charts/nzbget/1.0.0/LICENSE rename to charts/nzbget/1.0.1/LICENSE diff --git a/charts/nzbget/1.0.0/README.md b/charts/nzbget/1.0.1/README.md similarity index 100% rename from charts/nzbget/1.0.0/README.md rename to charts/nzbget/1.0.1/README.md diff --git a/charts/nzbget/1.0.0/app-readme.md b/charts/nzbget/1.0.1/app-readme.md similarity index 100% rename from charts/nzbget/1.0.0/app-readme.md rename to charts/nzbget/1.0.1/app-readme.md diff --git a/charts/nzbget/1.0.0/charts/common-1.0.0.tgz b/charts/nzbget/1.0.1/charts/common-1.0.0.tgz similarity index 100% rename from charts/nzbget/1.0.0/charts/common-1.0.0.tgz rename to charts/nzbget/1.0.1/charts/common-1.0.0.tgz diff --git a/charts/node-red/1.0.0/questions.yaml b/charts/nzbget/1.0.1/questions.yaml similarity index 97% rename from charts/node-red/1.0.0/questions.yaml rename to charts/nzbget/1.0.1/questions.yaml index 70ff98b67bd..24af1dc50d5 100644 --- a/charts/node-red/1.0.0/questions.yaml +++ b/charts/nzbget/1.0.1/questions.yaml @@ -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: "" + diff --git a/charts/nzbget/1.0.0/templates/NOTES.txt b/charts/nzbget/1.0.1/templates/NOTES.txt similarity index 100% rename from charts/nzbget/1.0.0/templates/NOTES.txt rename to charts/nzbget/1.0.1/templates/NOTES.txt diff --git a/charts/nzbget/1.0.0/templates/common.yaml b/charts/nzbget/1.0.1/templates/common.yaml similarity index 100% rename from charts/nzbget/1.0.0/templates/common.yaml rename to charts/nzbget/1.0.1/templates/common.yaml diff --git a/charts/nzbget/1.0.0/test_values.yaml b/charts/nzbget/1.0.1/test_values.yaml similarity index 100% rename from charts/nzbget/1.0.0/test_values.yaml rename to charts/nzbget/1.0.1/test_values.yaml diff --git a/charts/nzbget/1.0.0/values.yaml b/charts/nzbget/1.0.1/values.yaml similarity index 100% rename from charts/nzbget/1.0.0/values.yaml rename to charts/nzbget/1.0.1/values.yaml diff --git a/charts/nzbhydra/1.0.0/.helmignore b/charts/nzbhydra/1.0.1/.helmignore similarity index 100% rename from charts/nzbhydra/1.0.0/.helmignore rename to charts/nzbhydra/1.0.1/.helmignore diff --git a/charts/nzbhydra/1.0.0/Chart.lock b/charts/nzbhydra/1.0.1/Chart.lock similarity index 100% rename from charts/nzbhydra/1.0.0/Chart.lock rename to charts/nzbhydra/1.0.1/Chart.lock diff --git a/charts/nzbhydra/1.0.0/Chart.yaml b/charts/nzbhydra/1.0.1/Chart.yaml similarity index 97% rename from charts/nzbhydra/1.0.0/Chart.yaml rename to charts/nzbhydra/1.0.1/Chart.yaml index 8458993e703..74d43a90255 100644 --- a/charts/nzbhydra/1.0.0/Chart.yaml +++ b/charts/nzbhydra/1.0.1/Chart.yaml @@ -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 diff --git a/charts/nzbhydra/1.0.0/LICENSE b/charts/nzbhydra/1.0.1/LICENSE similarity index 100% rename from charts/nzbhydra/1.0.0/LICENSE rename to charts/nzbhydra/1.0.1/LICENSE diff --git a/charts/nzbhydra/1.0.0/README.md b/charts/nzbhydra/1.0.1/README.md similarity index 100% rename from charts/nzbhydra/1.0.0/README.md rename to charts/nzbhydra/1.0.1/README.md diff --git a/charts/nzbhydra/1.0.0/app-readme.md b/charts/nzbhydra/1.0.1/app-readme.md similarity index 100% rename from charts/nzbhydra/1.0.0/app-readme.md rename to charts/nzbhydra/1.0.1/app-readme.md diff --git a/charts/nzbhydra/1.0.0/charts/common-1.0.0.tgz b/charts/nzbhydra/1.0.1/charts/common-1.0.0.tgz similarity index 100% rename from charts/nzbhydra/1.0.0/charts/common-1.0.0.tgz rename to charts/nzbhydra/1.0.1/charts/common-1.0.0.tgz diff --git a/charts/nzbget/1.0.0/questions.yaml b/charts/nzbhydra/1.0.1/questions.yaml similarity index 86% rename from charts/nzbget/1.0.0/questions.yaml rename to charts/nzbhydra/1.0.1/questions.yaml index 61fc6f4a914..a3d55b5a50b 100644 --- a/charts/nzbget/1.0.0/questions.yaml +++ b/charts/nzbhydra/1.0.1/questions.yaml @@ -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: diff --git a/charts/nzbhydra/1.0.0/templates/NOTES.txt b/charts/nzbhydra/1.0.1/templates/NOTES.txt similarity index 100% rename from charts/nzbhydra/1.0.0/templates/NOTES.txt rename to charts/nzbhydra/1.0.1/templates/NOTES.txt diff --git a/charts/nzbhydra/1.0.0/templates/common.yaml b/charts/nzbhydra/1.0.1/templates/common.yaml similarity index 100% rename from charts/nzbhydra/1.0.0/templates/common.yaml rename to charts/nzbhydra/1.0.1/templates/common.yaml diff --git a/charts/nzbhydra/1.0.0/test_values.yaml b/charts/nzbhydra/1.0.1/test_values.yaml similarity index 100% rename from charts/nzbhydra/1.0.0/test_values.yaml rename to charts/nzbhydra/1.0.1/test_values.yaml diff --git a/charts/nzbhydra/1.0.0/values.yaml b/charts/nzbhydra/1.0.1/values.yaml similarity index 100% rename from charts/nzbhydra/1.0.0/values.yaml rename to charts/nzbhydra/1.0.1/values.yaml diff --git a/charts/sabnzbd/1.0.0/.helmignore b/charts/sabnzbd/1.0.1/.helmignore similarity index 100% rename from charts/sabnzbd/1.0.0/.helmignore rename to charts/sabnzbd/1.0.1/.helmignore diff --git a/charts/sabnzbd/1.0.0/Chart.lock b/charts/sabnzbd/1.0.1/Chart.lock similarity index 100% rename from charts/sabnzbd/1.0.0/Chart.lock rename to charts/sabnzbd/1.0.1/Chart.lock diff --git a/charts/sabnzbd/1.0.0/Chart.yaml b/charts/sabnzbd/1.0.1/Chart.yaml similarity index 97% rename from charts/sabnzbd/1.0.0/Chart.yaml rename to charts/sabnzbd/1.0.1/Chart.yaml index 83e4e7dcdce..cb1dea71834 100644 --- a/charts/sabnzbd/1.0.0/Chart.yaml +++ b/charts/sabnzbd/1.0.1/Chart.yaml @@ -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 diff --git a/charts/sabnzbd/1.0.0/LICENSE b/charts/sabnzbd/1.0.1/LICENSE similarity index 100% rename from charts/sabnzbd/1.0.0/LICENSE rename to charts/sabnzbd/1.0.1/LICENSE diff --git a/charts/sabnzbd/1.0.0/README.md b/charts/sabnzbd/1.0.1/README.md similarity index 100% rename from charts/sabnzbd/1.0.0/README.md rename to charts/sabnzbd/1.0.1/README.md diff --git a/charts/sabnzbd/1.0.0/app-readme.md b/charts/sabnzbd/1.0.1/app-readme.md similarity index 100% rename from charts/sabnzbd/1.0.0/app-readme.md rename to charts/sabnzbd/1.0.1/app-readme.md diff --git a/charts/sabnzbd/1.0.0/charts/common-1.0.0.tgz b/charts/sabnzbd/1.0.1/charts/common-1.0.0.tgz similarity index 100% rename from charts/sabnzbd/1.0.0/charts/common-1.0.0.tgz rename to charts/sabnzbd/1.0.1/charts/common-1.0.0.tgz diff --git a/charts/sabnzbd/1.0.0/questions.yaml b/charts/sabnzbd/1.0.1/questions.yaml similarity index 87% rename from charts/sabnzbd/1.0.0/questions.yaml rename to charts/sabnzbd/1.0.1/questions.yaml index 981ff1039ed..93fa2c6403f 100644 --- a/charts/sabnzbd/1.0.0/questions.yaml +++ b/charts/sabnzbd/1.0.1/questions.yaml @@ -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: diff --git a/charts/sabnzbd/1.0.0/templates/NOTES.txt b/charts/sabnzbd/1.0.1/templates/NOTES.txt similarity index 100% rename from charts/sabnzbd/1.0.0/templates/NOTES.txt rename to charts/sabnzbd/1.0.1/templates/NOTES.txt diff --git a/charts/sabnzbd/1.0.0/templates/common.yaml b/charts/sabnzbd/1.0.1/templates/common.yaml similarity index 100% rename from charts/sabnzbd/1.0.0/templates/common.yaml rename to charts/sabnzbd/1.0.1/templates/common.yaml diff --git a/charts/sabnzbd/1.0.0/test_values.yaml b/charts/sabnzbd/1.0.1/test_values.yaml similarity index 100% rename from charts/sabnzbd/1.0.0/test_values.yaml rename to charts/sabnzbd/1.0.1/test_values.yaml diff --git a/charts/sabnzbd/1.0.0/values.yaml b/charts/sabnzbd/1.0.1/values.yaml similarity index 100% rename from charts/sabnzbd/1.0.0/values.yaml rename to charts/sabnzbd/1.0.1/values.yaml