Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
06face73f9
commit
78f137e68b
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [plexripper-5.0.2](https://github.com/truecharts/charts/compare/plexripper-5.0.1...plexripper-5.0.2) (2023-11-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14465](https://github.com/truecharts/charts/issues/14465))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [plexripper-5.0.3](https://github.com/truecharts/charts/compare/plexripper-5.0.2...plexripper-5.0.3) (2023-11-12)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/plexripper to v0.14.0 ([#14591](https://github.com/truecharts/charts/issues/14591))
|
||||
|
||||
|
||||
|
||||
|
||||
## [plexripper-5.0.2](https://github.com/truecharts/charts/compare/plexripper-5.0.1...plexripper-5.0.2) (2023-11-08)
|
||||
|
||||
### Chore
|
|
@ -26,7 +26,7 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/plexripper
|
||||
- https://github.com/PlexRipper/PlexRipper/
|
||||
type: application
|
||||
version: 5.0.2
|
||||
version: 5.0.3
|
||||
annotations:
|
||||
truecharts.org/category: media
|
||||
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [plexripper-5.0.3](https://github.com/truecharts/charts/compare/plexripper-5.0.2...plexripper-5.0.3) (2023-11-12)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/plexripper to v0.14.0 ([#14591](https://github.com/truecharts/charts/issues/14591))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/plexripper
|
||||
tag: v0.14.0@sha256:21dbbc0b199be9a6910bee31611968518f532445bde9a5ea7b848c7566e0d154
|
||||
tag: v0.14.0@sha256:b87fa059ce3800f23f9369b43715d7acac6819e79566594bfe0090347081f07a
|
||||
|
||||
service:
|
||||
main:
|
|
@ -875,7 +875,7 @@ questions:
|
|||
label: Paths
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
default: [{path: "/", pathType: "Prefix"}]
|
||||
items:
|
||||
- variable: pathEntry
|
||||
label: Host
|
Loading…
Reference in New Issue