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/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