Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
d5f91d0f3d
commit
f60b7b3723
|
@ -2,6 +2,15 @@
|
|||
|
||||
|
||||
|
||||
## [euterpe-0.0.23](https://github.com/truecharts/charts/compare/euterpe-0.0.22...euterpe-0.0.23) (2022-09-05)
|
||||
|
||||
### Chore
|
||||
|
||||
- add missing descriptions and clean up descriptions for various charts ([#3704](https://github.com/truecharts/charts/issues/3704))
|
||||
|
||||
|
||||
|
||||
|
||||
## [euterpe-0.0.22](https://github.com/truecharts/charts/compare/euterpe-0.0.21...euterpe-0.0.22) (2022-08-30)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
- update docker general non-major ([#3300](https://github.com/truecharts/apps/issues/3300))
|
||||
|
||||
### Chore
|
||||
|
||||
- add fake digest to new incubator Apps to fetch digests
|
||||
|
||||
|
||||
|
||||
|
||||
## [euterpe-0.0.12](https://github.com/truecharts/apps/compare/euterpe-0.0.11...euterpe-0.0.12) (2022-07-23)
|
||||
|
||||
### Chore
|
|
@ -3,4 +3,4 @@ dependencies:
|
|||
repository: https://library-charts.truecharts.org
|
||||
version: 10.5.6
|
||||
digest: sha256:033cffd654878c0c1fcc6f4c236f81736e71491b2ad46a5dec9708ea6faf2b63
|
||||
generated: "2022-08-30T23:40:57.585042499Z"
|
||||
generated: "2022-09-05T13:22:48.830415903Z"
|
|
@ -12,7 +12,7 @@ dependencies:
|
|||
repository: https://library-charts.truecharts.org
|
||||
version: 10.5.6
|
||||
deprecated: false
|
||||
description: "DESCRIPTION\r\n"
|
||||
description: "Euterpe is self-hosted streaming service for music. Formerly known as HTTPMS (HTTP Media Server)."
|
||||
home: https://truecharts.org/docs/charts/incubator/euterpe
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/euterpe.png
|
||||
keywords:
|
||||
|
@ -32,4 +32,4 @@ sources:
|
|||
- https://github.com/ironsmile/euterpe
|
||||
- https://hub.docker.com/r/ironsmile/euterpe
|
||||
type: application
|
||||
version: 0.0.22
|
||||
version: 0.0.23
|
|
@ -1,8 +1,8 @@
|
|||
# euterpe
|
||||
|
||||
![Version: 0.0.22](https://img.shields.io/badge/Version-0.0.22-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
|
||||
![Version: 0.0.23](https://img.shields.io/badge/Version-0.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
|
||||
|
||||
DESCRIPTION
|
||||
Euterpe is self-hosted streaming service for music. Formerly known as HTTPMS (HTTP Media Server).
|
||||
|
||||
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
|
||||
|
||||
|
@ -65,7 +65,7 @@ helm uninstall euterpe
|
|||
|
||||
#### Available Settings
|
||||
|
||||
Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values.
|
||||
Read through the values.yaml file. It has several commented out suggested values.
|
||||
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
|
||||
|
||||
#### Configure using the command line
|
|
@ -1,5 +1,4 @@
|
|||
DESCRIPTION
|
||||
|
||||
Euterpe is self-hosted streaming service for music. Formerly known as HTTPMS (HTTP Media Server).
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/incubator/euterpe](https://truecharts.org/docs/charts/incubator/euterpe)
|
||||
|
|
@ -2459,7 +2459,9 @@ questions:
|
|||
required: true
|
||||
- variable: docs
|
||||
group: Documentation
|
||||
label: "Please read the documentation at https://truecharts.org"
|
||||
label: Please read the documentation at https://truecharts.org
|
||||
description: Please read the documentation at
|
||||
<br /><a href="https://truecharts.org">https://truecharts.org</a>
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
|
@ -2471,7 +2473,9 @@ questions:
|
|||
default: true
|
||||
- variable: donateNag
|
||||
group: Documentation
|
||||
label: "Please consider supporting TrueCharts, see: https://truecharts.org/docs/about/sponsor"
|
||||
label: Please consider supporting TrueCharts, see https://truecharts.org/docs/about/sponsor
|
||||
description: Please consider supporting TrueCharts, see
|
||||
<br /><a href="https://truecharts.org/docs/about/sponsor">https://truecharts.org/docs/about/sponsor</a>
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
|
@ -2,6 +2,19 @@
|
|||
|
||||
|
||||
|
||||
## [qbitmanage-1.0.0](https://github.com/truecharts/charts/compare/qbitmanage-0.0.27...qbitmanage-1.0.0) (2022-09-05)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
### Feat
|
||||
|
||||
- move to stable ([#3705](https://github.com/truecharts/charts/issues/3705))
|
||||
|
||||
|
||||
|
||||
|
||||
## [qbitmanage-1.0.0](https://github.com/truecharts/charts/compare/qbitmanage-0.0.27...qbitmanage-1.0.0) (2022-09-05)
|
||||
|
||||
### Feat
|
||||
|
@ -84,16 +97,3 @@
|
|||
- update helm general non-major helm releases ([#3545](https://github.com/truecharts/charts/issues/3545))
|
||||
|
||||
|
||||
|
||||
|
||||
## [qbitmanage-0.0.17](https://github.com/truecharts/charts/compare/qbitmanage-0.0.16...qbitmanage-0.0.17) (2022-08-14)
|
||||
|
||||
### Chore
|
||||
|
||||
- update docker general non-major docker tags ([#3465](https://github.com/truecharts/charts/issues/3465))
|
||||
|
||||
|
||||
|
||||
|
||||
## [qbitmanage-0.0.16](https://github.com/truecharts/charts/compare/qbitmanage-0.0.15...qbitmanage-0.0.16) (2022-08-12)
|
||||
|
||||
|
|
|
@ -3,4 +3,4 @@ dependencies:
|
|||
repository: https://library-charts.truecharts.org
|
||||
version: 10.5.6
|
||||
digest: sha256:033cffd654878c0c1fcc6f4c236f81736e71491b2ad46a5dec9708ea6faf2b63
|
||||
generated: "2022-09-05T12:50:05.497846499Z"
|
||||
generated: "2022-09-05T13:22:48.839570295Z"
|
||||
|
|
Loading…
Reference in New Issue