update to support k8s v1.16 (#18239)

Signed-off-by: Jeff Billimek <jeffrey_k_billimek@homedepot.com>
This commit is contained in:
Jeff Billimek
2019-10-23 13:29:06 -07:00
committed by Kubernetes Prow Robot
parent 1a2989849c
commit 8c4f4e0161
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: minecraft
version: 1.1.4
version: 1.1.5
appVersion: 1.14.4
home: https://minecraft.net/
description: Minecraft server
+1 -1
View File
@@ -1,5 +1,5 @@
{{- if ne (printf "%s" .Values.minecraftServer.eula) "FALSE" }}
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ template "minecraft.fullname" . }}