run prettier as pre-commit hook (#3264)
This commit is contained in:
@@ -1,28 +1,28 @@
|
||||
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 Altitude and run it.\r\n"
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/altitude
|
||||
icon: https://truecharts.org/img/chart-icons/altitude.png
|
||||
keywords:
|
||||
- altitude
|
||||
- GameServers
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
- altitude
|
||||
- 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: altitude
|
||||
sources:
|
||||
- https://www.steampowered.com/
|
||||
- https://hub.docker.com/r/ich777/altitude/
|
||||
- https://www.steampowered.com/
|
||||
- https://hub.docker.com/r/ich777/altitude/
|
||||
type: application
|
||||
version: 0.0.10
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
env:
|
||||
DL_URL: http://installer.altitudegame.com/0.0.1/altitude.sh
|
||||
GAME_PARAMS: ''
|
||||
GAME_PARAMS: ""
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/altitude
|
||||
|
||||
Reference in New Issue
Block a user