run prettier as pre-commit hook (#3264)
This commit is contained in:
@@ -1,29 +1,30 @@
|
||||
annotations:
|
||||
truecharts.org/SCALE-support: 'true'
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/catagories: |
|
||||
- Productivity
|
||||
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: Additinal processing node for FileFlows. See http://fileflows.com for
|
||||
description:
|
||||
Additinal processing node for FileFlows. See http://fileflows.com for
|
||||
more information
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/fileflows-node
|
||||
icon: https://truecharts.org/img/chart-icons/fileflows-node.png
|
||||
keywords:
|
||||
- fileflows-node
|
||||
- Productivity
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
- fileflows-node
|
||||
- Productivity
|
||||
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: fileflows-node
|
||||
sources:
|
||||
- https://fileflows.com/
|
||||
- https://hub.docker.com/r/revenz/fileflows/
|
||||
- https://fileflows.com/
|
||||
- https://hub.docker.com/r/revenz/fileflows/
|
||||
type: application
|
||||
version: 0.0.10
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
env:
|
||||
NodeName: ''
|
||||
ServerUrl: ''
|
||||
TempPath: ''
|
||||
NodeName: ""
|
||||
ServerUrl: ""
|
||||
TempPath: ""
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/fileflows-node
|
||||
|
||||
Reference in New Issue
Block a user