Skip to content

Commit ea579a7

Browse files
changes
Signed-off-by: chahat sagar <[email protected]>
1 parent 8378ca8 commit ea579a7

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
@@ -59,9 +59,9 @@ if [[ "$MODE" == "local" ]]; then
5959
--set provisionDataStore.cassandra=false \
6060
--set allInOne.enabled=true \
6161
--set storage.type=memory \
62-
--set allInOne.image.repository="localhost:5000/jaegertracing/all-in-one" \
62+
--set allInOne.image.repository="cr.jaegertracing.io/jaegertracing/all-in-one" \
6363
--set allInOne.image.tag="latest" \
64-
--set hotrod.image.repository="localhost:5000/jaegertracing/example-hotrod" \
64+
--set hotrod.image.repository="cr.jaegertracing.io/jaegertracing/example-hotrod" \
6565
--set hotrod.image.tag="latest" \
6666
--set-file userconfig="./config.yaml" \
6767
--set-file uiconfig="./ui-config.json" \

0 commit comments

Comments
 (0)