mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
update to support k8s v1.16 (#18239)
Signed-off-by: Jeff Billimek <jeffrey_k_billimek@homedepot.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
1a2989849c
commit
8c4f4e0161
@@ -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,5 +1,5 @@
|
||||
{{- if ne (printf "%s" .Values.minecraftServer.eula) "FALSE" }}
|
||||
apiVersion: extensions/v1beta1
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: {{ template "minecraft.fullname" . }}
|
||||
|
||||
Reference in New Issue
Block a user