Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
4a89e6e73e
commit
9678f821aa
|
@ -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))
|
||||
|
||||
|
|
@ -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))
|
||||
|
||||
|
|
@ -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))
|
||||
|
||||
|
|
@ -22,9 +22,8 @@ name: notifiarr
|
|||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/notifiarr
|
||||
- https://github.com/Notifiarr/notifiarr
|
||||
- https://hub.docker.com/r/golift/notifiarr
|
||||
type: application
|
||||
version: 0.0.1
|
||||
version: 0.0.2
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- MediaApp-Other
|
|
@ -5,14 +5,14 @@
|
|||
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.
|
||||
|
||||
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)**
|
||||
|
||||
|
||||
## 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)
|
||||
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
||||
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
|
|
@ -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))
|
||||
|
||||
|
|
@ -4,6 +4,7 @@ image:
|
|||
tag: latest@sha256:913c71f5e325dd9af53c9e96f3d5d7d1b2d058a41f8253489320a4c69fbb0a44
|
||||
|
||||
notifiarr:
|
||||
apikey: "test"
|
||||
upstreams:
|
||||
- 172.16.0.0/16
|
||||
credentials:
|
||||
|
@ -24,7 +25,7 @@ workload:
|
|||
main:
|
||||
env:
|
||||
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_UPSTREAMS_0: '{{ join " " .Values.notifiarr.upstreams }}'
|
||||
DN_UI_PASSWORD: '{{ printf "%v:%v" .Values.notifiarr.credentials.username .Values.notifiarr.credentials.password }}'
|
|
@ -100,14 +100,14 @@ questions:
|
|||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: env
|
||||
- variable: notifiarr
|
||||
group: App Configuration
|
||||
label: Image Environment
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: DN_API_KEY
|
||||
- variable: apikey
|
||||
label: Notifiarr All API Key
|
||||
description: Notifiarr All Integrations API key from https://notifiarr.com
|
||||
schema:
|
Loading…
Reference in New Issue