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:
@@ -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"
|
||||
],
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user