mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Bump Burrow to 0.23.3 (#10581)
Signed-off-by: cpanato <ctadeu@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
cd42254850
commit
5e048218f4
@@ -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
|
||||
|
||||
@@ -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,6 +1,6 @@
|
||||
image:
|
||||
repository: hyperledger/burrow
|
||||
tag: 0.23.2
|
||||
tag: 0.23.3
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
chain:
|
||||
|
||||
Reference in New Issue
Block a user