Просмотр исходного кода

Publish new changes in catalog

sonicaj 1 год назад
Родитель
Сommit
58ffd9faf3

+ 0 - 0
community/palworld/1.0.0/Chart.lock → community/palworld/1.0.1/Chart.lock


+ 1 - 1
community/palworld/1.0.0/Chart.yaml → community/palworld/1.0.1/Chart.yaml

@@ -3,7 +3,7 @@ description: Palworld is a multiplayer, open-world survival crafting game where
 annotations:
   title: Palworld
 type: application
-version: 1.0.0
+version: 1.0.1
 apiVersion: v2
 appVersion: palworld
 kubeVersion: '>=1.16.0-0'

+ 0 - 0
community/palworld/1.0.0/README.md → community/palworld/1.0.1/README.md


+ 0 - 0
community/palworld/1.0.0/app-readme.md → community/palworld/1.0.1/app-readme.md


+ 0 - 0
community/palworld/1.0.0/charts/common-1.2.9.tgz → community/palworld/1.0.1/charts/common-1.2.9.tgz


+ 0 - 0
community/palworld/1.0.0/ci/basic-values.yaml → community/palworld/1.0.1/ci/basic-values.yaml


+ 1 - 1
community/palworld/1.0.0/ix_values.yaml → community/palworld/1.0.1/ix_values.yaml

@@ -13,7 +13,7 @@ palworldConfig:
   gameParams:
     - EpicApp=PalServer
   gameParamsExtra:
-    - -No-useperfthreads
+    - -useperfthreads
     - -NoAsyncLoadingThread
     - -UseMultithreadForDS
   updatePublicIP: false

+ 2 - 0
community/palworld/1.0.0/metadata.yaml → community/palworld/1.0.1/metadata.yaml

@@ -15,6 +15,8 @@ capabilities:
     description: Palworld is able to set the setuid attribute on a file.
   - name: SETGID
     description: Palworld is able to set the setgid attribute on a file.
+  - name: SYS_RESOURCE
+    description: Palworld is able to override resource limits.
   - name: KILL
     description: Palworld is able to send signals to processes owned by others.
 hostMounts: []

+ 1 - 1
community/palworld/1.0.0/questions.yaml → community/palworld/1.0.1/questions.yaml

@@ -47,7 +47,7 @@ questions:
           schema:
             type: list
             default:
-              - -No-useperfthreads
+              - -useperfthreads
               - -NoAsyncLoadingThread
               - -UseMultithreadForDS
             items:

+ 0 - 0
community/palworld/1.0.0/templates/NOTES.txt → community/palworld/1.0.1/templates/NOTES.txt


+ 2 - 1
community/palworld/1.0.0/templates/_palworld.tpl → community/palworld/1.0.1/templates/_palworld.tpl

@@ -25,13 +25,14 @@ workload:
                 - FOWNER
                 - SETGID
                 - SETUID
+                - SYS_RESOURCE
                 - KILL
           env:
             STEAMCMD_DIR: /serverdata/steamcmd
             {{- $srvDir := "/serverdata/serverfiles" }}
             SERVER_DIR: {{ $srvDir }}
             SRV_ADMIN_PWD: {{ .Values.palworldConfig.adminPassword }}
-            GAME_PARAMS: {{ join " " .Values.palworldNetwork.serverPort }}
+            GAME_PARAMS: {{ join " " .Values.palworldConfig.gameParams }}
             GAME_PARAMS_EXTRA: {{ join " " .Values.palworldConfig.gameParamsExtra }}
             UPDATE_PUBLIC_IP: {{ .Values.palworldConfig.updatePublicIP }}
             VALIDATE: {{ .Values.palworldConfig.validate }}

+ 4 - 1
community/palworld/1.0.0/templates/_validation.tpl → community/palworld/1.0.1/templates/_params.tpl

@@ -1,7 +1,10 @@
-{{- define "palworld.validation" -}}
+{{- define "palworld.set.params" -}}
   {{- range $param := .Values.palworldConfig.gameParams -}}
     {{- if hasPrefix "port=" $param -}}
       {{- fail "PalWorld - [port=] param is automatically adjusted from the Server Port field" -}}
     {{- end -}}
   {{- end -}}
+
+  {{- $params := (prepend .Values.palworldConfig.gameParams (printf "port=%v" .Values.palworldNetwork.serverPort)) -}}
+  {{- $_ := set .Values.palworldConfig "gameParams" $params -}}
 {{- end -}}

+ 0 - 0
community/palworld/1.0.0/templates/_persistence.tpl → community/palworld/1.0.1/templates/_persistence.tpl


+ 0 - 0
community/palworld/1.0.0/templates/_service.tpl → community/palworld/1.0.1/templates/_service.tpl


+ 1 - 1
community/palworld/1.0.0/templates/common.yaml → community/palworld/1.0.1/templates/common.yaml

@@ -1,6 +1,6 @@
 {{- include "ix.v1.common.loader.init" . -}}
 
-{{- include "palworld.validation" $ -}}
+{{- include "palworld.set.params" $ -}}
 
 {{/* Merge the templates with Values */}}
 {{- $_ := mustMergeOverwrite .Values (include "palworld.workload" $ | fromYaml) -}}

+ 0 - 0
community/palworld/1.0.0/upgrade_strategy_disabled → community/palworld/1.0.1/upgrade_strategy_disabled