run prettier as pre-commit hook (#3264)

This commit is contained in:
Kjeld Schouten-Lebbing
2022-07-22 20:23:01 +02:00
committed by GitHub
parent c41dda9d32
commit ded5a3c0e6
711 changed files with 35800 additions and 32229 deletions
+9 -9
View File
@@ -1,22 +1,22 @@
apiVersion: v2
appVersion: "1.27.2"
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
description: ntfy is a simple HTTP-based pub-sub notification service. It allows you to send notifications to your phone or desktop via scripts from any computer.
home: https://github.com/truecharts/apps/tree/master/charts/stable/ntfy
icon: https://truecharts.org/img/chart-icons/ntfy.png
keywords:
- ntfy
kubeVersion: '>=1.16.0-0'
- ntfy
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: ntfy
sources:
- https://github.com/binwiederhier/ntfy/
- https://github.com/binwiederhier/ntfy/
version: 2.0.21
annotations:
truecharts.org/catagories: |
+4 -4
View File
@@ -61,7 +61,7 @@ configmap:
enabled: true
data:
# If a path is set, it enables this options. To disable set to emtpy path
NTFY_ATTACHMENT_CACHE_DIR: "{{ ternary \"/var/cache/ntfy/attachments\" \"\" .Values.env.ENABLE_ATTACHMENT_CACHE_DIR }}"
NTFY_CACHE_FILE: "{{ ternary \"/var/cache/ntfy/cache.db\" \"\" .Values.env.ENABLE_CACHE_FILE }}"
NTFY_AUTH_FILE: "{{ ternary \"/etc/ntfy/user.db\" \"\" .Values.env.ENABLE_AUTH_FILE }}"
NTFY_FIREBASE_KEY_FILE: "{{ ternary \"/etc/ntfy/firebase-key.json\" \"\" .Values.env.ENABLE_FIREBASE_FILE }}"
NTFY_ATTACHMENT_CACHE_DIR: '{{ ternary "/var/cache/ntfy/attachments" "" .Values.env.ENABLE_ATTACHMENT_CACHE_DIR }}'
NTFY_CACHE_FILE: '{{ ternary "/var/cache/ntfy/cache.db" "" .Values.env.ENABLE_CACHE_FILE }}'
NTFY_AUTH_FILE: '{{ ternary "/etc/ntfy/user.db" "" .Values.env.ENABLE_AUTH_FILE }}'
NTFY_FIREBASE_KEY_FILE: '{{ ternary "/etc/ntfy/firebase-key.json" "" .Values.env.ENABLE_FIREBASE_FILE }}'