run prettier as pre-commit hook (#3264)
This commit is contained in:
@@ -1,29 +1,30 @@
|
||||
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: "This Docker will download and install SteamCMD. It will also install\
|
||||
description:
|
||||
"This Docker will download and install SteamCMD. It will also install\
|
||||
\ America's Army: Proving Grounds and run it.\r\n"
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/americasarmy-pg
|
||||
icon: https://truecharts.org/img/chart-icons/americasarmy-pg.png
|
||||
keywords:
|
||||
- americasarmy-pg
|
||||
- GameServers
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
- americasarmy-pg
|
||||
- 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: americasarmy-pg
|
||||
sources:
|
||||
- https://www.americasarmy.com/
|
||||
- https://hub.docker.com/r/ich777/steamcmd/
|
||||
- https://www.americasarmy.com/
|
||||
- https://hub.docker.com/r/ich777/steamcmd/
|
||||
type: application
|
||||
version: 0.0.10
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
env:
|
||||
GAME_ID: '203300'
|
||||
GAME_ID: "203300"
|
||||
GAME_PARAMS: -port=7778 -SAP=8778 -SQP=27015 -aauregion=1 -log=Server.log
|
||||
PASSWRD: ''
|
||||
PASSWRD: ""
|
||||
SRV_NAME: Army Docker
|
||||
USERNAME: ''
|
||||
VALIDATE: ''
|
||||
USERNAME: ""
|
||||
VALIDATE: ""
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/americasarmy-pg
|
||||
|
||||
Reference in New Issue
Block a user