run prettier as pre-commit hook (#3264)
This commit is contained in:
@@ -1,23 +1,23 @@
|
||||
apiVersion: v2
|
||||
appVersion: "3.3.0"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.4.4
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.4.4
|
||||
deprecated: false
|
||||
description: OpenHab is a home-automation application
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/openhab
|
||||
icon: https://truecharts.org/img/chart-icons/openhab.png
|
||||
keywords:
|
||||
- openhab
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
- openhab
|
||||
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: openhab
|
||||
sources:
|
||||
- https://hub.docker.com/r/openhab/openhab
|
||||
- https://hub.docker.com/r/openhab/openhab
|
||||
type: application
|
||||
version: 2.0.20
|
||||
annotations:
|
||||
|
||||
@@ -37,7 +37,6 @@ env:
|
||||
OPENHAB_HTTP_PORT: "{{ .Values.service.main.ports.main.port }}"
|
||||
OPENHAB_HTTPS_PORT: "{{ .Values.service.https.ports.https.port }}"
|
||||
|
||||
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user