Skip to content

Commit fcc0bca

Browse files
authored
ci: fix cilium hubble deployment v1.5 (#3628)
1 parent 2bf3a38 commit fcc0bca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pipelines/cni/cilium/cilium-overlay-load-test-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ stages:
135135
136136
echo "install Cilium onto Overlay Cluster with hubble enabled"
137137
export CILIUM_VERSION_TAG_V1_5=${CILIUM_HUBBLE_VERSION_TAG}
138-
export DIR=${CILIUM_VERSION_TAG_V1_5%.*}
138+
export DIR=$(echo ${CILIUM_VERSION_TAG_V1_5#v} | cut -d. -f1,2)
139139
echo "installing files from ${DIR}"
140140
kubectl apply -f test/integration/manifests/cilium/v${DIR}/cilium-config/cilium-config-hubble.yaml
141141
kubectl apply -f test/integration/manifests/cilium/v${DIR}/cilium-agent/files

0 commit comments

Comments
 (0)