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 8bb31c7 commit a8b0a3fCopy full SHA for a8b0a3f
examples/oci/deploy-all.sh
@@ -58,10 +58,10 @@ if [[ "$MODE" == "local" ]]; then
58
--set provisionDataStore.cassandra=false \
59
--set allInOne.enabled=true \
60
--set storage.type=memory \
61
- --set allInOne.image.repository="cr.jaegertracing.io/jaegertracing/all-in-one" \
+ --set allInOne.image.repository="localhost:5000/jaegertracing/all-in-one" \
62
--set allInOne.image.tag="latest" \
63
--set hotrod.enabled=true \
64
- --set hotrod.image.repository="cr.jaegertracing.io/jaegertracing/example-hotrod" \
+ --set hotrod.image.repository="localhost:5000/jaegertracing/example-hotrod" \
65
--set hotrod.image.tag="latest" \
66
--set hotrod.args[0]="all" \
67
--set hotrod.extraEnv[0].name="JAEGER_AGENT_HOST" \
0 commit comments