diff --git a/stable/burrow/Chart.yaml b/stable/burrow/Chart.yaml index 567ae1529d..ee648cc0f2 100644 --- a/stable/burrow/Chart.yaml +++ b/stable/burrow/Chart.yaml @@ -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 diff --git a/stable/burrow/README.md b/stable/burrow/README.md index 96bd71acdf..b3752f951f 100644 --- a/stable/burrow/README.md +++ b/stable/burrow/README.md @@ -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"` | diff --git a/stable/burrow/values.yaml b/stable/burrow/values.yaml index e948f0d329..c0a2600242 100644 --- a/stable/burrow/values.yaml +++ b/stable/burrow/values.yaml @@ -1,6 +1,6 @@ image: repository: hyperledger/burrow - tag: 0.23.2 + tag: 0.23.3 pullPolicy: IfNotPresent chain: