Skip to content

Commit 3a57a31

Browse files
authored
[minecraft-bedrock] - Remove deprecated storageclass annotation (#10)
Signed-off-by: Jeff Billimek <jeff@billimek.com>
1 parent 8b89d27 commit 3a57a31

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

charts/minecraft-bedrock/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
name: minecraft-bedrock
3-
version: 1.1.0
4-
appVersion: 1.14.4
3+
version: 1.1.1
4+
appVersion: 1.16
55
home: https://minecraft.net/
66
description: Minecraft server
77
keywords:

charts/minecraft-bedrock/templates/datadir-pvc.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ metadata:
99
release: "{{ .Release.Name }}"
1010
heritage: "{{ .Release.Service }}"
1111
annotations:
12-
{{- if .Values.persistence.storageClass }}
13-
volume.beta.kubernetes.io/storage-class: {{ .Values.persistence.storageClass | quote }}
14-
{{- else }}
15-
volume.alpha.kubernetes.io/storage-class: default
16-
{{- end }}
1712
spec:
1813
accessModes:
1914
- ReadWriteOnce

charts/minecraft-bedrock/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ minecraftServer:
2929
# This must be overridden, since we can't accept this for the user.
3030
eula: "FALSE"
3131
# One of: LATEST, SNAPSHOT, or a specific version (ie: "1.7.9").
32-
version: "1.14.4"
32+
version: "LATEST"
3333
# One of: peaceful, easy, normal, and hard
3434
difficulty: easy
3535
# A comma-separated list of player names to whitelist.

0 commit comments

Comments
 (0)