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
Regular → Executable
View File
Regular → Executable
+8
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
Regular → Executable
View File
Regular → Executable
View File