Skip to content

Commit

Permalink
[HLF-CouchDB] Update Rolling update strategy to allow correct updating (
Browse files Browse the repository at this point in the history
helm#11745)

Signed-off-by: Alejandro Vicente Grabovetsky <[email protected]>
  • Loading branch information
alexvicegrab authored and k8s-ci-robot committed Feb 26, 2019
1 parent 8831fb5 commit 6cea8f2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions stable/hlf-couchdb/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 4 additions & 0 deletions stable/hlf-couchdb/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion stable/hlf-couchdb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replicaCount: 1

image:
repository: hyperledger/fabric-couchdb
tag: 0.4.9
tag: 0.4.10
pullPolicy: IfNotPresent

service:
Expand Down

0 comments on commit 6cea8f2

Please sign in to comment.