Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
0915190f83
commit
7d70d9d520
|
@ -1,4 +0,0 @@
|
|||
|
||||
|
||||
## [channels-dvr-0.0.2](https://github.com/truecharts/charts/compare/channels-dvr-0.0.1...channels-dvr-0.0.2) (2022-11-30)
|
||||
|
|
@ -0,0 +1,63 @@
|
|||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
## [channels-dvr-0.0.3](https://github.com/truecharts/charts/compare/channels-dvr-0.0.2...channels-dvr-0.0.3) (2022-12-01)
|
||||
|
||||
|
||||
|
||||
|
||||
## [channels-dvr-0.0.2](https://github.com/truecharts/charts/compare/channels-dvr-0.0.1...channels-dvr-0.0.2) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [channels-dvr-0.0.2](https://github.com/truecharts/charts/compare/channels-dvr-0.0.1...channels-dvr-0.0.2) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [channels-dvr-0.0.2](https://github.com/truecharts/charts/compare/channels-dvr-0.0.1...channels-dvr-0.0.2) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [channels-dvr-0.0.2](https://github.com/truecharts/charts/compare/channels-dvr-0.0.1...channels-dvr-0.0.2) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [channels-dvr-0.0.2](https://github.com/truecharts/charts/compare/channels-dvr-0.0.1...channels-dvr-0.0.2) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [channels-dvr-0.0.2](https://github.com/truecharts/charts/compare/channels-dvr-0.0.1...channels-dvr-0.0.2) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [channels-dvr-0.0.2](https://github.com/truecharts/charts/compare/channels-dvr-0.0.1...channels-dvr-0.0.2) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [channels-dvr-0.0.2](https://github.com/truecharts/charts/compare/channels-dvr-0.0.1...channels-dvr-0.0.2) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [channels-dvr-0.0.2](https://github.com/truecharts/charts/compare/channels-dvr-0.0.1...channels-dvr-0.0.2) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [channels-dvr-0.0.2](https://github.com/truecharts/charts/compare/channels-dvr-0.0.1...channels-dvr-0.0.2) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [channels-dvr-0.0.1]channels-dvr-0.0.1 (2022-11-17)
|
||||
|
|
@ -20,7 +20,7 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/incubator/channels-dvr
|
||||
- https://hub.docker.com/r/fancybits/channels-dvr
|
||||
type: application
|
||||
version: 0.0.2
|
||||
version: 0.0.3
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
|
@ -0,0 +1,4 @@
|
|||
|
||||
|
||||
## [channels-dvr-0.0.3](https://github.com/truecharts/charts/compare/channels-dvr-0.0.2...channels-dvr-0.0.3) (2022-12-01)
|
||||
|
|
@ -3,6 +3,13 @@ image:
|
|||
pullPolicy: Always
|
||||
tag: latest@sha256:bfc3c73c1cefd578c121b6e3256a496ad9ee190a6a6901d3ad1b9aa2a7be082c
|
||||
|
||||
tveImage:
|
||||
repository: tccr.io/truecharts/channels-dvr-tve
|
||||
pullPolicy: Always
|
||||
tag: latest@sha256:6edc4e63493996747bf07f5f58d4ec0e8bfc2ed22fe2c5c27706a7c720e6a8a1
|
||||
|
||||
imageSelector: image
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
|
@ -49,6 +49,17 @@ questions:
|
|||
type: boolean
|
||||
default: true
|
||||
hidden: true
|
||||
- variable: imageSelector
|
||||
group: Container Image
|
||||
label: Select Image
|
||||
schema:
|
||||
type: string
|
||||
default: image
|
||||
enum:
|
||||
- value: image
|
||||
description: Channels DVR
|
||||
- value: tveImage
|
||||
description: Channels DVR with TV Everywhere
|
||||
- variable: controller
|
||||
group: "General Settings"
|
||||
label: ""
|
Loading…
Reference in New Issue