Skip to content

Commit bd92135

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

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,11 +58,11 @@ if [[ "$MODE" == "local" ]]; then
5858
--set provisionDataStore.cassandra=false \
5959
--set allInOne.enabled=true \
6060
--set storage.type=memory \
61-
--set allInOne.image.repository="localhost:5000/jaegertracing/all-in-one" \
61+
--set allInOne.image.repository="jaegertracing/all-in-one" \
6262
--set allInOne.image.tag="latest" \
6363
--set allInOne.image.pullPolicy="Never" \
6464
--set hotrod.enabled=true \
65-
--set hotrod.image.repository="localhost:5000/jaegertracing/example-hotrod" \
65+
--set hotrod.image.repository="jaegertracing/example-hotrod" \
6666
--set hotrod.image.tag="latest" \
6767
--set hotrod.image.pullPolicy="Never" \
6868
--set hotrod.args[0]="all" \

0 commit comments

Comments
 (0)