mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
Kubernetes Prow Robot
parent
8831fb5cf7
commit
6cea8f2cea
@@ -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:
|
||||
|
||||
@@ -6,7 +6,7 @@ replicaCount: 1
|
||||
|
||||
image:
|
||||
repository: hyperledger/fabric-couchdb
|
||||
tag: 0.4.9
|
||||
tag: 0.4.10
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
service:
|
||||
|
||||
Reference in New Issue
Block a user