From ddd197a99f4b242a01d5303d8cdf7cbda4af5c8b Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Tue, 16 Feb 2021 14:45:26 +0100 Subject: [PATCH] rename nzbhydra2 to nzbhydra --- .../{nzbhydra2 => nzbhydra}/0.1.1/.helmignore | 0 charts/{nzbhydra2 => nzbhydra}/0.1.1/Chart.lock | 0 charts/{nzbhydra2 => nzbhydra}/0.1.1/Chart.yaml | 6 +++--- charts/{nzbhydra2 => nzbhydra}/0.1.1/LICENSE | 0 charts/{nzbhydra2 => nzbhydra}/0.1.1/README.md | 16 ++++++++-------- .../{nzbhydra2 => nzbhydra}/0.1.1/app-readme.md | 0 .../0.1.1/charts/common-0.12.2.tgz | Bin .../0.1.1/questions.yaml | 0 .../0.1.1/templates/NOTES.txt | 0 .../0.1.1/templates/common.yaml | 0 .../0.1.1/test_values.yaml | 2 +- .../{nzbhydra2 => nzbhydra}/0.1.1/values.yaml | 2 +- charts/{nzbhydra2 => nzbhydra}/item.yaml | 0 13 files changed, 13 insertions(+), 13 deletions(-) rename charts/{nzbhydra2 => nzbhydra}/0.1.1/.helmignore (100%) rename charts/{nzbhydra2 => nzbhydra}/0.1.1/Chart.lock (100%) rename charts/{nzbhydra2 => nzbhydra}/0.1.1/Chart.yaml (92%) rename charts/{nzbhydra2 => nzbhydra}/0.1.1/LICENSE (100%) rename charts/{nzbhydra2 => nzbhydra}/0.1.1/README.md (85%) rename charts/{nzbhydra2 => nzbhydra}/0.1.1/app-readme.md (100%) rename charts/{nzbhydra2 => nzbhydra}/0.1.1/charts/common-0.12.2.tgz (100%) rename charts/{nzbhydra2 => nzbhydra}/0.1.1/questions.yaml (100%) rename charts/{nzbhydra2 => nzbhydra}/0.1.1/templates/NOTES.txt (100%) rename charts/{nzbhydra2 => nzbhydra}/0.1.1/templates/common.yaml (100%) rename charts/{nzbhydra2 => nzbhydra}/0.1.1/test_values.yaml (97%) rename charts/{nzbhydra2 => nzbhydra}/0.1.1/values.yaml (97%) rename charts/{nzbhydra2 => nzbhydra}/item.yaml (100%) diff --git a/charts/nzbhydra2/0.1.1/.helmignore b/charts/nzbhydra/0.1.1/.helmignore similarity index 100% rename from charts/nzbhydra2/0.1.1/.helmignore rename to charts/nzbhydra/0.1.1/.helmignore diff --git a/charts/nzbhydra2/0.1.1/Chart.lock b/charts/nzbhydra/0.1.1/Chart.lock similarity index 100% rename from charts/nzbhydra2/0.1.1/Chart.lock rename to charts/nzbhydra/0.1.1/Chart.lock diff --git a/charts/nzbhydra2/0.1.1/Chart.yaml b/charts/nzbhydra/0.1.1/Chart.yaml similarity index 92% rename from charts/nzbhydra2/0.1.1/Chart.yaml rename to charts/nzbhydra/0.1.1/Chart.yaml index 7302cfe5164..d859b0f6ba9 100644 --- a/charts/nzbhydra2/0.1.1/Chart.yaml +++ b/charts/nzbhydra/0.1.1/Chart.yaml @@ -1,13 +1,13 @@ apiVersion: v2 appVersion: v3.8.1 description: Usenet meta search -name: nzbhydra2 +name: nzbhydra version: 0.1.1 upstream_version: 5.3.1 keywords: - - nzbhydra2 + - nzbhydra - usenet -home: https://github.com/truecharts/truecharts/tree/master/charts/nzbhydra2 +home: https://github.com/truecharts/truecharts/tree/master/charts/nzbhydra icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/hydra-icon.png sources: - https://hub.docker.com/r/linuxserver/nzbhydra2 diff --git a/charts/nzbhydra2/0.1.1/LICENSE b/charts/nzbhydra/0.1.1/LICENSE similarity index 100% rename from charts/nzbhydra2/0.1.1/LICENSE rename to charts/nzbhydra/0.1.1/LICENSE diff --git a/charts/nzbhydra2/0.1.1/README.md b/charts/nzbhydra/0.1.1/README.md similarity index 85% rename from charts/nzbhydra2/0.1.1/README.md rename to charts/nzbhydra/0.1.1/README.md index 951fc6e0bfa..3131edbfd3a 100644 --- a/charts/nzbhydra2/0.1.1/README.md +++ b/charts/nzbhydra/0.1.1/README.md @@ -1,6 +1,6 @@ -# Nzbhydra2 +# nzbhydra -This is a helm chart for [Nzbhydra2](https://github.com/theotherp/nzbhydra2). +This is a helm chart for [nzbhydra](https://github.com/theotherp/nzbhydra). **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/k8s-at-home/charts/issues/new/choose)** @@ -8,7 +8,7 @@ This is a helm chart for [Nzbhydra2](https://github.com/theotherp/nzbhydra2). ```shell $ helm repo add k8s-at-home https://k8s-at-home.com/charts/ -$ helm install k8s-at-home/nzbhydra2 +$ helm install k8s-at-home/nzbhydra ``` ## Installing the Chart @@ -16,7 +16,7 @@ $ helm install k8s-at-home/nzbhydra2 To install the chart with the release name `my-release`: ```console -helm install --name my-release k8s-at-home/nzbhydra2 +helm install --name my-release k8s-at-home/nzbhydra ``` ## Uninstalling the Chart @@ -30,20 +30,20 @@ helm delete my-release --purge The command removes all the Kubernetes components associated with the chart and deletes the release. ## Configuration -Read through the charts [values.yaml](https://github.com/k8s-at-home/charts/blob/master/charts/nzbhydra2/values.yaml) +Read through the charts [values.yaml](https://github.com/k8s-at-home/charts/blob/master/charts/nzbhydra/values.yaml) file. It has several commented out suggested values. Additionally you can take a look at the common library [values.yaml](https://github.com/k8s-at-home/charts/blob/master/charts/common/values.yaml) for more (advanced) configuration options. Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example, ```console -helm install nzbhydra2 \ +helm install nzbhydra \ --set env.TZ="America/New_York" \ - k8s-at-home/nzbhydra2 + k8s-at-home/nzbhydra ``` Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example, ```console -helm install nzbhydra2 k8s-at-home/nzbhydra2 --values values.yaml +helm install nzbhydra k8s-at-home/nzbhydra --values values.yaml ``` ```yaml diff --git a/charts/nzbhydra2/0.1.1/app-readme.md b/charts/nzbhydra/0.1.1/app-readme.md similarity index 100% rename from charts/nzbhydra2/0.1.1/app-readme.md rename to charts/nzbhydra/0.1.1/app-readme.md diff --git a/charts/nzbhydra2/0.1.1/charts/common-0.12.2.tgz b/charts/nzbhydra/0.1.1/charts/common-0.12.2.tgz similarity index 100% rename from charts/nzbhydra2/0.1.1/charts/common-0.12.2.tgz rename to charts/nzbhydra/0.1.1/charts/common-0.12.2.tgz diff --git a/charts/nzbhydra2/0.1.1/questions.yaml b/charts/nzbhydra/0.1.1/questions.yaml similarity index 100% rename from charts/nzbhydra2/0.1.1/questions.yaml rename to charts/nzbhydra/0.1.1/questions.yaml diff --git a/charts/nzbhydra2/0.1.1/templates/NOTES.txt b/charts/nzbhydra/0.1.1/templates/NOTES.txt similarity index 100% rename from charts/nzbhydra2/0.1.1/templates/NOTES.txt rename to charts/nzbhydra/0.1.1/templates/NOTES.txt diff --git a/charts/nzbhydra2/0.1.1/templates/common.yaml b/charts/nzbhydra/0.1.1/templates/common.yaml similarity index 100% rename from charts/nzbhydra2/0.1.1/templates/common.yaml rename to charts/nzbhydra/0.1.1/templates/common.yaml diff --git a/charts/nzbhydra2/0.1.1/test_values.yaml b/charts/nzbhydra/0.1.1/test_values.yaml similarity index 97% rename from charts/nzbhydra2/0.1.1/test_values.yaml rename to charts/nzbhydra/0.1.1/test_values.yaml index 4f15d68248f..dbe7b606a7b 100644 --- a/charts/nzbhydra2/0.1.1/test_values.yaml +++ b/charts/nzbhydra/0.1.1/test_values.yaml @@ -1,4 +1,4 @@ -# Default values for nzbhydra2. +# Default values for nzbhydra. image: repository: linuxserver/nzbhydra2 diff --git a/charts/nzbhydra2/0.1.1/values.yaml b/charts/nzbhydra/0.1.1/values.yaml similarity index 97% rename from charts/nzbhydra2/0.1.1/values.yaml rename to charts/nzbhydra/0.1.1/values.yaml index 46b2c901ee5..ff8afb0254c 100644 --- a/charts/nzbhydra2/0.1.1/values.yaml +++ b/charts/nzbhydra/0.1.1/values.yaml @@ -1,4 +1,4 @@ -# Default values for nzbhydra2. +# Default values for nzbhydra. image: repository: linuxserver/nzbhydra2 diff --git a/charts/nzbhydra2/item.yaml b/charts/nzbhydra/item.yaml similarity index 100% rename from charts/nzbhydra2/item.yaml rename to charts/nzbhydra/item.yaml