Skip to content

Commit

Permalink
set version ipv6
Browse files Browse the repository at this point in the history
  • Loading branch information
camrynl committed Jul 8, 2024
1 parent 4bd2247 commit 0f1f1ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ stages:
if [ ! -z ${{ parameters.dualstackVersion }} ]; then
echo "Use dualstack daemonset for Cilium"
envsubst '${CILIUM_VERSION_TAG},${CILIUM_IMAGE_REGISTRY}' < test/integration/manifests/cilium/v${DIR}/cilium-agent/templates/daemonset-dualstack.yaml | kubectl apply -f -
envsubst '${CILIUM_VERSION_TAG},${CILIUM_IMAGE_REGISTRY},${IPV6_HP_BPF_VERSION}' < test/integration/manifests/cilium/v${DIR}/cilium-agent/templates/daemonset-dualstack.yaml | kubectl apply -f -
else
envsubst '${CILIUM_VERSION_TAG},${CILIUM_IMAGE_REGISTRY}' < test/integration/manifests/cilium/v${DIR}/cilium-agent/templates/daemonset.yaml | kubectl apply -f -
fi
Expand Down

0 comments on commit 0f1f1ef

Please sign in to comment.