run prettier as pre-commit hook (#3264)
This commit is contained in:
@@ -1,28 +1,28 @@
|
||||
annotations:
|
||||
truecharts.org/SCALE-support: 'true'
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/catagories: |
|
||||
- MediaApp
|
||||
apiVersion: v2
|
||||
appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.4.6
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.4.6
|
||||
deprecated: false
|
||||
description: A super-sexy voice interface for the Plex HTPC.
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/flextv
|
||||
icon: https://truecharts.org/img/chart-icons/flextv.png
|
||||
keywords:
|
||||
- flextv
|
||||
- MediaApp
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
- flextv
|
||||
- MediaApp
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: flextv
|
||||
sources:
|
||||
- https://github.com/d8ahazard/FlexTV
|
||||
- https://registry.hub.docker.com/r/jcreynolds/flextv/
|
||||
- https://github.com/d8ahazard/FlexTV
|
||||
- https://registry.hub.docker.com/r/jcreynolds/flextv/
|
||||
type: application
|
||||
version: 0.0.10
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
env:
|
||||
UMASK: '000'
|
||||
UMASK: "000"
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/flextv
|
||||
|
||||
Reference in New Issue
Block a user