Skip to content

Commit b4df1e1

Browse files
test
Signed-off-by: chahat sagar <[email protected]>
1 parent f118fae commit b4df1e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/build/build-hotrod-image.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ if [[ "${runtime}" == "k8s" ]]; then
137137
docker pull localhost:5000/jaegertracing/example-hotrod:${GITHUB_SHA}
138138
docker tag localhost:5000/jaegertracing/all-in-one:${GITHUB_SHA} jaegertracing/all-in-one:latest
139139
docker tag localhost:5000/jaegertracing/example-hotrod:${GITHUB_SHA} jaegertracing/example-hotrod:latest
140-
kind load docker-image jaegertracing/all-in-one:latest --name kind
141-
kind load docker-image jaegertracing/example-hotrod:latest --name kind
140+
kind load docker-image jaegertracing/all-in-one:latest
141+
kind load docker-image jaegertracing/example-hotrod:latest
142142

143143
bash ./examples/oci/deploy-all.sh local
144144
kubectl wait --for=condition=available --timeout=180s deployment/jaeger-hotrod

0 commit comments

Comments
 (0)