Skip to content

Commit cfb3144

Browse files
aleoliadamjensenbot
authored andcommitted
test(cni): update Cilium CLI version to v0.18.8
1 parent 09420f4 commit cfb3144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/pipeline/infra/cni.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ function install_cilium() {
8080
if [ ! -f "${BINDIR}/cilium}" ]; then
8181
setup_arch_and_os
8282
local CILIUM_CLI_VERSION
83-
CILIUM_CLI_VERSION="v0.15.11"
83+
CILIUM_CLI_VERSION="v0.18.8"
8484

8585
echo "Downloading Cilium CLI ${CILIUM_CLI_VERSION} for ${OS}-${ARCH}"
8686
curl -L --remote-name-all "https://github.com/cilium/cilium-cli/releases/download/${CILIUM_CLI_VERSION}/cilium-${OS}-${ARCH}.tar.gz{,.sha256sum}"

0 commit comments

Comments
 (0)