diff --git a/examples/features/ipam-policies/first-nse.yaml b/examples/features/ipam-policies/first-nse.yaml index e12c0b843433..c7d9b70fb0ea 100644 --- a/examples/features/ipam-policies/first-nse.yaml +++ b/examples/features/ipam-policies/first-nse.yaml @@ -9,7 +9,7 @@ metadata: spec: containers: - name: nse - image: cmd-nse-icmp-responder + image: ghcr.io/networkservicemesh/ci/cmd-nse-icmp-responder:65b5370 imagePullPolicy: IfNotPresent env: - name: SPIFFE_ENDPOINT_SOCKET diff --git a/examples/features/ipam-policies/second-nse.yaml b/examples/features/ipam-policies/second-nse.yaml index 2b9f51f67a10..931e1c2373e6 100644 --- a/examples/features/ipam-policies/second-nse.yaml +++ b/examples/features/ipam-policies/second-nse.yaml @@ -9,7 +9,7 @@ metadata: spec: containers: - name: nse - image: cmd-nse-icmp-responder + image: ghcr.io/networkservicemesh/ci/cmd-nse-icmp-responder:65b5370 imagePullPolicy: IfNotPresent env: - name: SPIFFE_ENDPOINT_SOCKET diff --git a/examples/interdomain/usecases/nsm_consul_vl3/README.md b/examples/interdomain/usecases/nsm_consul_vl3/README.md index e5078bf19ec0..f9802371ec25 100644 --- a/examples/interdomain/usecases/nsm_consul_vl3/README.md +++ b/examples/interdomain/usecases/nsm_consul_vl3/README.md @@ -10,7 +10,6 @@ Make sure that you have completed steps from [multiservicemesh](../../suites/mul References: https://learn.hashicorp.com/tutorials/consul/deployment-guide?in=consul/production-deploy -https://learn.hashicorp.com/tutorials/consul/tls-encryption-secure https://learn.hashicorp.com/tutorials/consul/service-mesh-with-envoy-proxy?in=consul/developer-mesh Start vl3, install Consul control plane and counting service on the first cluster and dashboard on the second: