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,6 +1,6 @@
apiVersion: v2
appVersion: "5.0.2"
kubeVersion: '>=1.16.0-0'
kubeVersion: ">=1.16.0-0"
version: 3.0.23
name: redmine
description: Redmine is a flexible project management web application written using Ruby on Rails framework.
@@ -17,17 +17,17 @@ sources:
- https://github.com/redmine/redmine
- https://hub.docker.com/_/redmine
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
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
annotations:
truecharts.org/catagories: |
- productivity
+2 -2
View File
@@ -9,8 +9,8 @@ env:
REDMINE_DB_PORT: "5432"
# Anything but empty means true, empty means false
REDMINE_NO_DB_MIGRATE: "{{ ternary \"true\" \"\" .Values.redmine.no_db_migrate }}"
REDMINE_PLUGINS_MIGRATE: "{{ ternary \"true\" \"\" .Values.redmine.plugins_migrate }}"
REDMINE_NO_DB_MIGRATE: '{{ ternary "true" "" .Values.redmine.no_db_migrate }}'
REDMINE_PLUGINS_MIGRATE: '{{ ternary "true" "" .Values.redmine.plugins_migrate }}'
REDMINE_DB_PASSWORD:
secretKeyRef:
name: dbcreds