We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45e46ae commit 6681025Copy full SHA for 6681025
charts/minecraft/Chart.yaml
@@ -1,6 +1,6 @@
1
apiVersion: v1
2
name: minecraft
3
-version: 4.15.0
+version: 4.16.0
4
appVersion: SeeValues
5
home: https://minecraft.net/
6
description: Minecraft server
charts/minecraft/templates/deployment.yaml
@@ -23,7 +23,7 @@ metadata:
23
{{- end }}
24
25
spec:
26
- replicas: {{ default 1 .Values.replicaCount }}
+ replicas: {{ .Values.replicaCount }}
27
{{- if .Values.workloadAsStatefulSet }}
28
serviceName: {{ template "minecraft.fullname" . }}
29
updateStrategy:
0 commit comments