upgrade to 1.4.0
This commit is contained in:
0
helm/.helmignore
Normal file → Executable file
0
helm/.helmignore
Normal file → Executable file
4
helm/Chart.yaml
Normal file → Executable file
4
helm/Chart.yaml
Normal file → Executable file
@@ -13,8 +13,8 @@ type: application
|
||||
# This is the chart version. This version number should be incremented each time you make changes
|
||||
# to the chart and its templates, including the app version.
|
||||
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
||||
version: 1.0.1
|
||||
version: 1.4.0
|
||||
# This is the version number of the application being deployed. This version number should be
|
||||
# incremented each time you make changes to the application. Versions are not expected to
|
||||
# follow Semantic Versioning. They should reflect the version the application is using.
|
||||
appVersion: 1.0.1
|
||||
appVersion: 1.4.0
|
||||
|
||||
0
helm/templates/configmap.yaml
Normal file → Executable file
0
helm/templates/configmap.yaml
Normal file → Executable file
8
helm/templates/deploy.yaml
Normal file → Executable file
8
helm/templates/deploy.yaml
Normal file → Executable file
@@ -14,6 +14,14 @@ spec:
|
||||
app: {{ .Release.Name }}
|
||||
spec:
|
||||
initContainers:
|
||||
- name: remove-mods
|
||||
image: {{ .Values.image }}
|
||||
imagePullPolicy: Always
|
||||
command: ["/bin/bash"]
|
||||
args: ["-c", "rm -r /mc_data/mods"]
|
||||
volumeMounts:
|
||||
- mountPath: /mc_data
|
||||
name: data
|
||||
- name: unzip
|
||||
image: {{ .Values.image }}
|
||||
imagePullPolicy: Always
|
||||
|
||||
0
helm/templates/pvc.yaml
Normal file → Executable file
0
helm/templates/pvc.yaml
Normal file → Executable file
0
helm/templates/service.yaml
Normal file → Executable file
0
helm/templates/service.yaml
Normal file → Executable file
4
helm/values.yaml
Normal file → Executable file
4
helm/values.yaml
Normal file → Executable file
@@ -1,4 +1,4 @@
|
||||
image: ducoterra/the-1122-pack:1.0.1
|
||||
image: ducoterra/the-1122-pack:1.4.0
|
||||
port: 20102
|
||||
max_cpu: 4
|
||||
max_ram: 6
|
||||
@@ -28,7 +28,7 @@ server_props: |
|
||||
spawn-npcs=true
|
||||
allow-flight=true
|
||||
level-name=world
|
||||
view-distance=24
|
||||
view-distance=10
|
||||
resource-pack=
|
||||
spawn-animals=true
|
||||
white-list=true
|
||||
|
||||
Reference in New Issue
Block a user