diff --git a/stable/bitcoind/Chart.yaml b/stable/bitcoind/Chart.yaml index a37a667e13..be227e8691 100644 --- a/stable/bitcoind/Chart.yaml +++ b/stable/bitcoind/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: bitcoind -version: 0.1.5 -appVersion: 0.15.1 +version: 0.1.6 +appVersion: 0.17.1 description: Bitcoin is an innovative payment network and a new kind of money. keywords: - bitcoind diff --git a/stable/bitcoind/README.md b/stable/bitcoind/README.md index 2236e9eefd..cd68a64027 100644 --- a/stable/bitcoind/README.md +++ b/stable/bitcoind/README.md @@ -43,7 +43,7 @@ The following table lists the configurable parameters of the bitcoind chart and Parameter | Description | Default ----------------------- | ---------------------------------- | ---------------------------------------------------------- `image.repository` | Image source repository name | `arilot/docker-bitcoind` -`image.tag` | `bitcoind` release tag. | `0.15.1` +`image.tag` | `bitcoind` release tag. | `0.17.1` `image.pullPolicy` | Image pull policy | `IfNotPresent` `service.rpcPort` | RPC port | `8332` `service.p2pPort` | P2P port | `8333`