File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 51
51
echo " 📁 Jaeger Helm Charts already exist. Skipping clone."
52
52
fi
53
53
54
+ # Set image repositories and deploy based on mode
54
55
# Set image repositories and deploy based on mode
55
56
if [[ " $MODE " == " local" ]]; then
56
57
echo " 🟣 Deploying Jaeger with local registry images..."
57
58
helm $HELM_JAEGER_CMD jaeger ./helm-charts/charts/jaeger \
58
59
--set provisionDataStore.cassandra=false \
59
60
--set allInOne.enabled=true \
60
61
--set storage.type=memory \
61
- --set allInOne.image.repository=" cr.jaegertracing.io /jaegertracing/all-in-one" \
62
+ --set allInOne.image.repository=" localhost:5000 /jaegertracing/all-in-one" \
62
63
--set allInOne.image.tag=" latest" \
63
- --set hotrod.image.repository=" cr.jaegertracing.io /jaegertracing/example-hotrod" \
64
+ --set hotrod.image.repository=" localhost:5000 /jaegertracing/example-hotrod" \
64
65
--set hotrod.image.tag=" latest" \
65
66
--set-file userconfig=" ./config.yaml" \
66
67
--set-file uiconfig=" ./ui-config.json" \
You can’t perform that action at this time.
0 commit comments