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

Signed-off-by: juan131 <juan@bitnami.com>
This commit is contained in:
Juan Ariza Toledano
2019-09-20 08:41:18 -07:00
committed by Kubernetes Prow Robot
parent 73acd822ed
commit 59b5a19920
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: rabbitmq
version: 6.7.2
version: 6.7.3
appVersion: 3.7.18
description: Open source message broker software that implements the Advanced Message Queuing Protocol (AMQP)
keywords:
+1 -1
View File
@@ -1,4 +1,4 @@
apiVersion: apps/v1beta2
apiVersion: apps/v1
kind: StatefulSet
metadata:
name: {{ template "rabbitmq.fullname" . }}