We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb28659 commit bd92135Copy full SHA for bd92135
examples/oci/deploy-all.sh
@@ -58,11 +58,11 @@ if [[ "$MODE" == "local" ]]; then
58
--set provisionDataStore.cassandra=false \
59
--set allInOne.enabled=true \
60
--set storage.type=memory \
61
- --set allInOne.image.repository="localhost:5000/jaegertracing/all-in-one" \
+ --set allInOne.image.repository="jaegertracing/all-in-one" \
62
--set allInOne.image.tag="latest" \
63
--set allInOne.image.pullPolicy="Never" \
64
--set hotrod.enabled=true \
65
- --set hotrod.image.repository="localhost:5000/jaegertracing/example-hotrod" \
+ --set hotrod.image.repository="jaegertracing/example-hotrod" \
66
--set hotrod.image.tag="latest" \
67
--set hotrod.image.pullPolicy="Never" \
68
--set hotrod.args[0]="all" \
0 commit comments