mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
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:
committed by
Kubernetes Prow Robot
parent
888fdabd33
commit
db112362bb
@@ -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
|
||||
|
||||
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user