rename nzbhydra2 to nzbhydra
This commit is contained in:
parent
6d3062909c
commit
ddd197a99f
|
@ -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
|
|
@ -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
|
|
@ -1,4 +1,4 @@
|
|||
# Default values for nzbhydra2.
|
||||
# Default values for nzbhydra.
|
||||
|
||||
image:
|
||||
repository: linuxserver/nzbhydra2
|
|
@ -1,4 +1,4 @@
|
|||
# Default values for nzbhydra2.
|
||||
# Default values for nzbhydra.
|
||||
|
||||
image:
|
||||
repository: linuxserver/nzbhydra2
|
Loading…
Reference in New Issue