diff --git a/charts/incubator/channels-dvr/.helmignore b/charts/stable/channels-dvr/.helmignore similarity index 100% rename from charts/incubator/channels-dvr/.helmignore rename to charts/stable/channels-dvr/.helmignore diff --git a/charts/incubator/channels-dvr/CHANGELOG.md b/charts/stable/channels-dvr/CHANGELOG.md similarity index 100% rename from charts/incubator/channels-dvr/CHANGELOG.md rename to charts/stable/channels-dvr/CHANGELOG.md diff --git a/charts/incubator/channels-dvr/Chart.yaml b/charts/stable/channels-dvr/Chart.yaml similarity index 78% rename from charts/incubator/channels-dvr/Chart.yaml rename to charts/stable/channels-dvr/Chart.yaml index 52f6a2fa060..85c7c932ff3 100644 --- a/charts/incubator/channels-dvr/Chart.yaml +++ b/charts/stable/channels-dvr/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 12.10.4 deprecated: false description: Channels DVR Server -home: https://truecharts.org/charts/incubator/channels-dvr +home: https://truecharts.org/charts/stable/channels-dvr icon: https://truecharts.org/img/hotlink-ok/chart-icons/channels-dvr.png keywords: - channels-dvr @@ -17,9 +17,9 @@ maintainers: url: https://truecharts.org name: channels-dvr sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/channels-dvr + - https://github.com/truecharts/charts/tree/master/charts/stable/channels-dvr type: application -version: 1.0.5 +version: 2.0.0 annotations: truecharts.org/catagories: | - media diff --git a/charts/incubator/channels-dvr/README.md b/charts/stable/channels-dvr/README.md similarity index 93% rename from charts/incubator/channels-dvr/README.md rename to charts/stable/channels-dvr/README.md index 63d5d2c8fdc..701942c352f 100644 --- a/charts/incubator/channels-dvr/README.md +++ b/charts/stable/channels-dvr/README.md @@ -5,7 +5,7 @@ TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. However only installations using the TrueNAS SCALE Apps system are supported. -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/) +For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/) **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)** diff --git a/charts/incubator/channels-dvr/ci/basic-values.yaml b/charts/stable/channels-dvr/ci/basic-values.yaml similarity index 100% rename from charts/incubator/channels-dvr/ci/basic-values.yaml rename to charts/stable/channels-dvr/ci/basic-values.yaml diff --git a/charts/incubator/channels-dvr/ci/tve-values.yaml b/charts/stable/channels-dvr/ci/tve-values.yaml similarity index 100% rename from charts/incubator/channels-dvr/ci/tve-values.yaml rename to charts/stable/channels-dvr/ci/tve-values.yaml diff --git a/charts/stable/channels-dvr/docs/installation_notes.md b/charts/stable/channels-dvr/docs/installation_notes.md new file mode 100644 index 00000000000..f7b6c07aca2 --- /dev/null +++ b/charts/stable/channels-dvr/docs/installation_notes.md @@ -0,0 +1,16 @@ +# Channels DVR Installation Notes + +:::danger Ingress + +You cannot use Ingress during the initial setup. The Channels DVR Server web interface must be accessed using the TrueNAS server IP and Channels DVR Server port (defaults to 8089). + +After initial setup, ingress can be used to access the Channels DVR Server web interface. + +::: + +## Login + +During initial setup on the Channels DVR Server web interface, you will need to login to your Channels DVR website account as described here: [https://getchannels.com/docs/channels-dvr-server/quick-guide/installation-setup/#log-in](https://getchannels.com/docs/channels-dvr-server/quick-guide/installation-setup/#log-in). + +After you login on the Channels DVR website, you will be redirected back to your local Channels DVR Server web interface. However, the redirect will use the internal Kubernetes IP in the URL so it will not work. Simply change the IP in the URL to the IP of you TrueNAS server leaving the path and query parameters unmodified. + diff --git a/charts/incubator/channels-dvr/icon.png b/charts/stable/channels-dvr/icon.png similarity index 100% rename from charts/incubator/channels-dvr/icon.png rename to charts/stable/channels-dvr/icon.png diff --git a/charts/incubator/channels-dvr/questions.yaml b/charts/stable/channels-dvr/questions.yaml similarity index 100% rename from charts/incubator/channels-dvr/questions.yaml rename to charts/stable/channels-dvr/questions.yaml diff --git a/charts/incubator/channels-dvr/templates/NOTES.txt b/charts/stable/channels-dvr/templates/NOTES.txt similarity index 100% rename from charts/incubator/channels-dvr/templates/NOTES.txt rename to charts/stable/channels-dvr/templates/NOTES.txt diff --git a/charts/incubator/channels-dvr/templates/common.yaml b/charts/stable/channels-dvr/templates/common.yaml similarity index 100% rename from charts/incubator/channels-dvr/templates/common.yaml rename to charts/stable/channels-dvr/templates/common.yaml diff --git a/charts/incubator/channels-dvr/values.yaml b/charts/stable/channels-dvr/values.yaml similarity index 100% rename from charts/incubator/channels-dvr/values.yaml rename to charts/stable/channels-dvr/values.yaml