From db112362bbf7f33b07e84550d58543db1baab516 Mon Sep 17 00:00:00 2001 From: Harsha Goli Date: Fri, 29 Mar 2019 12:00:19 -0400 Subject: [PATCH] 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 * updated README to reflect new default version tag Signed-off-by: Harsha Goli --- stable/bitcoind/Chart.yaml | 4 ++-- stable/bitcoind/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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`