From 8c4f4e0161ce7379df6db298d208e76f1bb3dbeb Mon Sep 17 00:00:00 2001 From: Jeff Billimek Date: Wed, 23 Oct 2019 16:29:06 -0400 Subject: [PATCH] update to support k8s v1.16 (#18239) Signed-off-by: Jeff Billimek --- stable/minecraft/Chart.yaml | 2 +- stable/minecraft/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/minecraft/Chart.yaml b/stable/minecraft/Chart.yaml index 63c3efde60..274fe13cde 100755 --- a/stable/minecraft/Chart.yaml +++ b/stable/minecraft/Chart.yaml @@ -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 diff --git a/stable/minecraft/templates/deployment.yaml b/stable/minecraft/templates/deployment.yaml index 2092c0822a..6aabfbacb7 100644 --- a/stable/minecraft/templates/deployment.yaml +++ b/stable/minecraft/templates/deployment.yaml @@ -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" . }}