Skip to content

Commit 64e71ee

Browse files
committed
fixup! Update Variables to Generated Values
1 parent 85f9044 commit 64e71ee

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.pipelines/singletenancy/cilium-dualstack-overlay/cilium-dualstackoverlay-e2e-step-template.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ steps:
4444
4545
export CILIUM_VERSION_TAG=${CILIUM_DUALSTACK_VERSION}
4646
export IPV6_HP_BPF_VERSION=$(IPV6_HP_BPF_VERSION)
47+
export IPV6_IMAGE_REGISTRY=acnpublic.azurecr.io$(IMAGE_REPO_PATH)
4748
echo "install Cilium ${CILIUM_DUALSTACK_VERSION} onto Overlay Cluster"
4849
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 -
4950
envsubst '${CILIUM_VERSION_TAG},${CILIUM_IMAGE_REGISTRY}' < test/integration/manifests/cilium/v${DIR}/cilium-operator/templates/deployment.yaml | kubectl apply -f -

test/integration/manifests/cilium/v1.14/cilium-agent/templates/daemonset-dualstack.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,8 +302,8 @@ spec:
302302
name: cilium-cgroup
303303
- mountPath: /var/run/cilium
304304
name: cilium-run
305-
- name: start-ipv6-hp-bpf
306-
image: acnpublic.azurecr.io/ipv6-hp-bpf:$IPV6_HP_BPF_VERSION
305+
- name: start-ipv6-hp-bpf ## TODO make this change across all dualstack cil agents
306+
image: $IPV6_IMAGE_REGISTRY/ipv6-hp-bpf:$IPV6_HP_BPF_VERSION
307307
imagePullPolicy: IfNotPresent
308308
command: [/ipv6-hp-bpf]
309309
securityContext:

0 commit comments

Comments
 (0)