mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
Update test-network-k8s to Fabric v2.5
Update test-network-k8s to use Fabric v2.5. Signed-off-by: David Enyeart <enyeart@us.ibm.com>
This commit is contained in:
parent
e93cfacf1f
commit
57127ac75a
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ function context() {
|
||||||
export ${name}="${!override_name:-${default_value}}"
|
export ${name}="${!override_name:-${default_value}}"
|
||||||
}
|
}
|
||||||
|
|
||||||
context FABRIC_VERSION 2.4
|
context FABRIC_VERSION 2.5
|
||||||
context FABRIC_CA_VERSION 1.5
|
context FABRIC_CA_VERSION 1.5
|
||||||
|
|
||||||
context CLUSTER_RUNTIME kind # or k3s for Rancher
|
context CLUSTER_RUNTIME kind # or k3s for Rancher
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue