Skip to content

Commit 996c6ba

Browse files
test
Signed-off-by: chahat sagar <[email protected]>
1 parent 02754d8 commit 996c6ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/oci/deploy-all.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ fi
6363

6464
# Set image repositories and deploy based on mode
6565
if [[ "$MODE" == "local" ]]; then
66+
HELM_JAEGER_CMD="upgrade --install --force"
67+
HELM_PROM_CMD="upgrade --install --force"
6668
echo "🟣 Deploying Jaeger with local registry images..."
6769
helm $HELM_JAEGER_CMD jaeger ./helm-charts/charts/jaeger \
6870
--set provisionDataStore.cassandra=false \

0 commit comments

Comments
 (0)