Skip to content

Commit a8b0a3f

Browse files
test
Signed-off-by: chahat sagar <[email protected]>
1 parent 8bb31c7 commit a8b0a3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/oci/deploy-all.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ if [[ "$MODE" == "local" ]]; then
5858
--set provisionDataStore.cassandra=false \
5959
--set allInOne.enabled=true \
6060
--set storage.type=memory \
61-
--set allInOne.image.repository="cr.jaegertracing.io/jaegertracing/all-in-one" \
61+
--set allInOne.image.repository="localhost:5000/jaegertracing/all-in-one" \
6262
--set allInOne.image.tag="latest" \
6363
--set hotrod.enabled=true \
64-
--set hotrod.image.repository="cr.jaegertracing.io/jaegertracing/example-hotrod" \
64+
--set hotrod.image.repository="localhost:5000/jaegertracing/example-hotrod" \
6565
--set hotrod.image.tag="latest" \
6666
--set hotrod.args[0]="all" \
6767
--set hotrod.extraEnv[0].name="JAEGER_AGENT_HOST" \

0 commit comments

Comments
 (0)