Upgraded appVersion from 0.15.1 to 0.17.1 because of CVE-2018-17144 (#12639)

* Upgraded appVersion from 0.15.1 to 0.17.1 because of CVE-2018-17144

Signed-off-by: Harsha Goli <harshagoli@gmail.com>

* updated README to reflect new default version tag

Signed-off-by: Harsha Goli <harshagoli@gmail.com>
This commit is contained in:
Harsha Goli
2019-03-29 09:00:19 -07:00
committed by Kubernetes Prow Robot
parent 888fdabd33
commit db112362bb
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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
+1 -1
View File
@@ -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`