Skip to content

Commit

Permalink
Update quick start guide
Browse files Browse the repository at this point in the history
Update to the 0.14.0 release and matching test-network-k8s commit

Signed-off-by: James Taylor <jamest@uk.ibm.com>
  • Loading branch information
jt-nti committed Jun 3, 2024
1 parent fa43ac5 commit f4fe48d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started/demo.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Now follow the steps below to deploy your first smart contract using the k8s bui
Download the sample Kubernetes test network (fabric-samples isn't tagged so we'll use a known good commit).

```shell
export FABRIC_SAMPLES_COMMIT=0db64487e5e89a81d68e6871af3f0907c67e7d75
export FABRIC_SAMPLES_COMMIT=1058f9ffe16add583d1a11342deb5a9df3e5b72c
curl -sSL "https://github.com/hyperledger/fabric-samples/archive/${FABRIC_SAMPLES_COMMIT}.tar.gz" | \
tar -xzf - --strip-components=1 \
fabric-samples-${FABRIC_SAMPLES_COMMIT}/test-network-k8s \
Expand All @@ -29,7 +29,7 @@ Set the following environment variables to enable the k8s builder and define whi

```shell
export TEST_NETWORK_CHAINCODE_BUILDER="k8s"
export TEST_NETWORK_K8S_CHAINCODE_BUILDER_VERSION="0.13.0"
export TEST_NETWORK_K8S_CHAINCODE_BUILDER_VERSION="0.14.0"
```

## Download chaincode samples
Expand Down

0 comments on commit f4fe48d

Please sign in to comment.