Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
9d185c406d
commit
a3fe0c9b5a
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [beets-8.0.21](https://github.com/truecharts/charts/compare/beets-8.0.20...beets-8.0.21) (2023-11-08)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update helm general non-major ([#14465](https://github.com/truecharts/charts/issues/14465))
|
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [beets-8.0.22](https://github.com/truecharts/charts/compare/beets-8.0.21...beets-8.0.22) (2023-11-10)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/beets to v1.6.0 ([#14538](https://github.com/truecharts/charts/issues/14538))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [beets-8.0.21](https://github.com/truecharts/charts/compare/beets-8.0.20...beets-8.0.21) (2023-11-08)
|
## [beets-8.0.21](https://github.com/truecharts/charts/compare/beets-8.0.20...beets-8.0.21) (2023-11-08)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
|
|
||||||
## [beets-8.0.12](https://github.com/truecharts/charts/compare/beets-8.0.11...beets-8.0.12) (2023-10-07)
|
## [beets-8.0.12](https://github.com/truecharts/charts/compare/beets-8.0.11...beets-8.0.12) (2023-10-07)
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update helm general non-major ([#13386](https://github.com/truecharts/charts/issues/13386))
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [beets-8.0.11](https://github.com/truecharts/charts/compare/beets-8.0.10...beets-8.0.11) (2023-10-06)
|
|
||||||
|
|
|
@ -24,7 +24,7 @@ sources:
|
||||||
- https://github.com/linuxserver/docker-beets
|
- https://github.com/linuxserver/docker-beets
|
||||||
- https://beets.io/
|
- https://beets.io/
|
||||||
type: application
|
type: application
|
||||||
version: 8.0.21
|
version: 8.0.22
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/category: media
|
truecharts.org/category: media
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [beets-8.0.22](https://github.com/truecharts/charts/compare/beets-8.0.21...beets-8.0.22) (2023-11-10)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/beets to v1.6.0 ([#14538](https://github.com/truecharts/charts/issues/14538))
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
repository: tccr.io/truecharts/beets
|
repository: tccr.io/truecharts/beets
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: v1.6.0@sha256:c61d871d04c17707f01b2c18916e8fb84d29604a0b2a01b693127c67052b0c55
|
tag: v1.6.0@sha256:d45260afb66a42941aac55503296868bb6dee35118751604f941aee2f7c9e2c3
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
container:
|
container:
|
|
@ -774,7 +774,7 @@ questions:
|
||||||
label: Paths
|
label: Paths
|
||||||
schema:
|
schema:
|
||||||
type: list
|
type: list
|
||||||
default: []
|
default: [{path: "/", pathType: "Prefix"}]
|
||||||
items:
|
items:
|
||||||
- variable: pathEntry
|
- variable: pathEntry
|
||||||
label: Host
|
label: Host
|
Loading…
Reference in New Issue