diff --git a/stable/hlf-peer/Chart.yaml b/stable/hlf-peer/Chart.yaml index 4c56ec329a..a08ee5f051 100644 --- a/stable/hlf-peer/Chart.yaml +++ b/stable/hlf-peer/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 description: Hyperledger Fabric Peer chart (these charts are created by AID:Tech and are currently not directly associated with the Hyperledger project) name: hlf-peer -version: 1.2.10 -appVersion: 1.3.0 +version: 1.3.0 +appVersion: 1.4.3 keywords: - blockchain - hyperledger diff --git a/stable/hlf-peer/README.md b/stable/hlf-peer/README.md index 5db62e0fc3..e068d5f1f4 100644 --- a/stable/hlf-peer/README.md +++ b/stable/hlf-peer/README.md @@ -74,7 +74,7 @@ The following table lists the configurable parameters of the Hyperledger Fabric | Parameter | Description | Default | | --------------------------------- | ------------------------------------------------- | ------------------------- | | `image.repository` | `hlf-peer` image repository | `hyperledger/fabric-peer` | -| `image.tag` | `hlf-peer` image tag | `x86_64-1.1.0` | +| `image.tag` | `hlf-peer` image tag | `1.4.3` | | `image.pullPolicy` | Image pull policy | `IfNotPresent` | | `service.portRequest` | TCP port for requests to Peer | `7051` | | `service.portEvent` | TCP port for event service on Peer | `7053` | diff --git a/stable/hlf-peer/values.yaml b/stable/hlf-peer/values.yaml index 04217f20b0..01c1efa7d6 100644 --- a/stable/hlf-peer/values.yaml +++ b/stable/hlf-peer/values.yaml @@ -4,7 +4,7 @@ image: repository: hyperledger/fabric-peer - tag: 1.3.0 + tag: 1.4.3 pullPolicy: IfNotPresent service: