feat(apps): add 2 more gameservers (#1840)

* feat(apps): add 2 more gameservers

* add icons

* first image done

* set some

* statusfactory runas to root

* minecraft-java ci containers set

* fix statis indent

* more

* fix satis

* CI fixes

* more fixes

* fix versioning mistake
This commit is contained in:
Kjeld Schouten-Lebbing
2022-02-04 22:57:41 +01:00
committed by GitHub
parent eafe265a04
commit 715879e29a
19 changed files with 1537 additions and 6 deletions
+2 -2
View File
@@ -142,7 +142,7 @@
"updateTypes": ["major"],
"bumpVersion": "minor",
"labels": ["update/docker/general/major"],
"paths": ["charts/dependency/", "charts/incubator/", "charts/dev/", "charts/library/", "charts/stable/", "charts/core/", "templates/app/"],
"paths": ["charts/dependency/", "charts/games/", "charts/incubator/", "charts/dev/", "charts/library/", "charts/stable/", "charts/core/", "templates/app/"],
"schedule": [
"after 1am and before 2am on monday"
],
@@ -159,7 +159,7 @@
"bumpVersion": "patch",
"labels": ["update/docker/general/non-major"],
"groupName": ["docker general non-major"],
"paths": ["charts/dependency/", "charts/incubator/", "charts/dev/", "charts/library/", "charts/stable/", "charts/core/", "templates/app/"],
"paths": ["charts/dependency/", "charts/games/", "charts/incubator/", "charts/dev/", "charts/library/", "charts/stable/", "charts/core/", "templates/app/"],
"schedule": [
"after 1am and before 2am on monday"
],
+4 -4
View File
@@ -57,10 +57,10 @@ jobs:
train="dependency"
elif test -f "./charts/core/${chart}/Chart.yaml"; then
train="core"
elif test -f "./charts/games/${{ matrix.app }}/Chart.yaml"; then
train="games"
elif test -f "./charts/enterprise/${{ matrix.app }}/Chart.yaml"; then
train="enterprise"
elif test -f "./charts/games/${{ matrix.app }}/Chart.yaml"; then
train="games"
elif test -f "./charts/enterprise/${{ matrix.app }}/Chart.yaml"; then
train="enterprise"
else
train="incubator"
fi