run prettier as pre-commit hook (#3264)
This commit is contained in:
@@ -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: |
|
||||
|
||||
@@ -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 }}'
|
||||
|
||||
Reference in New Issue
Block a user