[HLF-CouchDB] Update Rolling update strategy to allow correct updating (#11745)

Signed-off-by: Alejandro Vicente Grabovetsky <sasha@aid.technology>
This commit is contained in:
Sasha (Alejandro Vicente Grabovetsky)
2019-02-26 09:11:39 -08:00
committed by Kubernetes Prow Robot
parent 8831fb5cf7
commit 6cea8f2cea
3 changed files with 7 additions and 3 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
apiVersion: v1
description: CouchDB instance for Hyperledger Fabric (these charts are created by AID:Tech and are currently not directly associated with the Hyperledger project)
name: hlf-couchdb
version: 1.0.5
appVersion: 0.4.9
version: 1.0.6
appVersion: 0.4.10
keywords:
- blockchain
- hyperledger
@@ -10,6 +10,10 @@ spec:
matchLabels:
app: {{ include "hlf-couchdb.name" . }}
release: {{ .Release.Name }}
# Ensure we allow our pod to be unavailable, so we can upgrade
strategy:
rollingUpdate:
maxUnavailable: 1
template:
metadata:
labels:
+1 -1
View File
@@ -6,7 +6,7 @@ replicaCount: 1
image:
repository: hyperledger/fabric-couchdb
tag: 0.4.9
tag: 0.4.10
pullPolicy: IfNotPresent
service: