mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-02 23:39:03 +00:00
[jackett] bump chart and common version (#188)
* bump chart and common version * fix readme * Update OWNERS
This commit is contained in:
parent
0c99fb1339
commit
ff1b01b296
@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: v0.16.2106
|
appVersion: v0.16.2106
|
||||||
description: API Support for your favorite torrent trackers
|
description: API Support for your favorite torrent trackers
|
||||||
name: jackett
|
name: jackett
|
||||||
version: 5.4.0
|
version: 5.5.0
|
||||||
keywords:
|
keywords:
|
||||||
- jackett
|
- jackett
|
||||||
- torrent
|
- torrent
|
||||||
@ -17,4 +17,4 @@ maintainers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://k8s-at-home.com/charts/
|
repository: https://k8s-at-home.com/charts/
|
||||||
version: ^1.5.0
|
version: ^1.6.1
|
||||||
|
@ -1,4 +1,8 @@
|
|||||||
approvers:
|
approvers:
|
||||||
- billimek
|
- billimek
|
||||||
|
- onedr0p
|
||||||
|
- bjw-s
|
||||||
reviewers:
|
reviewers:
|
||||||
- billimek
|
- billimek
|
||||||
|
- onedr0p
|
||||||
|
- bjw-s
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
This is a helm chart for [Jackett](https://github.com/Jackett/Jackett).
|
This is a helm chart for [Jackett](https://github.com/Jackett/Jackett).
|
||||||
|
|
||||||
|
**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)**
|
||||||
|
|
||||||
## TL;DR;
|
## TL;DR;
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
@ -35,7 +37,7 @@ Additionally you can take a look at the common library [values.yaml](https://git
|
|||||||
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
|
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
|
||||||
```console
|
```console
|
||||||
helm install jackett \
|
helm install jackett \
|
||||||
--set env.TZ="America/New York" \
|
--set env.TZ="America/New_York" \
|
||||||
k8s-at-home/jackett
|
k8s-at-home/jackett
|
||||||
```
|
```
|
||||||
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the
|
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the
|
||||||
|
Loading…
Reference in New Issue
Block a user