feat(channels-dvr) Add TV Everywhere image option (#5040)
* Add TV Everywhere image to Channels DVR * Update Channels DVR image descriptions * Update Channels DVR tveImage repository * Add CI config to Channel DVR * Fix Channels DVR tveImage tag issue * apply fixes * Fix newline issue * Fix tveImage hash * bump Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
@@ -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 @@
|
||||
imageSelector: image
|
||||
@@ -0,0 +1 @@
|
||||
imageSelector: tveImage
|
||||
@@ -4,6 +4,17 @@ portals:
|
||||
# Include{portalLink}
|
||||
questions:
|
||||
# Include{global}
|
||||
- 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
|
||||
# Include{controller}
|
||||
# Include{replicas}
|
||||
# Include{replica1}
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user