diff --git a/.github/workflows/test-kubectl-plugin.yml b/.github/workflows/test-kubectl-plugin.yml index fe7c8f45..becdda1b 100644 --- a/.github/workflows/test-kubectl-plugin.yml +++ b/.github/workflows/test-kubectl-plugin.yml @@ -10,6 +10,7 @@ jobs: matrix: go-version: [ 1.23.x ] os: [ ubuntu-latest ] + fabric-version: [ { version: 2.5.10, peer: 2.5.10, orderer: 2.5.10, ca: 1.5.13 } ] runs-on: ${{ matrix.os }} env: IMAGE: hlf-operator @@ -56,8 +57,8 @@ jobs: kubectl create namespace istio-system istioctl operator init - - + + kubectl apply -f - <