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 8378ca8 commit ea579a7Copy full SHA for ea579a7
examples/oci/deploy-all.sh
@@ -59,9 +59,9 @@ if [[ "$MODE" == "local" ]]; then
59
--set provisionDataStore.cassandra=false \
60
--set allInOne.enabled=true \
61
--set storage.type=memory \
62
- --set allInOne.image.repository="localhost:5000/jaegertracing/all-in-one" \
+ --set allInOne.image.repository="cr.jaegertracing.io/jaegertracing/all-in-one" \
63
--set allInOne.image.tag="latest" \
64
- --set hotrod.image.repository="localhost:5000/jaegertracing/example-hotrod" \
+ --set hotrod.image.repository="cr.jaegertracing.io/jaegertracing/example-hotrod" \
65
--set hotrod.image.tag="latest" \
66
--set-file userconfig="./config.yaml" \
67
--set-file uiconfig="./ui-config.json" \
0 commit comments