diff --git a/charts/jackett/Chart.yaml b/charts/jackett/Chart.yaml index 5faa76bd..b7f4ed4d 100644 --- a/charts/jackett/Chart.yaml +++ b/charts/jackett/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: v0.16.2106 description: API Support for your favorite torrent trackers name: jackett -version: 5.4.0 +version: 5.5.0 keywords: - jackett - torrent @@ -17,4 +17,4 @@ maintainers: dependencies: - name: common repository: https://k8s-at-home.com/charts/ - version: ^1.5.0 + version: ^1.6.1 diff --git a/charts/jackett/OWNERS b/charts/jackett/OWNERS index 51f88652..1ce35762 100644 --- a/charts/jackett/OWNERS +++ b/charts/jackett/OWNERS @@ -1,4 +1,8 @@ approvers: - billimek +- onedr0p +- bjw-s reviewers: -- billimek \ No newline at end of file +- billimek +- onedr0p +- bjw-s diff --git a/charts/jackett/README.md b/charts/jackett/README.md index f037cd67..944bdc75 100644 --- a/charts/jackett/README.md +++ b/charts/jackett/README.md @@ -2,6 +2,8 @@ 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; ```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, ```console helm install jackett \ - --set env.TZ="America/New York" \ + --set env.TZ="America/New_York" \ k8s-at-home/jackett ``` Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the