Skip to content

Commit 8378ca8

Browse files
use localhost
Signed-off-by: chahat sagar <[email protected]>
1 parent 219bb40 commit 8378ca8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/oci/deploy-all.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,17 @@ else
5151
echo "📁 Jaeger Helm Charts already exist. Skipping clone."
5252
fi
5353

54+
# Set image repositories and deploy based on mode
5455
# Set image repositories and deploy based on mode
5556
if [[ "$MODE" == "local" ]]; then
5657
echo "🟣 Deploying Jaeger with local registry images..."
5758
helm $HELM_JAEGER_CMD jaeger ./helm-charts/charts/jaeger \
5859
--set provisionDataStore.cassandra=false \
5960
--set allInOne.enabled=true \
6061
--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" \
6263
--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" \
6465
--set hotrod.image.tag="latest" \
6566
--set-file userconfig="./config.yaml" \
6667
--set-file uiconfig="./ui-config.json" \

0 commit comments

Comments
 (0)