Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-03-26 01:26:27 +00:00
parent b2375ae1d6
commit 6148ef8fae
8 changed files with 300 additions and 2 deletions

View File

@ -1,6 +1,15 @@
# Changelog<br>
<a name="doplarr-1.0.0"></a>
### [doplarr-1.0.0](https://github.com/truecharts/apps/compare/doplarr-0.0.4...doplarr-1.0.0) (2022-03-26)
#### Fix
* add secrets ([#2286](https://github.com/truecharts/apps/issues/2286))
<a name="doplarr-0.0.4"></a>
### [doplarr-0.0.4](https://github.com/truecharts/apps/compare/doplarr-0.0.3...doplarr-0.0.4) (2022-03-25)

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,27 @@
# Changelog<br>
<a name="doplarr-1.0.0"></a>
### [doplarr-1.0.0](https://github.com/truecharts/apps/compare/doplarr-0.0.4...doplarr-1.0.0) (2022-03-26)
#### Fix
* add secrets ([#2286](https://github.com/truecharts/apps/issues/2286))
<a name="doplarr-0.0.4"></a>
### [doplarr-0.0.4](https://github.com/truecharts/apps/compare/doplarr-0.0.3...doplarr-0.0.4) (2022-03-25)
#### Fix
* small fixes ([#2282](https://github.com/truecharts/apps/issues/2282))
<a name="doplarr-0.0.1"></a>
### doplarr-0.0.1 (2022-03-20)
#### Feat
* Add doplarr ([#2229](https://github.com/truecharts/apps/issues/2229))

View File

@ -0,0 +1,7 @@
# Configuration Options
##### 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.
##### Available config options
In the future this page is going to contain an automated list of options available in the installation/edit UI.

View File

@ -0,0 +1,39 @@
# Default Helm-Values
TrueCharts is primarily build to supply TrueNAS SCALE Apps.
However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file.
Most of our Apps also consume our "common" Helm Chart.
If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart.
You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document.
## Values
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| env.DISCORD__MAX_RESULTS | int | `25` | |
| env.DISCORD__REQUESTED_MSG_STYLE | string | `":plain"` | |
| env.LOG_LEVEL | string | `":info"` | |
| env.OVERSEERR__URL | string | `""` | |
| env.PARTIAL_SEASONS | bool | `true` | |
| env.RADARR__QUALITY_PROFILE | string | `""` | |
| env.RADARR__URL | string | `""` | |
| env.SONARR__LANGUAGE_PROFILE | string | `""` | |
| env.SONARR__QUALITY_PROFILE | string | `""` | |
| env.SONARR__URL | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"tccr.io/truecharts/doplarr"` | |
| image.tag | string | `"v3.3.0@sha256:d08ec284876852d664fc6565c9a7fc823eceb78dc583d0323b280717732d13cc"` | |
| probes.liveness.enabled | bool | `false` | |
| probes.readiness.enabled | bool | `false` | |
| probes.startup.enabled | bool | `false` | |
| secret.DISCORD__ROLE_ID | string | `""` | |
| secret.DISCORD__TOKEN | string | `""` | |
| secret.OVERSEERR__API | string | `""` | |
| secret.OVERSEERR__DEFAULT_ID | string | `""` | |
| secret.RADARR__API | string | `""` | |
| secret.SONARR__API | string | `""` | |
| service.main.enabled | bool | `false` | |
| service.main.ports.main.enabled | bool | `false` | |
All Rights Reserved - The TrueCharts Project

View File

@ -0,0 +1,37 @@
# Introduction
An *arr Request Bot for Discord
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)**
## Source Code
* <https://github.com/kiranshila/Doplarr>
## Requirements
Kubernetes: `>=1.16.0-0`
## Dependencies
| Repository | Name | Version |
|------------|------|---------|
| https://truecharts.org | common | 9.1.8 |
## Installing the Chart
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
## 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/).
## 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

File diff suppressed because one or more lines are too long

View File

@ -12730,6 +12730,35 @@ entries:
- https://github.com/truecharts/apps/releases/download/domoticz-0.0.1/domoticz-0.0.1.tgz
version: 0.0.1
doplarr:
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- media
truecharts.org/grade: U
apiVersion: v2
appVersion: 3.3.0
created: "2022-03-26T01:26:23.07088449Z"
dependencies:
- name: common
repository: https://truecharts.org
version: 9.1.8
description: An *arr Request Bot for Discord
digest: a47dd583f57844f4d9c22fd9d35d939bf2a8a99095f9684c59c7293ca6315f30
home: https://github.com/truecharts/apps/tree/master/charts/stable/doplarr
icon: https://truecharts.org/_static/img/appicons/doplarr.png
keywords:
- doplarr
kubeVersion: '>=1.16.0-0'
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: doplarr
sources:
- https://github.com/kiranshila/Doplarr
urls:
- https://github.com/truecharts/apps/releases/download/doplarr-1.0.0/doplarr-1.0.0.tgz
version: 1.0.0
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
@ -81697,4 +81726,4 @@ entries:
urls:
- https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-9.0.24/zwavejs2mqtt-9.0.24.tgz
version: 9.0.24
generated: "2022-03-26T00:19:11.885651836Z"
generated: "2022-03-26T01:26:23.077989669Z"