mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
Kubernetes Prow Robot
parent
600bf5e073
commit
73acd822ed
@@ -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,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" . }}
|
||||
|
||||
Reference in New Issue
Block a user