Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2024-01-22 00:45:19 +00:00
parent 0e38402d3e
commit adf069887e
11 changed files with 3343 additions and 0 deletions

View File

@ -0,0 +1,99 @@
---
title: Changelog
---
**Important:**
*for the complete changelog, please refer to the website*
## [navidrome-18.2.0](https://github.com/truecharts/charts/compare/navidrome-18.1.9...navidrome-18.2.0) (2024-01-22)
### Chore
- update container image deluan/navidrome to v0.51.0[@545ad99](https://github.com/545ad99) by renovate ([#17488](https://github.com/truecharts/charts/issues/17488))
## [navidrome-18.1.9](https://github.com/truecharts/charts/compare/navidrome-18.1.8...navidrome-18.1.9) (2024-01-21)
### Chore
- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478))
## [navidrome-18.1.8](https://github.com/truecharts/charts/compare/navidrome-18.1.7...navidrome-18.1.8) (2024-01-21)
### Chore
- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409))
## [navidrome-18.1.7](https://github.com/truecharts/charts/compare/navidrome-18.1.6...navidrome-18.1.7) (2024-01-21)
### Chore
- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457))
## [navidrome-18.1.6](https://github.com/truecharts/charts/compare/navidrome-18.1.5...navidrome-18.1.6) (2024-01-09)
### Chore
- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986))
## [navidrome-18.1.5](https://github.com/truecharts/charts/compare/navidrome-18.1.4...navidrome-18.1.5) (2024-01-02)
### Chore
- force bump to ensure up-to-date catalogs
## [navidrome-18.1.4](https://github.com/truecharts/charts/compare/navidrome-18.1.3...navidrome-18.1.4) (2024-01-01)
### Chore
- increase common version for oci fixes
- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738))
## [navidrome-18.1.3](https://github.com/truecharts/charts/compare/navidrome-18.1.0...navidrome-18.1.3) (2024-01-01)
### Chore
- bump all charts for OCI test push
- move everything to consume OCI-hosted common-chart dependency
- update container image common to v17.2.19[@4ebb688](https://github.com/4ebb688) by renovate ([#16733](https://github.com/truecharts/charts/issues/16733))
- update container image common to v17.2.18[@085ba3c](https://github.com/085ba3c) by renovate ([#16732](https://github.com/truecharts/charts/issues/16732))
- standardize ./img references ([#16704](https://github.com/truecharts/charts/issues/16704))
- lints some docs, uses front-matter instead of # h1, and fix list items in changelog ([#16589](https://github.com/truecharts/charts/issues/16589))
## [navidrome-18.1.2](https://github.com/truecharts/charts/compare/navidrome-18.1.0...navidrome-18.1.2) (2024-01-01)
### Chore

View File

@ -0,0 +1,38 @@
annotations:
max_scale_version: 23.10.2
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: media
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: stable
apiVersion: v2
appVersion: 0.51.0
dependencies:
- name: common
version: 17.2.28
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
tags: []
import-values: []
deprecated: false
description: Navidrome is an open source web-based music collection server and streamer
home: https://truecharts.org/charts/stable/navidrome
icon: https://truecharts.org/img/hotlink-ok/chart-icons/navidrome.png
keywords:
- navidrome
- music
- streaming
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: navidrome
sources:
- https://github.com/deluan/navidrome
- https://github.com/truecharts/charts/tree/master/charts/stable/navidrome
- https://hub.docker.com/r/deluan/navidrome
type: application
version: 18.2.0

View File

@ -0,0 +1,28 @@
---
title: README
---
## General Info
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/stable/navidrome)
**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/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)
---
## Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_

View File

@ -0,0 +1,9 @@
## [navidrome-18.2.0](https://github.com/truecharts/charts/compare/navidrome-18.1.9...navidrome-18.2.0) (2024-01-22)
### Chore
- update container image deluan/navidrome to v0.51.0[@545ad99](https://github.com/545ad99) by renovate ([#17488](https://github.com/truecharts/charts/issues/17488))

View File

@ -0,0 +1,8 @@
Navidrome is an open source web-based music collection server and streamer
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/navidrome](https://truecharts.org/charts/stable/navidrome)
---
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!

Binary file not shown.

View File

@ -0,0 +1,31 @@
image:
repository: deluan/navidrome
pullPolicy: IfNotPresent
tag: 0.51.0@sha256:545ad990020d613f9c69cce44676fc0eda901ab202d7c0f5b318ef8e98bf8fbd
workload:
main:
podSpec:
containers:
main:
env:
ND_MUSICFOLDER: /music
ND_SCANSCHEDULE: "@every 15m"
ND_LOGLEVEL: info
ND_SESSIONTIMEOUT: 24h
ND_ENABLETRANSCODINGCONFIG: false
service:
main:
ports:
main:
port: 4533
targetPort: 4533
persistence:
data:
enabled: true
mountPath: /data
music:
enabled: true
mountPath: /music
portal:
open:
enabled: true

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1 @@
{{- include "tc.v1.common.lib.chart.notes" $ -}}

View File

@ -0,0 +1 @@
{{ include "tc.v1.common.loader.all" . }}

View File