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 02754d8 commit 996c6baCopy full SHA for 996c6ba
examples/oci/deploy-all.sh
@@ -63,6 +63,8 @@ fi
63
64
# Set image repositories and deploy based on mode
65
if [[ "$MODE" == "local" ]]; then
66
+ HELM_JAEGER_CMD="upgrade --install --force"
67
+ HELM_PROM_CMD="upgrade --install --force"
68
echo "🟣 Deploying Jaeger with local registry images..."
69
helm $HELM_JAEGER_CMD jaeger ./helm-charts/charts/jaeger \
70
--set provisionDataStore.cassandra=false \
0 commit comments