upgrade to 1.4.0

This commit is contained in:
ducoterra
2022-02-04 21:25:39 -05:00
parent ab49c18f15
commit d83da677dd
25 changed files with 20 additions and 77 deletions

0
helm/.helmignore Normal file → Executable file
View File

4
helm/Chart.yaml Normal file → Executable file
View 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
View File

8
helm/templates/deploy.yaml Normal file → Executable file
View 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
View File

0
helm/templates/service.yaml Normal file → Executable file
View File

4
helm/values.yaml Normal file → Executable file
View 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