diff --git a/stable/minio/Chart.yaml b/stable/minio/Chart.yaml index 8e27b47560..9ccfe364f8 100755 --- a/stable/minio/Chart.yaml +++ b/stable/minio/Chart.yaml @@ -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 diff --git a/stable/minio/templates/deployment.yaml b/stable/minio/templates/deployment.yaml index 4707d21ab5..d7a1979733 100644 --- a/stable/minio/templates/deployment.yaml +++ b/stable/minio/templates/deployment.yaml @@ -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 }}