diff --git a/charts/incubator/tdarr-node/.helmignore b/charts/stable/tdarr-node/.helmignore similarity index 100% rename from charts/incubator/tdarr-node/.helmignore rename to charts/stable/tdarr-node/.helmignore diff --git a/charts/incubator/tdarr-node/CHANGELOG.md b/charts/stable/tdarr-node/CHANGELOG.md similarity index 100% rename from charts/incubator/tdarr-node/CHANGELOG.md rename to charts/stable/tdarr-node/CHANGELOG.md diff --git a/charts/incubator/tdarr-node/CONFIG.md b/charts/stable/tdarr-node/CONFIG.md similarity index 100% rename from charts/incubator/tdarr-node/CONFIG.md rename to charts/stable/tdarr-node/CONFIG.md diff --git a/charts/incubator/tdarr-node/Chart.yaml b/charts/stable/tdarr-node/Chart.yaml similarity index 98% rename from charts/incubator/tdarr-node/Chart.yaml rename to charts/stable/tdarr-node/Chart.yaml index ac11f6c3466..06a6aa53ca9 100644 --- a/charts/incubator/tdarr-node/Chart.yaml +++ b/charts/stable/tdarr-node/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://github.com/HaveAGitGat/Tdarr - https://hub.docker.com/r/haveagitgat/tdarr_node type: application -version: 3.0.0 +version: 1.0.0 annotations: truecharts.org/catagories: | - media diff --git a/charts/incubator/tdarr-node/README.md b/charts/stable/tdarr-node/README.md similarity index 100% rename from charts/incubator/tdarr-node/README.md rename to charts/stable/tdarr-node/README.md diff --git a/charts/incubator/tdarr-node/helm-values.md b/charts/stable/tdarr-node/helm-values.md similarity index 100% rename from charts/incubator/tdarr-node/helm-values.md rename to charts/stable/tdarr-node/helm-values.md diff --git a/charts/incubator/tdarr-node/questions.yaml b/charts/stable/tdarr-node/questions.yaml similarity index 79% rename from charts/incubator/tdarr-node/questions.yaml rename to charts/stable/tdarr-node/questions.yaml index d6e12b52308..6f5ce6a244a 100644 --- a/charts/incubator/tdarr-node/questions.yaml +++ b/charts/stable/tdarr-node/questions.yaml @@ -1,20 +1,6 @@ # Include{groups} +portals: {} questions: - - variable: portal - group: "Container Image" - label: "Configure Portal Button" - schema: - type: dict - hidden: true - attrs: - - variable: enabled - label: "Enable" - description: "enable the portal button" - schema: - hidden: true - editable: false - type: boolean - default: false # Include{global} - variable: controller group: "Controller" @@ -98,69 +84,6 @@ questions: # Include{containerConfig} - - variable: service - group: "Networking and Services" - label: "Configure Service(s)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelector} - - variable: main - label: "Main Service Port Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 8267 - required: true - - variable: advanced - label: "Show Advanced settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: protocol - label: "Port Type" - schema: - type: string - default: "HTTP" - enum: - - value: HTTP - description: "HTTP" - - value: "HTTPS" - description: "HTTPS" - - value: TCP - description: "TCP" - - value: "UDP" - description: "UDP" - - variable: nodePort - label: "Node Port (Optional)" - description: "This port gets exposed to the node. Only considered when service type is NodePort, Simple or LoadBalancer" - schema: - type: int - min: 9000 - max: 65535 - - variable: targetPort - label: "Target Port" - description: "The internal(!) port on the container the Application runs on" - schema: - type: int - default: 8267 - - variable: serviceexpert group: "Networking and Services" label: "Show Expert Config" @@ -286,7 +209,7 @@ questions: description: "Sets the persistence type, Anything other than PVC could break rollback!" schema: type: string - default: "simpleHP" + default: "simplePVC" enum: - value: "simplePVC" description: "PVC (simple)" @@ -330,7 +253,7 @@ questions: description: "Sets the persistence type, Anything other than PVC could break rollback!" schema: type: string - default: "simpleHP" + default: "simplePVC" enum: - value: "simplePVC" description: "PVC (simple)" diff --git a/charts/incubator/tdarr-node/security.md b/charts/stable/tdarr-node/security.md similarity index 100% rename from charts/incubator/tdarr-node/security.md rename to charts/stable/tdarr-node/security.md diff --git a/charts/incubator/tdarr-node/templates/common.yaml b/charts/stable/tdarr-node/templates/common.yaml similarity index 100% rename from charts/incubator/tdarr-node/templates/common.yaml rename to charts/stable/tdarr-node/templates/common.yaml diff --git a/charts/incubator/tdarr-node/values.yaml b/charts/stable/tdarr-node/values.yaml similarity index 82% rename from charts/incubator/tdarr-node/values.yaml rename to charts/stable/tdarr-node/values.yaml index cde46089da1..635f8c7194f 100644 --- a/charts/incubator/tdarr-node/values.yaml +++ b/charts/stable/tdarr-node/values.yaml @@ -19,10 +19,18 @@ env: service: main: + enabled: false ports: main: - port: 8267 - targetPort: 8267 + enabled: false + +probes: + liveness: + enabled: false + readiness: + enabled: false + startup: + enabled: false persistence: configs: diff --git a/charts/incubator/tdarr/.helmignore b/charts/stable/tdarr/.helmignore similarity index 100% rename from charts/incubator/tdarr/.helmignore rename to charts/stable/tdarr/.helmignore diff --git a/charts/incubator/tdarr/CHANGELOG.md b/charts/stable/tdarr/CHANGELOG.md similarity index 100% rename from charts/incubator/tdarr/CHANGELOG.md rename to charts/stable/tdarr/CHANGELOG.md diff --git a/charts/incubator/tdarr/CONFIG.md b/charts/stable/tdarr/CONFIG.md similarity index 100% rename from charts/incubator/tdarr/CONFIG.md rename to charts/stable/tdarr/CONFIG.md diff --git a/charts/incubator/tdarr/Chart.yaml b/charts/stable/tdarr/Chart.yaml similarity index 98% rename from charts/incubator/tdarr/Chart.yaml rename to charts/stable/tdarr/Chart.yaml index bef62b983a4..cc11c06d41f 100644 --- a/charts/incubator/tdarr/Chart.yaml +++ b/charts/stable/tdarr/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://github.com/HaveAGitGat/Tdarr - https://hub.docker.com/r/haveagitgat/tdarr type: application -version: 3.0.0 +version: 1.0.0 annotations: truecharts.org/catagories: | - media diff --git a/charts/incubator/tdarr/README.md b/charts/stable/tdarr/README.md similarity index 100% rename from charts/incubator/tdarr/README.md rename to charts/stable/tdarr/README.md diff --git a/charts/incubator/tdarr/helm-values.md b/charts/stable/tdarr/helm-values.md similarity index 100% rename from charts/incubator/tdarr/helm-values.md rename to charts/stable/tdarr/helm-values.md diff --git a/charts/incubator/tdarr/questions.yaml b/charts/stable/tdarr/questions.yaml similarity index 97% rename from charts/incubator/tdarr/questions.yaml rename to charts/stable/tdarr/questions.yaml index 1c7fd8c0a20..0436fc2a1fd 100644 --- a/charts/incubator/tdarr/questions.yaml +++ b/charts/stable/tdarr/questions.yaml @@ -220,7 +220,7 @@ questions: attrs: - variable: internalNode label: "internalNode" - description: "Spawns an internal node (aka worker), with this, you will need to have a node separately." + description: "Spawns an internal node (aka worker), disabling this, you will need to have a node separately." schema: type: boolean default: true @@ -233,13 +233,6 @@ questions: type: string required: true default: "Internal Node" - - variable: serverIP - label: "serverIP" - description: "Where the server will be listening, should only be changed if you have nodes in another IP" - schema: - type: string - required: true - default: "localhost" # Include{serviceList} @@ -392,7 +385,7 @@ questions: description: "Sets the persistence type, Anything other than PVC could break rollback!" schema: type: string - default: "simpleHP" + default: "simplePVC" enum: - value: "simplePVC" description: "PVC (simple)" @@ -436,7 +429,7 @@ questions: description: "Sets the persistence type, Anything other than PVC could break rollback!" schema: type: string - default: "simpleHP" + default: "simplePVC" enum: - value: "simplePVC" description: "PVC (simple)" @@ -469,7 +462,6 @@ questions: description: "Memory" # Include{persistenceAdvanced} - # Include{persistenceList} - variable: ingress diff --git a/charts/incubator/tdarr/security.md b/charts/stable/tdarr/security.md similarity index 100% rename from charts/incubator/tdarr/security.md rename to charts/stable/tdarr/security.md diff --git a/charts/incubator/tdarr/templates/common.yaml b/charts/stable/tdarr/templates/common.yaml similarity index 100% rename from charts/incubator/tdarr/templates/common.yaml rename to charts/stable/tdarr/templates/common.yaml diff --git a/charts/incubator/tdarr/values.yaml b/charts/stable/tdarr/values.yaml similarity index 100% rename from charts/incubator/tdarr/values.yaml rename to charts/stable/tdarr/values.yaml