diff --git a/charts/minecraft/Chart.yaml b/charts/minecraft/Chart.yaml index ece723b..c152fe8 100755 --- a/charts/minecraft/Chart.yaml +++ b/charts/minecraft/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: minecraft -version: 4.26.3 +version: 4.26.4 appVersion: SeeValues home: https://minecraft.net/ description: Minecraft server diff --git a/charts/minecraft/templates/deployment.yaml b/charts/minecraft/templates/deployment.yaml index 7a1eedd..6f987fa 100644 --- a/charts/minecraft/templates/deployment.yaml +++ b/charts/minecraft/templates/deployment.yaml @@ -25,6 +25,7 @@ metadata: {{- end }} spec: replicas: {{ .Values.replicaCount }} + revisionHistoryLimit: {{ .Values.revisionHistoryLimit }} {{- if .Values.workloadAsStatefulSet }} serviceName: {{ template "minecraft.fullname" . }} updateStrategy: diff --git a/charts/minecraft/values.yaml b/charts/minecraft/values.yaml index c63f2ce..7646b58 100644 --- a/charts/minecraft/values.yaml +++ b/charts/minecraft/values.yaml @@ -43,6 +43,8 @@ tolerations: [] affinity: {} +revisionHistoryLimit: 10 + podSecurityContext: runAsUser: 1000 runAsGroup: 3000