run prettier as pre-commit hook (#3264)
This commit is contained in:
@@ -1,30 +1,30 @@
|
||||
apiVersion: v2
|
||||
appVersion: "2022.7.5"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.4.4
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
repository: https://charts.truecharts.org/
|
||||
version: 8.0.30
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.4.4
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
repository: https://charts.truecharts.org/
|
||||
version: 8.0.30
|
||||
deprecated: false
|
||||
description: home-assistant App for TrueNAS SCALE
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/home-assistant
|
||||
icon: https://truecharts.org/img/chart-icons/home-assistant.png
|
||||
keywords:
|
||||
- home-assistant
|
||||
- hass
|
||||
- homeassistant
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
- home-assistant
|
||||
- hass
|
||||
- homeassistant
|
||||
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: home-assistant
|
||||
sources:
|
||||
- https://github.com/home-assistant/home-assistant
|
||||
- https://github.com/cdr/code-server
|
||||
- https://github.com/home-assistant/home-assistant
|
||||
- https://github.com/cdr/code-server
|
||||
type: application
|
||||
version: 15.0.28
|
||||
annotations:
|
||||
|
||||
@@ -34,7 +34,6 @@ initContainers:
|
||||
# # When hostNetwork is true set dnsPolicy to ClusterFirstWithHostNet
|
||||
# dnsPolicy: ClusterFirstWithHostNet
|
||||
|
||||
|
||||
# Enable a prometheus-operator servicemonitor
|
||||
prometheus:
|
||||
serviceMonitor:
|
||||
@@ -56,7 +55,6 @@ persistence:
|
||||
name: '{{ include "tc.common.names.fullname" . }}-init'
|
||||
defaultMode: 0777
|
||||
|
||||
|
||||
configmap:
|
||||
init:
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user