From 57127ac75aeef1891dfbb446110ad9ce294f3967 Mon Sep 17 00:00:00 2001 From: David Enyeart Date: Mon, 1 May 2023 17:11:52 -0400 Subject: [PATCH] Update test-network-k8s to Fabric v2.5 Update test-network-k8s to use Fabric v2.5. Signed-off-by: David Enyeart --- test-network-k8s/network | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-network-k8s/network b/test-network-k8s/network index 20ee8595..e1582fe8 100755 --- a/test-network-k8s/network +++ b/test-network-k8s/network @@ -28,7 +28,7 @@ function context() { export ${name}="${!override_name:-${default_value}}" } -context FABRIC_VERSION 2.4 +context FABRIC_VERSION 2.5 context FABRIC_CA_VERSION 1.5 context CLUSTER_RUNTIME kind # or k3s for Rancher