Bump Burrow to 0.23.3 (#10581)

Signed-off-by: cpanato <ctadeu@gmail.com>
This commit is contained in:
Carlos Tadeu Panato Junior
2019-01-12 12:55:10 -08:00
committed by Kubernetes Prow Robot
parent cd42254850
commit 5e048218f4
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
name: burrow
version: 1.0.0
appVersion: 0.23.2
version: 1.0.1
appVersion: 0.23.3
description: Burrow is a permissionable smart contract machine
home: https://github.com/hyperledger/burrow
icon: https://wiki.hyperledger.org/_media/projects/hyperledger_burrow_logo_color.png
+1 -1
View File
@@ -52,7 +52,7 @@ The following table lists the configurable parameters of the Burrow chart and it
| Parameter | Description | Default |
| --------- | ----------- | ------- |
| `image.repository` | image repository | `"hyperledger/burrow"` |
| `image.tag` | image tag | `"0.23.1"` |
| `image.tag` | image tag | `"0.23.3"` |
| `image.pullPolicy` | image pull policy | `"IfNotPresent"` |
| `chain.nodes` | number of nodes for the blockchain network | `1` |
| `chain.logLevel` | log level for the nodes (`debug`, `info`, `warn`) | `"info"` |
+1 -1
View File
@@ -1,6 +1,6 @@
image:
repository: hyperledger/burrow
tag: 0.23.2
tag: 0.23.3
pullPolicy: IfNotPresent
chain: