Skip to content

Commit

Permalink
Bump Burrow to 0.23.3 (helm#10581)
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <[email protected]>
  • Loading branch information
cpanato authored and k8s-ci-robot committed Jan 12, 2019
1 parent cd42254 commit 5e04821
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions stable/burrow/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion stable/burrow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"` |
Expand Down
2 changes: 1 addition & 1 deletion stable/burrow/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: hyperledger/burrow
tag: 0.23.2
tag: 0.23.3
pullPolicy: IfNotPresent

chain:
Expand Down

0 comments on commit 5e04821

Please sign in to comment.