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