Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2023-11-11 17:54:50 +00:00
parent b400d6b87f
commit d07d7391a9
12 changed files with 2153 additions and 2 deletions

View File

@@ -0,0 +1,99 @@
**Important:**
*for the complete changelog, please refer to the website*
## [multi-scrobbler-3.0.0](https://github.com/truecharts/charts/compare/multi-scrobbler-2.0.11...multi-scrobbler-3.0.0) (2023-07-31)
### Feat
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
### Fix
- fix mistakes on questions.yaml
## [multi-scrobbler-2.0.11](https://github.com/truecharts/charts/compare/multi-scrobbler-2.0.10...multi-scrobbler-2.0.11) (2023-04-30)
### Chore
- update container image tccr.io/truecharts/multi-scrobbler to latest ([#8321](https://github.com/truecharts/charts/issues/8321))
### Fix
- fix indentation ([#8536](https://github.com/truecharts/charts/issues/8536))
## [multi-scrobbler-2.0.10](https://github.com/truecharts/charts/compare/multi-scrobbler-2.0.9...multi-scrobbler-2.0.10) (2023-02-22)
### Chore
- update container image tccr.io/truecharts/multi-scrobbler to latest
## [multi-scrobbler-2.0.9](https://github.com/truecharts/charts/compare/multi-scrobbler-2.0.8...multi-scrobbler-2.0.9) (2023-02-10)
### Fix
- ensure new helm deps repo is used in latest releases as well.
## [multi-scrobbler-2.0.8](https://github.com/truecharts/charts/compare/multi-scrobbler-2.0.7...multi-scrobbler-2.0.8) (2023-02-03)
## [multi-scrobbler-2.0.7](https://github.com/truecharts/charts/compare/multi-scrobbler-2.0.6...multi-scrobbler-2.0.7) (2022-12-27)
### Chore
- update helm general non-major ([#5856](https://github.com/truecharts/charts/issues/5856))
## [multi-scrobbler-2.0.6](https://github.com/truecharts/charts/compare/multi-scrobbler-2.0.5...multi-scrobbler-2.0.6) (2022-12-26)
### Chore
- update helm general non-major ([#5839](https://github.com/truecharts/charts/issues/5839))
## [multi-scrobbler-2.0.5](https://github.com/truecharts/charts/compare/multi-scrobbler-2.0.4...multi-scrobbler-2.0.5) (2022-12-25)
### Chore
- update helm general non-major
## [multi-scrobbler-2.0.4](https://github.com/truecharts/charts/compare/multi-scrobbler-2.0.3...multi-scrobbler-2.0.4) (2022-12-19)
### Chore
- update helm general non-major
## [multi-scrobbler-2.0.3](https://github.com/truecharts/charts/compare/multi-scrobbler-2.0.2...multi-scrobbler-2.0.3) (2022-12-13)
### Chore
- update helm general non-major

View File

@@ -0,0 +1,27 @@
apiVersion: v2
appVersion: "0.6.1"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.3.5
deprecated: false
description: "Track your music listening history from many sources and record to many scrobble clients."
home: https://truecharts.org/charts/incubator/multi-scrobbler
icon: https://truecharts.org/img/hotlink-ok/chart-icons/multi-scrobbler.png
keywords:
- multi-scrobbler
- Network-Web
- MediaServer-Music
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: multi-scrobbler
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/multi-scrobbler
type: application
version: 3.0.0
annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/category: Network-Web

View File

@@ -0,0 +1,27 @@
# 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/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/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,8 @@
Track your music listening history from many sources and record to many scrobble clients.
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/multi-scrobbler](https://truecharts.org/charts/incubator/multi-scrobbler)
---
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!

View File

@@ -0,0 +1,27 @@
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/multi-scrobbler
tag: v0.6.1@sha256:a08454006d704a1ca96a6dcb89f28556b636c5f131f58eca37014d54bfd74474
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsGroup: 0
runAsUser: 0
service:
main:
ports:
main:
port: 9078
targetPort: 9078
persistence:
config:
enabled: true
mountPath: /config
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,2 @@
{{/* Render the templates */}}
{{ include "tc.v1.common.loader.all" . }}

View File

@@ -1,5 +1,4 @@
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/multi-scrobbler.png
categories:
- Network-Web
- MediaServer-Music
screenshots: []