Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-08-31 03:11:11 +00:00
parent 4a89e6e73e
commit 9678f821aa
12 changed files with 38 additions and 29 deletions

View File

@ -1,13 +0,0 @@
**Important:**
*for the complete changelog, please refer to the website*
## [notifiarr-0.0.1]notifiarr-0.0.1 (2023-08-12)
### Feat
- add notifiarr ([#8074](https://github.com/truecharts/charts/issues/8074))

View File

@ -1,9 +0,0 @@
## [notifiarr-0.0.1]notifiarr-0.0.1 (2023-08-12)
### Feat
- add notifiarr ([#8074](https://github.com/truecharts/charts/issues/8074))

View File

@ -0,0 +1,22 @@
**Important:**
*for the complete changelog, please refer to the website*
## [notifiarr-0.0.2](https://github.com/truecharts/charts/compare/notifiarr-0.0.1...notifiarr-0.0.2) (2023-08-31)
### Fix
- Attempt to fix mixed up values/q's ([#12067](https://github.com/truecharts/charts/issues/12067))
## [notifiarr-0.0.1]notifiarr-0.0.1 (2023-08-12)
### Feat
- add notifiarr ([#8074](https://github.com/truecharts/charts/issues/8074))

View File

@ -22,9 +22,8 @@ name: notifiarr
sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/notifiarr - https://github.com/truecharts/charts/tree/master/charts/incubator/notifiarr
- https://github.com/Notifiarr/notifiarr - https://github.com/Notifiarr/notifiarr
- https://hub.docker.com/r/golift/notifiarr
type: application type: application
version: 0.0.1 version: 0.0.2
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- MediaApp-Other - MediaApp-Other

View File

@ -5,14 +5,14 @@
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported. However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/enterprise/) For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
## Support ## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE%20Apps/Important-MUST-READ). - Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
- See the [Website](https://truecharts.org) - See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr) - Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose)

View File

@ -0,0 +1,9 @@
## [notifiarr-0.0.2](https://github.com/truecharts/charts/compare/notifiarr-0.0.1...notifiarr-0.0.2) (2023-08-31)
### Fix
- Attempt to fix mixed up values/q's ([#12067](https://github.com/truecharts/charts/issues/12067))

View File

@ -4,6 +4,7 @@ image:
tag: latest@sha256:913c71f5e325dd9af53c9e96f3d5d7d1b2d058a41f8253489320a4c69fbb0a44 tag: latest@sha256:913c71f5e325dd9af53c9e96f3d5d7d1b2d058a41f8253489320a4c69fbb0a44
notifiarr: notifiarr:
apikey: "test"
upstreams: upstreams:
- 172.16.0.0/16 - 172.16.0.0/16
credentials: credentials:
@ -24,7 +25,7 @@ workload:
main: main:
env: env:
TMPDIR: /tmpdir TMPDIR: /tmpdir
DN_API_KEY: "test" DN_API_KEY: "{{ .Values.notifiarr.apikey }}"
DN_BIND_ADDR: '{{ printf "0.0.0.0:%v" .Values.service.main.ports.main.port }}' DN_BIND_ADDR: '{{ printf "0.0.0.0:%v" .Values.service.main.ports.main.port }}'
DN_UPSTREAMS_0: '{{ join " " .Values.notifiarr.upstreams }}' DN_UPSTREAMS_0: '{{ join " " .Values.notifiarr.upstreams }}'
DN_UI_PASSWORD: '{{ printf "%v:%v" .Values.notifiarr.credentials.username .Values.notifiarr.credentials.password }}' DN_UI_PASSWORD: '{{ printf "%v:%v" .Values.notifiarr.credentials.username .Values.notifiarr.credentials.password }}'

View File

@ -100,14 +100,14 @@ questions:
additional_attrs: true additional_attrs: true
type: dict type: dict
attrs: attrs:
- variable: env - variable: notifiarr
group: App Configuration group: App Configuration
label: Image Environment label: Image Environment
schema: schema:
additional_attrs: true additional_attrs: true
type: dict type: dict
attrs: attrs:
- variable: DN_API_KEY - variable: apikey
label: Notifiarr All API Key label: Notifiarr All API Key
description: Notifiarr All Integrations API key from https://notifiarr.com description: Notifiarr All Integrations API key from https://notifiarr.com
schema: schema: