diff --git a/.github/renovate.json5 b/.github/renovate.json5 index acf2837cad4..ba1893ef0af 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -260,7 +260,7 @@ "matchDatasources": ["docker"], "matchPackagePrefixes": ["tccr.io/truecharts/rickroll"], "groupName": "rickroll", - }, + }, { "matchDatasources": ["docker"], "matchPackagePrefixes": ["tccr.io/truecharts/docspell"], @@ -280,6 +280,11 @@ "matchDatasources": ["docker"], "matchPackagePrefixes": ["tccr.io/truecharts/rdesktop"], "groupName": "rdesktop", + }, + { + "matchDatasources": ["docker"], + "matchPackagePrefixes": ["tccr.io/truecharts/ersatztv"], + "groupName": "ersatztv", } ] } diff --git a/charts/incubator/ersatztv/.helmignore b/charts/incubator/ersatztv/.helmignore new file mode 100644 index 00000000000..77ca5567b26 --- /dev/null +++ b/charts/incubator/ersatztv/.helmignore @@ -0,0 +1,30 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl +# docs folder +/docs +# icon +icon.png diff --git a/charts/incubator/ersatztv/CHANGELOG.md b/charts/incubator/ersatztv/CHANGELOG.md new file mode 100644 index 00000000000..825c32f0d03 --- /dev/null +++ b/charts/incubator/ersatztv/CHANGELOG.md @@ -0,0 +1 @@ +# Changelog diff --git a/charts/incubator/ersatztv/Chart.yaml b/charts/incubator/ersatztv/Chart.yaml new file mode 100644 index 00000000000..e6d8fd89d4b --- /dev/null +++ b/charts/incubator/ersatztv/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +appVersion: "0.7.2" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 11.1.2 +deprecated: false +description: ErsatzTV configuring and streaming custom live channels using your media library. +home: https://truecharts.org/charts/incubator/ersatztv +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ersatztv.png +keywords: + - ersatztv + - media +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: ersatztv +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/ersatztv + - https://github.com/jasongdove/ErsatzTV + - https://hub.docker.com/r/jasongdove/ersatztv +type: application +version: 0.0.1 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/charts/incubator/ersatztv/README.md b/charts/incubator/ersatztv/README.md new file mode 100644 index 00000000000..7e59600739c --- /dev/null +++ b/charts/incubator/ersatztv/README.md @@ -0,0 +1 @@ +# README diff --git a/charts/incubator/ersatztv/icon.png b/charts/incubator/ersatztv/icon.png new file mode 100644 index 00000000000..5ade449a1c5 Binary files /dev/null and b/charts/incubator/ersatztv/icon.png differ diff --git a/charts/incubator/ersatztv/questions.yaml b/charts/incubator/ersatztv/questions.yaml new file mode 100644 index 00000000000..6b44e0dadf6 --- /dev/null +++ b/charts/incubator/ersatztv/questions.yaml @@ -0,0 +1,121 @@ + +# Include{groups} +portals: + open: +# Include{portalLink} +questions: +# Include{global} + - variable: imageSelector + group: Container Image + label: Select Image + schema: + type: string + default: image + enum: + - value: image + description: Default + - value: nvidiaImage + description: Nvidia + - value: vaapiImage + description: Vaapi +# Include{controller} +# Include{replicas} +# Include{replica1} +# Include{controllerExpertExtraArgs} +# Include{containerConfig} +# Include{serviceRoot} + - variable: main + label: Main Service + description: The Primary service on which the healthcheck runs, often the webUI + schema: + additional_attrs: true + type: dict + attrs: +# Include{serviceSelectorLoadBalancer} +# Include{serviceSelectorExtras} + - variable: main + label: Main Service Port Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + description: This port exposes the container port on the service + schema: + type: int + default: 10607 + required: true +# Include{serviceExpertRoot} + default: false +# Include{serviceExpert} +# Include{serviceList} +# Include{persistenceRoot} + - variable: config + label: App Config Storage + description: Stores the Application Configuration. + schema: + additional_attrs: true + type: dict + attrs: +# Include{persistenceBasic} +# Include{persistenceList} +# Include{ingressRoot} + - variable: main + label: Main Ingress + schema: + additional_attrs: true + type: dict + attrs: +# Include{ingressDefault} +# Include{ingressTLS} +# Include{ingressTraefik} +# Include{ingressList} +# Include{security} +# Include{securityContextAdvancedRoot} + - variable: privileged + label: Privileged mode + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: ReadOnly Root Filesystem + schema: + type: boolean + default: false + - variable: allowPrivilegeEscalation + label: Allow Privilege Escalation + schema: + type: boolean + default: false + - variable: runAsNonRoot + label: runAsNonRoot + schema: + type: boolean + default: false +# Include{podSecurityContextRoot} + - variable: runAsUser + label: runAsUser + description: The UserID of the user running the application + schema: + type: int + default: 0 + - variable: runAsGroup + label: runAsGroup + description: The groupID this App of the user running the application + schema: + type: int + default: 0 + - variable: fsGroup + label: fsGroup + description: The group that should own ALL storage. + schema: + type: int + default: 568 +# Include{podSecurityContextAdvanced} +# Include{resources} +# Include{advanced} +# Include{addons} +# Include{codeserver} +# Include{vpn} +# Include{documentation} diff --git a/charts/incubator/ersatztv/templates/common.yaml b/charts/incubator/ersatztv/templates/common.yaml new file mode 100644 index 00000000000..c1a366e1cf0 --- /dev/null +++ b/charts/incubator/ersatztv/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.common.loader.all" . }} diff --git a/charts/incubator/ersatztv/values.yaml b/charts/incubator/ersatztv/values.yaml new file mode 100644 index 00000000000..cf13a197a55 --- /dev/null +++ b/charts/incubator/ersatztv/values.yaml @@ -0,0 +1,48 @@ +image: + repository: tccr.io/truecharts/ersatztv + pullPolicy: IfNotPresent + tag: 0.7.2@sha256:9f5ef110bed1ff2de14ea95dbb221a302e81163eabca7fc72fc42bde51fddd15 +nvidiaImage: + repository: tccr.io/truecharts/ersatztv-nvidia + tag: 0.7.2@sha256:1777bf12451f862e04a1cd79651a8f73147fb898f42de0bfc5e04c51f18e96af + pullPolicy: Always +vaapiImage: + repository: tccr.io/truecharts/ersatztv-vaapi + tag: 0.7.2@sha256:be66630fc75980d66c5b8aace04583a6eac9d00d0d7ffe8c5bccbab9b0f8dc0b + pullPolicy: Always + +imageSelector: image + +securityContext: + runAsNonRoot: false + readOnlyRootFilesystem: false + +podSecurityContext: + runAsUser: 0 + runAsGroup: 0 + +probes: + liveness: + type: HTTP + readiness: + type: HTTP + startup: + type: HTTP + +service: + main: + ports: + main: + protocol: HTTP + targetPort: 8409 + port: 10607 + +persistence: + config: + enabled: true + mountPath: /root/.local/share/ersatztv + varrun: + enabled: true + +portal: + enabled: true