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
+28 -27
View File
@@ -1,41 +1,42 @@
apiVersion: v2
appVersion: "24.0.3"
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
- condition: collabora.enabled
name: collabora-online
repository: https://charts.truecharts.org/
version: 12.1.7
- condition: redis.enabled
name: redis
repository: https://charts.truecharts.org
version: 3.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
- condition: collabora.enabled
name: collabora-online
repository: https://charts.truecharts.org/
version: 12.1.7
- condition: redis.enabled
name: redis
repository: https://charts.truecharts.org
version: 3.0.30
deprecated: false
description: A private cloud server that puts the control and security of your own
description:
A private cloud server that puts the control and security of your own
data back into your hands.
home: https://github.com/truecharts/apps/tree/master/charts/stable/nextcloud
icon: https://truecharts.org/img/chart-icons/nextcloud.png
keywords:
- nextcloud
- storage
- http
- web
- php
kubeVersion: '>=1.16.0-0'
- nextcloud
- storage
- http
- web
- php
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: nextcloud
sources:
- https://github.com/nextcloud/docker
- https://github.com/nextcloud/helm
- https://github.com/nextcloud/docker
- https://github.com/nextcloud/helm
type: application
version: 15.2.21
annotations:
+9 -9
View File
@@ -51,7 +51,7 @@ service:
hostAliases:
- ip: '{{ .Values.env.AccessIP | default "127.0.0.1" }}'
hostnames:
- "{{ if .Values.ingress.main.enabled }}{{ with (first .Values.ingress.main.hosts) }}{{ .host }}{{ end }}{{ else }}placeholder.fakedomain.dns{{ end }}"
- "{{ if .Values.ingress.main.enabled }}{{ with (first .Values.ingress.main.hosts) }}{{ .host }}{{ end }}{{ else }}placeholder.fakedomain.dns{{ end }}"
secretEnv:
NEXTCLOUD_ADMIN_USER: "admin"
@@ -66,8 +66,8 @@ probes:
path: /status.php
port: 8080
httpHeaders:
- name: Host
value: "test.fakedomain.dns"
- name: Host
value: "test.fakedomain.dns"
readiness:
custom: true
@@ -77,8 +77,8 @@ probes:
path: /status.php
port: 8080
httpHeaders:
- name: Host
value: "test.fakedomain.dns"
- name: Host
value: "test.fakedomain.dns"
startup:
custom: true
@@ -88,8 +88,8 @@ probes:
path: /status.php
port: 8080
httpHeaders:
- name: Host
value: "test.fakedomain.dns"
- name: Host
value: "test.fakedomain.dns"
initContainers:
prestart:
@@ -184,8 +184,8 @@ persistence:
configMap:
name: '{{ include "tc.common.names.fullname" . }}-nginx'
items:
- key: nginx.conf
path: nginx.conf
- key: nginx.conf
path: nginx.conf
configmap:
nginx: