From edd4a64ef02913deb2481b55106b75f3eff3ea65 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Tue, 19 Jul 2022 12:08:52 +0200 Subject: [PATCH 1/2] fix(ci): revert part of the readme changes --- charts/stable/jackett/Chart.yaml | 2 +- templates/docs/README.md.gotmpl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/jackett/Chart.yaml b/charts/stable/jackett/Chart.yaml index 221d69918ad..82fe8025077 100644 --- a/charts/stable/jackett/Chart.yaml +++ b/charts/stable/jackett/Chart.yaml @@ -21,7 +21,7 @@ name: jackett sources: - https://github.com/Jackett/Jackett type: application -version: 11.0.34 +version: 11.0.35 annotations: truecharts.org/catagories: | - media diff --git a/templates/docs/README.md.gotmpl b/templates/docs/README.md.gotmpl index 712a8fa0b9c..d2e34450d42 100644 --- a/templates/docs/README.md.gotmpl +++ b/templates/docs/README.md.gotmpl @@ -70,8 +70,8 @@ If you need to connect this App to other Apps on TrueNAS SCALE, please refer to {{- define "custom.support" -}} ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ). -- See the [Website](https://truecharts.org) +- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first. +- See the [Wiki](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/apps/issues/new/choose) {{- end -}} From aee8e54c602c064235157319d76400cd8173715f Mon Sep 17 00:00:00 2001 From: truecharts-bot Date: Tue, 19 Jul 2022 10:11:43 +0000 Subject: [PATCH 2/2] chore: Auto-update chart README [skip ci] --- charts/stable/jackett/CHANGELOG.md | 8 +++++ charts/stable/jackett/README.md | 49 ++++++++++++++++-------------- 2 files changed, 34 insertions(+), 23 deletions(-) diff --git a/charts/stable/jackett/CHANGELOG.md b/charts/stable/jackett/CHANGELOG.md index 97c62588c50..e78d4b580bc 100644 --- a/charts/stable/jackett/CHANGELOG.md +++ b/charts/stable/jackett/CHANGELOG.md @@ -1,6 +1,14 @@ # Changelog +## [jackett-11.0.35](https://github.com/truecharts/apps/compare/jackett-11.0.34...jackett-11.0.35) (2022-07-19) + +### Fix + +- revert part of the readme changes + + + ## [jackett-11.0.34](https://github.com/truecharts/apps/compare/jackett-11.0.33...jackett-11.0.34) (2022-07-17) ### Chore diff --git a/charts/stable/jackett/README.md b/charts/stable/jackett/README.md index 868f145dc85..c78e9adb2fa 100644 --- a/charts/stable/jackett/README.md +++ b/charts/stable/jackett/README.md @@ -1,9 +1,16 @@ # jackett +![Version: 11.0.35](https://img.shields.io/badge/Version-11.0.35-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.20.1316](https://img.shields.io/badge/AppVersion-0.20.1316-informational?style=flat-square) + API Support for your favorite torrent trackers. -TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)** +**Homepage:** + +## Maintainers + +| Name | Email | Url | +| ---- | ------ | --- | +| TrueCharts | info@truecharts.org | https://truecharts.org | ## Source Code @@ -13,30 +20,26 @@ TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not gu Kubernetes: `>=1.16.0-0` -## Dependencies - | Repository | Name | Version | |------------|------|---------| | https://library-charts.truecharts.org | common | 10.4.4 | -## Installing the Chart +## Values -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/). +| Key | Type | Default | Description | +|-----|------|---------|-------------| +| image.pullPolicy | string | `"IfNotPresent"` | | +| image.repository | string | `"tccr.io/truecharts/jackett"` | | +| image.tag | string | `"v0.20.1316@sha256:dfcfdafb1489dd4f27e7cc683f419f4c6b8c78550e46ce32b8ea9658b5e33920"` | | +| persistence.config.enabled | bool | `true` | | +| persistence.config.mountPath | string | `"/config"` | | +| probes.liveness.path | string | `"/UI/Login"` | | +| probes.readiness.path | string | `"/UI/Login"` | | +| probes.startup.path | string | `"/UI/Login"` | | +| securityContext.readOnlyRootFilesystem | bool | `false` | | +| service.main.ports.main.port | int | `9117` | | +| service.main.ports.main.protocol | string | `"HTTP"` | | +| service.main.ports.main.targetPort | int | `9117` | | -## Upgrading, Rolling Back and Uninstalling the Chart - -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -## Support - -- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first. -- See the [Wiki](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -All Rights Reserved - The TrueCharts Project +---------------------------------------------- +Autogenerated from chart metadata using [helm-docs v0.1.1](https://github.com/k8s-at-home/helm-docs/releases/v0.1.1)