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
+11 -11
View File
@@ -1,25 +1,25 @@
apiVersion: v2
appVersion: "1.1.0.2600"
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: Looks and smells like Sonarr but made for music
home: https://github.com/truecharts/apps/tree/master/charts/stable/lidarr
icon: https://truecharts.org/img/chart-icons/lidarr.png
keywords:
- lidarr
- torrent
- usenet
kubeVersion: '>=1.16.0-0'
- lidarr
- torrent
- usenet
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: lidarr
sources:
- https://github.com/Lidarr/Lidarr
- https://github.com/Lidarr/Lidarr
type: application
version: 11.0.18
annotations:
+5 -5
View File
@@ -23,11 +23,11 @@ probes:
spec:
exec:
command:
- /usr/bin/env
- bash
- -c
- curl --fail localhost:8686/api/v1/system/status?apiKey=`IFS=\> && while
read -d \< E C; do if [[ $E = "ApiKey" ]]; then echo $C; fi; done < /config/config.xml`
- /usr/bin/env
- bash
- -c
- curl --fail localhost:8686/api/v1/system/status?apiKey=`IFS=\> && while
read -d \< E C; do if [[ $E = "ApiKey" ]]; then echo $C; fi; done < /config/config.xml`
failureThreshold: 5
initialDelaySeconds: 60
periodSeconds: 10