run prettier as pre-commit hook (#3264)
This commit is contained in:
@@ -1,15 +1,16 @@
|
||||
annotations:
|
||||
truecharts.org/SCALE-support: 'true'
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/catagories: |
|
||||
- GameServers
|
||||
apiVersion: v2
|
||||
appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.4.6
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.4.6
|
||||
deprecated: false
|
||||
description: "With this Docker you can run FiveM (GTA V MOD SERVER) it will automatically\
|
||||
description:
|
||||
"With this Docker you can run FiveM (GTA V MOD SERVER) it will automatically\
|
||||
\ download the latest version or if you want to updated it yourself set the \u2018\
|
||||
Manual Updates\u2019 (in the 'Show more settings' tab down below) to \u2018true\u2019\
|
||||
\ (without quotes). The Docker will automatically extract it and download all other\
|
||||
@@ -19,16 +20,16 @@ description: "With this Docker you can run FiveM (GTA V MOD SERVER) it will auto
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/fivem
|
||||
icon: https://truecharts.org/img/chart-icons/fivem.png
|
||||
keywords:
|
||||
- fivem
|
||||
- GameServers
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
- fivem
|
||||
- GameServers
|
||||
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: fivem
|
||||
sources:
|
||||
- https://fivem.net/
|
||||
- https://hub.docker.com/r/ich777/fivemserver/
|
||||
- https://fivem.net/
|
||||
- https://hub.docker.com/r/ich777/fivemserver/
|
||||
type: application
|
||||
version: 0.0.10
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
env:
|
||||
GAME_CONFIG: server.cfg
|
||||
MANUAL_UPDATES: ''
|
||||
SERVER_KEY: ''
|
||||
MANUAL_UPDATES: ""
|
||||
SERVER_KEY: ""
|
||||
SRV_ADR: https://runtime.fivem.net/artifacts/fivem/build_proot_linux/master/
|
||||
SRV_NAME: ''
|
||||
START_VARS: ''
|
||||
SRV_NAME: ""
|
||||
START_VARS: ""
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/fivem
|
||||
|
||||
Reference in New Issue
Block a user