diff --git a/charts/incubator/agent-dvr/CHANGELOG.md b/charts/incubator/agent-dvr/CHANGELOG.md deleted file mode 100644 index c61eb85dc3b..00000000000 --- a/charts/incubator/agent-dvr/CHANGELOG.md +++ /dev/null @@ -1,27 +0,0 @@ -# Changelog - - - -## [agent-dvr-0.0.12](https://github.com/truecharts/apps/compare/ispy-agent-dvr-2.0.28...agent-dvr-0.0.12) (2022-07-23) - -### Chore - -- update helm general non-major helm releases ([#3280](https://github.com/truecharts/apps/issues/3280)) - - - - -## [agent-dvr-0.0.11](https://github.com/truecharts/apps/compare/agent-dvr-0.0.10...agent-dvr-0.0.11) (2022-07-22) - -### Chore - -- Auto-update chart README [skip ci] - - Bump all charts to generate config and container references due to huge increase of repository - - - -## [agent-dvr-0.0.10](https://github.com/truecharts/apps/compare/ispy-agent-dvr-2.0.25...agent-dvr-0.0.10) (2022-07-20) - -### Feat - -- move dev apps to incubator and remove bad content from dev diff --git a/charts/incubator/agent-dvr/Chart.yaml b/charts/incubator/agent-dvr/Chart.yaml deleted file mode 100644 index 234c28df8c8..00000000000 --- a/charts/incubator/agent-dvr/Chart.yaml +++ /dev/null @@ -1,32 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Security - - Network-Other -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.4.7 -deprecated: false -description: - "Agent DVR (next gen version of iSpy) is a super advanced video surveillance\ - \ platform\r\n" -home: https://github.com/truecharts/apps/tree/master/charts/stable/agent-dvr -icon: https://truecharts.org/img/chart-icons/agent-dvr.png -keywords: - - agent-dvr - - Security - - Network-Other -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: agent-dvr -sources: - - https://www.ispyconnect.com/ - - https://hub.docker.com/r/doitandbedone/ispyagentdvr -type: application -version: 0.0.12 diff --git a/charts/incubator/agent-dvr/README.md b/charts/incubator/agent-dvr/README.md deleted file mode 100644 index 2e0b55300b2..00000000000 --- a/charts/incubator/agent-dvr/README.md +++ /dev/null @@ -1,108 +0,0 @@ -# agent-dvr - -![Version: 0.0.12](https://img.shields.io/badge/Version-0.0.12-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) - -Agent DVR (next gen version of iSpy) is a super advanced video surveillance platform - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [agent-dvr](https://truecharts.org/docs/charts/stable/agent-dvr) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.7 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). - -### Helm - -To install the chart with the release name `agent-dvr` - -```console -helm repo add TrueCharts https://helm.truecharts.org -helm repo update -helm install agent-dvr TrueCharts/agent-dvr -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). - -### Helm - -To uninstall the `agent-dvr` deployment - -```console -helm uninstall agent-dvr -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the Commandline - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install agent-dvr \ - --set env.TZ="America/New York" \ - TrueCharts/agent-dvr -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install agent-dvr TrueCharts/agent-dvr -f values.yaml -``` - -#### Connecting to other apps - -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/charts/incubator/agent-dvr/icon.png b/charts/incubator/agent-dvr/icon.png deleted file mode 100644 index b0bee9d969c..00000000000 Binary files a/charts/incubator/agent-dvr/icon.png and /dev/null differ diff --git a/charts/incubator/agent-dvr/questions.yaml b/charts/incubator/agent-dvr/questions.yaml deleted file mode 100644 index 0091857ac4d..00000000000 --- a/charts/incubator/agent-dvr/questions.yaml +++ /dev/null @@ -1,418 +0,0 @@ -# Include{groups} -portals: - open: - protocols: - - "$kubernetes-resource_configmap_portal_protocol" - host: - - "$kubernetes-resource_configmap_portal_host" - ports: - - "$kubernetes-resource_configmap_portal_port" -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: true -# Include{global} - - - variable: controller - group: "Controller" - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: advanced - label: "Show Advanced Controller Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: type - description: "Please specify type of workload to deploy" - label: "(Advanced) Controller Type" - schema: - type: string - default: "deployment" - required: true - enum: - - value: "deployment" - description: "Deployment" - - value: "statefulset" - description: "Statefulset" - - value: "daemonset" - description: "Daemonset" - - variable: replicas - description: "Number of desired pod replicas" - label: "Desired Replicas" - schema: - type: int - default: 1 - required: true - - variable: strategy - description: "Please specify type of workload to deploy" - label: "(Advanced) Update Strategy" - schema: - type: string - default: "Recreate" - required: true - enum: - - value: "Recreate" - description: "Recreate: Kill existing pods before creating new ones" - - value: "RollingUpdate" - description: "RollingUpdate: Create new pods and then kill old ones" - - value: "OnDelete" - description: "(Legacy) OnDelete: ignore .spec.template changes" -# Include{controllerExpert} - - -# 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: 8090 - 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: 8090 - - - variable: turnserver - label: 'turnserver service' - description: "Main port used for TURN server communication." - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelector} - - variable: turnserver - label: "turnserver 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: 3478 - required: true - - variable: advanced - label: "Show Advanced settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: enabled - label: "Enable the port" - schema: - type: boolean - default: true - - variable: protocol - label: "Port Type" - schema: - type: string - default: UDP - 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: 3478 - - variable: webrtc - label: 'webrtc service' - description: "Ports used to create connections or WebRTC. These will be used as needed.Additional 50000-50010 may be required based on use" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelector} - - variable: webrtc - label: "webrtc 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: 50000 - required: true - - variable: advanced - label: "Show Advanced settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: enabled - label: "Enable the port" - schema: - type: boolean - default: true - - variable: protocol - label: "Port Type" - schema: - type: string - default: TCP - 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: 50000 - - - - variable: serviceexpert - group: "Networking and Services" - label: "Show Expert Config" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hostNetwork - group: "Networking and Services" - label: "Host-Networking (Complicated)" - schema: - type: boolean - default: false - -# Include{serviceExpert} - -# Include{serviceList} - - - variable: persistence - label: "Integrated Persistent Storage" - description: "Integrated Persistent Storage" - group: "Storage and Persistence" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: configpath - label: "configpath Storage" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceAdvanced} - - variable: mediapath - label: "mediapath Storage" - description: "This is where video recordings go, Place this in an unraid share if needed" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceAdvanced} - - variable: commandspath - label: "commandspath Storage" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceAdvanced} - - -# Include{persistenceList} - - - - variable: ingress - label: "" - group: "Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} - -# Include{ingressTLS} - -# Include{ingressTraefik} - -# Include{ingressExpert} - -# Include{ingressList} - -# Include{security} - - - variable: advancedSecurity - label: "Show Advanced Security Settings" - group: "Security and Permissions" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: securityContext - label: "Security Context" - schema: - additional_attrs: true - type: dict - attrs: - - variable: privileged - label: "Privileged mode" - schema: - type: boolean - default: false - - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" - schema: - type: boolean - default: false - - variable: allowPrivilegeEscalation - label: "Allow Privilege Escalation" - schema: - type: boolean - default: false - - variable: runAsNonRoot - label: "runAsNonRoot" - schema: - type: boolean - default: false -# Include{securityContextAdvanced} - - - variable: podSecurityContext - group: "Security and Permissions" - label: "Pod Security Context" - schema: - additional_attrs: true - type: dict - attrs: - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: The groupID this App of the user running the application" - schema: - type: int - default: 0 - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{podSecurityContextAdvanced} - - -# Include{resources} - -# Include{advanced} - -# Include{addons} diff --git a/charts/incubator/agent-dvr/templates/common.yaml b/charts/incubator/agent-dvr/templates/common.yaml deleted file mode 100644 index cbf66c20818..00000000000 --- a/charts/incubator/agent-dvr/templates/common.yaml +++ /dev/null @@ -1,2 +0,0 @@ -{{/* Render the templates */}} -{{ include "tc.common.loader.all" . }} diff --git a/charts/incubator/agent-dvr/values.yaml b/charts/incubator/agent-dvr/values.yaml deleted file mode 100644 index 513abee6175..00000000000 --- a/charts/incubator/agent-dvr/values.yaml +++ /dev/null @@ -1,46 +0,0 @@ -env: {} -image: - pullPolicy: IfNotPresent - repository: tccr.io/truecharts/agent-dvr - tag: latest -persistence: - commandspath: - enabled: true - mountPath: /agent/Commands - configpath: - enabled: true - mountPath: /agent/Media/XML/ - mediapath: - enabled: true - mountPath: /agent/Media/WebServerRoot/Media/ -podSecurityContext: - runAsGroup: 0 - runAsUser: 0 -securityContext: - readOnlyRootFilesystem: false - runAsNonRoot: false -service: - main: - enabled: true - ports: - main: - enabled: true - port: 8090 - protocol: HTTP - targetPort: 8090 - turnserver: - enabled: true - ports: - turnserver: - enabled: true - port: 3478 - protocol: UDP - targetPort: 3478 - webrtc: - enabled: true - ports: - webrtc: - enabled: true - port: 50000 - protocol: TCP - targetPort: 50000 diff --git a/charts/incubator/tsmuxer/.helmignore b/charts/incubator/tsmuxer/.helmignore deleted file mode 100644 index 77ca5567b26..00000000000 --- a/charts/incubator/tsmuxer/.helmignore +++ /dev/null @@ -1,30 +0,0 @@ -# Patterns to ignore when building packages. -# This supports shell glob matching, relative path matching, and -# negation (prefixed with !). Only one pattern per line. -.DS_Store -# Common VCS dirs -.git/ -.gitignore -.bzr/ -.bzrignore -.hg/ -.hgignore -.svn/ -# Common backup files -*.swp -*.bak -*.tmp -*~ -# Various IDEs -.project -.idea/ -*.tmproj -.vscode/ -# OWNERS file for Kubernetes -OWNERS -# helm-docs templates -*.gotmpl -# docs folder -/docs -# icon -icon.png diff --git a/charts/incubator/agent-dvr/.helmignore b/charts/stable/avidemux/.helmignore similarity index 100% rename from charts/incubator/agent-dvr/.helmignore rename to charts/stable/avidemux/.helmignore diff --git a/charts/incubator/avidemux/CHANGELOG.md b/charts/stable/avidemux/CHANGELOG.md similarity index 100% rename from charts/incubator/avidemux/CHANGELOG.md rename to charts/stable/avidemux/CHANGELOG.md diff --git a/charts/incubator/avidemux/Chart.yaml b/charts/stable/avidemux/Chart.yaml similarity index 98% rename from charts/incubator/avidemux/Chart.yaml rename to charts/stable/avidemux/Chart.yaml index 582f48ebb9a..0f3a155b6d4 100644 --- a/charts/incubator/avidemux/Chart.yaml +++ b/charts/stable/avidemux/Chart.yaml @@ -21,7 +21,7 @@ sources: - https://github.com/jlesage/docker-avidemux - https://hub.docker.com/r/jlesage/avidemux/ type: application -version: 0.0.15 +version: 1.0.0 annotations: truecharts.org/catagories: | - media diff --git a/charts/incubator/avidemux/README.md b/charts/stable/avidemux/README.md similarity index 100% rename from charts/incubator/avidemux/README.md rename to charts/stable/avidemux/README.md diff --git a/charts/incubator/avidemux/docs/installation_notes.md b/charts/stable/avidemux/docs/installation_notes.md similarity index 100% rename from charts/incubator/avidemux/docs/installation_notes.md rename to charts/stable/avidemux/docs/installation_notes.md diff --git a/charts/incubator/avidemux/icon.png b/charts/stable/avidemux/icon.png similarity index 100% rename from charts/incubator/avidemux/icon.png rename to charts/stable/avidemux/icon.png diff --git a/charts/incubator/avidemux/questions.yaml b/charts/stable/avidemux/questions.yaml similarity index 100% rename from charts/incubator/avidemux/questions.yaml rename to charts/stable/avidemux/questions.yaml diff --git a/charts/incubator/avidemux/templates/common.yaml b/charts/stable/avidemux/templates/common.yaml similarity index 100% rename from charts/incubator/avidemux/templates/common.yaml rename to charts/stable/avidemux/templates/common.yaml diff --git a/charts/incubator/avidemux/values.yaml b/charts/stable/avidemux/values.yaml similarity index 100% rename from charts/incubator/avidemux/values.yaml rename to charts/stable/avidemux/values.yaml diff --git a/charts/incubator/avidemux/.helmignore b/charts/stable/czkawka/.helmignore similarity index 100% rename from charts/incubator/avidemux/.helmignore rename to charts/stable/czkawka/.helmignore diff --git a/charts/incubator/czkawka/CHANGELOG.md b/charts/stable/czkawka/CHANGELOG.md similarity index 100% rename from charts/incubator/czkawka/CHANGELOG.md rename to charts/stable/czkawka/CHANGELOG.md diff --git a/charts/incubator/czkawka/Chart.yaml b/charts/stable/czkawka/Chart.yaml similarity index 98% rename from charts/incubator/czkawka/Chart.yaml rename to charts/stable/czkawka/Chart.yaml index f9b11d6a625..40ba86ccd51 100644 --- a/charts/incubator/czkawka/Chart.yaml +++ b/charts/stable/czkawka/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://github.com/jlesage/docker-czkawka - https://github.com/qarmin/czkawka type: application -version: 0.0.16 +version: 1.0.0 annotations: truecharts.org/catagories: | - duplicates diff --git a/charts/incubator/czkawka/README.md b/charts/stable/czkawka/README.md similarity index 100% rename from charts/incubator/czkawka/README.md rename to charts/stable/czkawka/README.md diff --git a/charts/incubator/czkawka/docs/installation_notes.md b/charts/stable/czkawka/docs/installation_notes.md similarity index 100% rename from charts/incubator/czkawka/docs/installation_notes.md rename to charts/stable/czkawka/docs/installation_notes.md diff --git a/charts/incubator/czkawka/icon.png b/charts/stable/czkawka/icon.png similarity index 100% rename from charts/incubator/czkawka/icon.png rename to charts/stable/czkawka/icon.png diff --git a/charts/incubator/czkawka/questions.yaml b/charts/stable/czkawka/questions.yaml similarity index 100% rename from charts/incubator/czkawka/questions.yaml rename to charts/stable/czkawka/questions.yaml diff --git a/charts/incubator/czkawka/templates/common.yaml b/charts/stable/czkawka/templates/common.yaml similarity index 100% rename from charts/incubator/czkawka/templates/common.yaml rename to charts/stable/czkawka/templates/common.yaml diff --git a/charts/incubator/czkawka/values.yaml b/charts/stable/czkawka/values.yaml similarity index 100% rename from charts/incubator/czkawka/values.yaml rename to charts/stable/czkawka/values.yaml diff --git a/charts/incubator/czkawka/.helmignore b/charts/stable/dupeguru/.helmignore similarity index 100% rename from charts/incubator/czkawka/.helmignore rename to charts/stable/dupeguru/.helmignore diff --git a/charts/incubator/dupeguru/CHANGELOG.md b/charts/stable/dupeguru/CHANGELOG.md similarity index 100% rename from charts/incubator/dupeguru/CHANGELOG.md rename to charts/stable/dupeguru/CHANGELOG.md diff --git a/charts/incubator/dupeguru/Chart.yaml b/charts/stable/dupeguru/Chart.yaml similarity index 98% rename from charts/incubator/dupeguru/Chart.yaml rename to charts/stable/dupeguru/Chart.yaml index ad77abe4479..5eb98c35501 100644 --- a/charts/incubator/dupeguru/Chart.yaml +++ b/charts/stable/dupeguru/Chart.yaml @@ -21,7 +21,7 @@ sources: - https://github.com/jlesage/docker-dupeguru - https://hub.docker.com/r/jlesage/dupeguru/ type: application -version: 0.0.16 +version: 1.0.0 annotations: truecharts.org/catagories: | - media diff --git a/charts/incubator/dupeguru/README.md b/charts/stable/dupeguru/README.md similarity index 100% rename from charts/incubator/dupeguru/README.md rename to charts/stable/dupeguru/README.md diff --git a/charts/incubator/dupeguru/docs/installation_notes.md b/charts/stable/dupeguru/docs/installation_notes.md similarity index 100% rename from charts/incubator/dupeguru/docs/installation_notes.md rename to charts/stable/dupeguru/docs/installation_notes.md diff --git a/charts/incubator/dupeguru/icon.png b/charts/stable/dupeguru/icon.png similarity index 100% rename from charts/incubator/dupeguru/icon.png rename to charts/stable/dupeguru/icon.png diff --git a/charts/incubator/dupeguru/questions.yaml b/charts/stable/dupeguru/questions.yaml similarity index 100% rename from charts/incubator/dupeguru/questions.yaml rename to charts/stable/dupeguru/questions.yaml diff --git a/charts/incubator/dupeguru/templates/common.yaml b/charts/stable/dupeguru/templates/common.yaml similarity index 100% rename from charts/incubator/dupeguru/templates/common.yaml rename to charts/stable/dupeguru/templates/common.yaml diff --git a/charts/incubator/dupeguru/values.yaml b/charts/stable/dupeguru/values.yaml similarity index 100% rename from charts/incubator/dupeguru/values.yaml rename to charts/stable/dupeguru/values.yaml diff --git a/charts/incubator/dupeguru/.helmignore b/charts/stable/filebot/.helmignore similarity index 100% rename from charts/incubator/dupeguru/.helmignore rename to charts/stable/filebot/.helmignore diff --git a/charts/incubator/filebot/CHANGELOG.md b/charts/stable/filebot/CHANGELOG.md similarity index 100% rename from charts/incubator/filebot/CHANGELOG.md rename to charts/stable/filebot/CHANGELOG.md diff --git a/charts/incubator/filebot/Chart.yaml b/charts/stable/filebot/Chart.yaml similarity index 98% rename from charts/incubator/filebot/Chart.yaml rename to charts/stable/filebot/Chart.yaml index 995db75c18f..28ddf01d569 100644 --- a/charts/incubator/filebot/Chart.yaml +++ b/charts/stable/filebot/Chart.yaml @@ -21,7 +21,7 @@ sources: - https://github.com/jlesage/docker-filebot - https://hub.docker.com/r/jlesage/filebot/ type: application -version: 0.0.15 +version: 1.0.0 annotations: truecharts.org/catagories: | - media diff --git a/charts/incubator/filebot/README.md b/charts/stable/filebot/README.md similarity index 100% rename from charts/incubator/filebot/README.md rename to charts/stable/filebot/README.md diff --git a/charts/incubator/filebot/docs/installation_notes.md b/charts/stable/filebot/docs/installation_notes.md similarity index 100% rename from charts/incubator/filebot/docs/installation_notes.md rename to charts/stable/filebot/docs/installation_notes.md diff --git a/charts/incubator/filebot/icon.png b/charts/stable/filebot/icon.png similarity index 100% rename from charts/incubator/filebot/icon.png rename to charts/stable/filebot/icon.png diff --git a/charts/incubator/filebot/questions.yaml b/charts/stable/filebot/questions.yaml similarity index 100% rename from charts/incubator/filebot/questions.yaml rename to charts/stable/filebot/questions.yaml diff --git a/charts/incubator/filebot/templates/common.yaml b/charts/stable/filebot/templates/common.yaml similarity index 100% rename from charts/incubator/filebot/templates/common.yaml rename to charts/stable/filebot/templates/common.yaml diff --git a/charts/incubator/filebot/values.yaml b/charts/stable/filebot/values.yaml similarity index 100% rename from charts/incubator/filebot/values.yaml rename to charts/stable/filebot/values.yaml diff --git a/charts/incubator/filebot/.helmignore b/charts/stable/mediainfo/.helmignore similarity index 100% rename from charts/incubator/filebot/.helmignore rename to charts/stable/mediainfo/.helmignore diff --git a/charts/incubator/mediainfo/CHANGELOG.md b/charts/stable/mediainfo/CHANGELOG.md similarity index 100% rename from charts/incubator/mediainfo/CHANGELOG.md rename to charts/stable/mediainfo/CHANGELOG.md diff --git a/charts/incubator/mediainfo/Chart.yaml b/charts/stable/mediainfo/Chart.yaml similarity index 98% rename from charts/incubator/mediainfo/Chart.yaml rename to charts/stable/mediainfo/Chart.yaml index 756d4379271..2b0a4fd9f66 100644 --- a/charts/incubator/mediainfo/Chart.yaml +++ b/charts/stable/mediainfo/Chart.yaml @@ -21,7 +21,7 @@ sources: - https://github.com/jlesage/docker-mediainfo - https://hub.docker.com/r/jlesage/mediainfo/ type: application -version: 0.0.15 +version: 1.0.0 annotations: truecharts.org/catagories: | - media diff --git a/charts/incubator/mediainfo/README.md b/charts/stable/mediainfo/README.md similarity index 100% rename from charts/incubator/mediainfo/README.md rename to charts/stable/mediainfo/README.md diff --git a/charts/incubator/mediainfo/docs/installation_notes.md b/charts/stable/mediainfo/docs/installation_notes.md similarity index 100% rename from charts/incubator/mediainfo/docs/installation_notes.md rename to charts/stable/mediainfo/docs/installation_notes.md diff --git a/charts/incubator/mediainfo/icon.png b/charts/stable/mediainfo/icon.png similarity index 100% rename from charts/incubator/mediainfo/icon.png rename to charts/stable/mediainfo/icon.png diff --git a/charts/incubator/mediainfo/questions.yaml b/charts/stable/mediainfo/questions.yaml similarity index 100% rename from charts/incubator/mediainfo/questions.yaml rename to charts/stable/mediainfo/questions.yaml diff --git a/charts/incubator/mediainfo/templates/common.yaml b/charts/stable/mediainfo/templates/common.yaml similarity index 100% rename from charts/incubator/mediainfo/templates/common.yaml rename to charts/stable/mediainfo/templates/common.yaml diff --git a/charts/incubator/mediainfo/values.yaml b/charts/stable/mediainfo/values.yaml similarity index 100% rename from charts/incubator/mediainfo/values.yaml rename to charts/stable/mediainfo/values.yaml diff --git a/charts/incubator/mediainfo/.helmignore b/charts/stable/mkvcleaver/.helmignore similarity index 100% rename from charts/incubator/mediainfo/.helmignore rename to charts/stable/mkvcleaver/.helmignore diff --git a/charts/incubator/mkvcleaver/CHANGELOG.md b/charts/stable/mkvcleaver/CHANGELOG.md similarity index 100% rename from charts/incubator/mkvcleaver/CHANGELOG.md rename to charts/stable/mkvcleaver/CHANGELOG.md diff --git a/charts/incubator/mkvcleaver/Chart.yaml b/charts/stable/mkvcleaver/Chart.yaml similarity index 98% rename from charts/incubator/mkvcleaver/Chart.yaml rename to charts/stable/mkvcleaver/Chart.yaml index 4ca80ae90f7..673c7931bb5 100644 --- a/charts/incubator/mkvcleaver/Chart.yaml +++ b/charts/stable/mkvcleaver/Chart.yaml @@ -21,7 +21,7 @@ sources: - https://github.com/jlesage/docker-mkvcleaver - https://hub.docker.com/r/jlesage/mkvcleaver/ type: application -version: 0.0.15 +version: 1.0.0 annotations: truecharts.org/catagories: | - media diff --git a/charts/incubator/mkvcleaver/README.md b/charts/stable/mkvcleaver/README.md similarity index 100% rename from charts/incubator/mkvcleaver/README.md rename to charts/stable/mkvcleaver/README.md diff --git a/charts/incubator/mkvcleaver/docs/installation_notes.md b/charts/stable/mkvcleaver/docs/installation_notes.md similarity index 100% rename from charts/incubator/mkvcleaver/docs/installation_notes.md rename to charts/stable/mkvcleaver/docs/installation_notes.md diff --git a/charts/incubator/mkvcleaver/icon.png b/charts/stable/mkvcleaver/icon.png similarity index 100% rename from charts/incubator/mkvcleaver/icon.png rename to charts/stable/mkvcleaver/icon.png diff --git a/charts/incubator/mkvcleaver/questions.yaml b/charts/stable/mkvcleaver/questions.yaml similarity index 100% rename from charts/incubator/mkvcleaver/questions.yaml rename to charts/stable/mkvcleaver/questions.yaml diff --git a/charts/incubator/mkvcleaver/templates/common.yaml b/charts/stable/mkvcleaver/templates/common.yaml similarity index 100% rename from charts/incubator/mkvcleaver/templates/common.yaml rename to charts/stable/mkvcleaver/templates/common.yaml diff --git a/charts/incubator/mkvcleaver/values.yaml b/charts/stable/mkvcleaver/values.yaml similarity index 100% rename from charts/incubator/mkvcleaver/values.yaml rename to charts/stable/mkvcleaver/values.yaml diff --git a/charts/incubator/mkvcleaver/.helmignore b/charts/stable/putty/.helmignore similarity index 100% rename from charts/incubator/mkvcleaver/.helmignore rename to charts/stable/putty/.helmignore diff --git a/charts/incubator/putty/CHANGELOG.md b/charts/stable/putty/CHANGELOG.md similarity index 100% rename from charts/incubator/putty/CHANGELOG.md rename to charts/stable/putty/CHANGELOG.md diff --git a/charts/incubator/putty/Chart.yaml b/charts/stable/putty/Chart.yaml similarity index 98% rename from charts/incubator/putty/Chart.yaml rename to charts/stable/putty/Chart.yaml index 5960ff9e12d..4ae57f86a8d 100644 --- a/charts/incubator/putty/Chart.yaml +++ b/charts/stable/putty/Chart.yaml @@ -21,7 +21,7 @@ sources: - https://github.com/jlesage/docker-putty - https://hub.docker.com/r/jlesage/putty/ type: application -version: 0.0.15 +version: 1.0.0 annotations: truecharts.org/catagories: | - utilities diff --git a/charts/incubator/putty/README.md b/charts/stable/putty/README.md similarity index 100% rename from charts/incubator/putty/README.md rename to charts/stable/putty/README.md diff --git a/charts/incubator/putty/docs/installation_notes.md b/charts/stable/putty/docs/installation_notes.md similarity index 100% rename from charts/incubator/putty/docs/installation_notes.md rename to charts/stable/putty/docs/installation_notes.md diff --git a/charts/incubator/putty/icon.png b/charts/stable/putty/icon.png similarity index 100% rename from charts/incubator/putty/icon.png rename to charts/stable/putty/icon.png diff --git a/charts/incubator/putty/questions.yaml b/charts/stable/putty/questions.yaml similarity index 100% rename from charts/incubator/putty/questions.yaml rename to charts/stable/putty/questions.yaml diff --git a/charts/incubator/putty/templates/common.yaml b/charts/stable/putty/templates/common.yaml similarity index 100% rename from charts/incubator/putty/templates/common.yaml rename to charts/stable/putty/templates/common.yaml diff --git a/charts/incubator/putty/values.yaml b/charts/stable/putty/values.yaml similarity index 100% rename from charts/incubator/putty/values.yaml rename to charts/stable/putty/values.yaml diff --git a/charts/incubator/putty/.helmignore b/charts/stable/qdirstat/.helmignore similarity index 100% rename from charts/incubator/putty/.helmignore rename to charts/stable/qdirstat/.helmignore diff --git a/charts/incubator/qdirstat/CHANGELOG.md b/charts/stable/qdirstat/CHANGELOG.md similarity index 100% rename from charts/incubator/qdirstat/CHANGELOG.md rename to charts/stable/qdirstat/CHANGELOG.md diff --git a/charts/incubator/qdirstat/Chart.yaml b/charts/stable/qdirstat/Chart.yaml similarity index 98% rename from charts/incubator/qdirstat/Chart.yaml rename to charts/stable/qdirstat/Chart.yaml index e2db762e985..988e2c3503a 100644 --- a/charts/incubator/qdirstat/Chart.yaml +++ b/charts/stable/qdirstat/Chart.yaml @@ -21,7 +21,7 @@ sources: - https://github.com/jlesage/docker-qdirstat - https://hub.docker.com/r/jlesage/qdirstat/ type: application -version: 0.0.15 +version: 1.0.0 annotations: truecharts.org/catagories: | - media diff --git a/charts/incubator/qdirstat/README.md b/charts/stable/qdirstat/README.md similarity index 100% rename from charts/incubator/qdirstat/README.md rename to charts/stable/qdirstat/README.md diff --git a/charts/incubator/qdirstat/docs/installation_notes.md b/charts/stable/qdirstat/docs/installation_notes.md similarity index 100% rename from charts/incubator/qdirstat/docs/installation_notes.md rename to charts/stable/qdirstat/docs/installation_notes.md diff --git a/charts/incubator/qdirstat/icon.png b/charts/stable/qdirstat/icon.png similarity index 100% rename from charts/incubator/qdirstat/icon.png rename to charts/stable/qdirstat/icon.png diff --git a/charts/incubator/qdirstat/questions.yaml b/charts/stable/qdirstat/questions.yaml similarity index 100% rename from charts/incubator/qdirstat/questions.yaml rename to charts/stable/qdirstat/questions.yaml diff --git a/charts/incubator/qdirstat/templates/common.yaml b/charts/stable/qdirstat/templates/common.yaml similarity index 100% rename from charts/incubator/qdirstat/templates/common.yaml rename to charts/stable/qdirstat/templates/common.yaml diff --git a/charts/incubator/qdirstat/values.yaml b/charts/stable/qdirstat/values.yaml similarity index 100% rename from charts/incubator/qdirstat/values.yaml rename to charts/stable/qdirstat/values.yaml diff --git a/charts/incubator/qdirstat/.helmignore b/charts/stable/theme-park/.helmignore similarity index 100% rename from charts/incubator/qdirstat/.helmignore rename to charts/stable/theme-park/.helmignore diff --git a/charts/incubator/theme-park/CHANGELOG.md b/charts/stable/theme-park/CHANGELOG.md similarity index 100% rename from charts/incubator/theme-park/CHANGELOG.md rename to charts/stable/theme-park/CHANGELOG.md diff --git a/charts/incubator/theme-park/Chart.yaml b/charts/stable/theme-park/Chart.yaml similarity index 97% rename from charts/incubator/theme-park/Chart.yaml rename to charts/stable/theme-park/Chart.yaml index 9bb1f06953b..f66380e63c2 100644 --- a/charts/incubator/theme-park/Chart.yaml +++ b/charts/stable/theme-park/Chart.yaml @@ -20,7 +20,7 @@ name: theme-park sources: - https://github.com/gilbn/theme.park type: application -version: 1.0.24 +version: 2.0.0 annotations: truecharts.org/catagories: | - customization diff --git a/charts/incubator/theme-park/README.md b/charts/stable/theme-park/README.md similarity index 100% rename from charts/incubator/theme-park/README.md rename to charts/stable/theme-park/README.md diff --git a/charts/incubator/theme-park/icon.png b/charts/stable/theme-park/icon.png similarity index 100% rename from charts/incubator/theme-park/icon.png rename to charts/stable/theme-park/icon.png diff --git a/charts/incubator/theme-park/questions.yaml b/charts/stable/theme-park/questions.yaml similarity index 100% rename from charts/incubator/theme-park/questions.yaml rename to charts/stable/theme-park/questions.yaml diff --git a/charts/incubator/theme-park/templates/common.yaml b/charts/stable/theme-park/templates/common.yaml similarity index 100% rename from charts/incubator/theme-park/templates/common.yaml rename to charts/stable/theme-park/templates/common.yaml diff --git a/charts/incubator/theme-park/values.yaml b/charts/stable/theme-park/values.yaml similarity index 100% rename from charts/incubator/theme-park/values.yaml rename to charts/stable/theme-park/values.yaml diff --git a/charts/incubator/theme-park/.helmignore b/charts/stable/tsmuxer/.helmignore similarity index 100% rename from charts/incubator/theme-park/.helmignore rename to charts/stable/tsmuxer/.helmignore diff --git a/charts/incubator/tsmuxer/CHANGELOG.md b/charts/stable/tsmuxer/CHANGELOG.md similarity index 100% rename from charts/incubator/tsmuxer/CHANGELOG.md rename to charts/stable/tsmuxer/CHANGELOG.md diff --git a/charts/incubator/tsmuxer/Chart.yaml b/charts/stable/tsmuxer/Chart.yaml similarity index 97% rename from charts/incubator/tsmuxer/Chart.yaml rename to charts/stable/tsmuxer/Chart.yaml index c6a8657ad9c..2db3de551bf 100644 --- a/charts/incubator/tsmuxer/Chart.yaml +++ b/charts/stable/tsmuxer/Chart.yaml @@ -21,7 +21,7 @@ sources: - https://github.com/jlesage/docker-tsmuxer - https://hub.docker.com/r/jlesage/tsmuxer/ type: application -version: 0.0.14 +version: 1.0.0 annotations: truecharts.org/catagories: | - media diff --git a/charts/incubator/tsmuxer/README.md b/charts/stable/tsmuxer/README.md similarity index 100% rename from charts/incubator/tsmuxer/README.md rename to charts/stable/tsmuxer/README.md diff --git a/charts/incubator/tsmuxer/docs/installation_notes.md b/charts/stable/tsmuxer/docs/installation_notes.md similarity index 100% rename from charts/incubator/tsmuxer/docs/installation_notes.md rename to charts/stable/tsmuxer/docs/installation_notes.md diff --git a/charts/incubator/tsmuxer/icon.png b/charts/stable/tsmuxer/icon.png similarity index 100% rename from charts/incubator/tsmuxer/icon.png rename to charts/stable/tsmuxer/icon.png diff --git a/charts/incubator/tsmuxer/questions.yaml b/charts/stable/tsmuxer/questions.yaml similarity index 100% rename from charts/incubator/tsmuxer/questions.yaml rename to charts/stable/tsmuxer/questions.yaml diff --git a/charts/incubator/tsmuxer/templates/common.yaml b/charts/stable/tsmuxer/templates/common.yaml similarity index 100% rename from charts/incubator/tsmuxer/templates/common.yaml rename to charts/stable/tsmuxer/templates/common.yaml diff --git a/charts/incubator/tsmuxer/values.yaml b/charts/stable/tsmuxer/values.yaml similarity index 100% rename from charts/incubator/tsmuxer/values.yaml rename to charts/stable/tsmuxer/values.yaml