From 772edafe8a5d6c101eb142ce2b163b9452d1cbef Mon Sep 17 00:00:00 2001 From: Yash Date: Tue, 26 Nov 2019 01:17:09 -0500 Subject: [PATCH] [stable/minio] remove rollingUpdate field since strategy type is Recreate (#19130) * remove rollingUpdate field since strategy type is Recreate Signed-off-by: Yash Bhutwala * bump up chart version Signed-off-by: Yash Bhutwala --- stable/minio/Chart.yaml | 2 +- stable/minio/templates/deployment.yaml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) 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 }}