[stable/minio] remove rollingUpdate field since strategy type is Recreate (#19130)

* remove rollingUpdate field since strategy type is Recreate

Signed-off-by: Yash Bhutwala <ymb002@bucknell.edu>

* bump up chart version

Signed-off-by: Yash Bhutwala <ymb002@bucknell.edu>
This commit is contained in:
Yash
2019-11-25 22:17:09 -08:00
committed by Kubernetes Prow Robot
parent 65f943cd19
commit 772edafe8a
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
description: MinIO is a high performance distributed object storage server, designed for large-scale private cloud infrastructure.
name: minio
version: 3.0.0
version: 3.0.1
appVersion: RELEASE.2019-08-07T01-59-21Z
keywords:
- storage
-2
View File
@@ -15,8 +15,6 @@ spec:
rollingUpdate:
maxSurge: {{ .Values.DeploymentUpdate.maxSurge }}
maxUnavailable: {{ .Values.DeploymentUpdate.maxUnavailable }}
{{- else }}
rollingUpdate: null
{{- end}}
{{- if .Values.nasgateway.enabled }}
replicas: {{ .Values.nasgateway.replicas }}