[stable/nats] Update sts apiVersion to 'apps/v1' - Mandatory for K8s 1.16 (#17282)

Signed-off-by: juan131 <juan@bitnami.com>
This commit is contained in:
Juan Ariza Toledano
2019-09-20 08:41:11 -07:00
committed by Kubernetes Prow Robot
parent 600bf5e073
commit 73acd822ed
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: nats
version: 4.1.3
version: 4.1.4
appVersion: 2.0.4
description: An open-source, cloud-native messaging system
keywords:
+1 -1
View File
@@ -1,5 +1,5 @@
{{- if or (eq .Values.resourceType "statefulset") (not (contains .Values.resourceType "deployment")) }}
apiVersion: apps/v1beta2
apiVersion: apps/v1
kind: StatefulSet
metadata:
name: {{ template "nats.fullname" . }}