Skip to content

Commit 02754d8

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

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

examples/oci/deploy-all.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
set -euo pipefail
77

88
MODE="${1:-upgrade}"
9+
JAEGER_VERSION="${2:-v2}"
910

1011
if [[ "$MODE" == "upgrade" ]]; then
1112
HELM_JAEGER_CMD="upgrade --install --force"

scripts/build/build-hotrod-image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ if [[ "${runtime}" == "k8s" ]]; then
152152
exit 1
153153
fi
154154

155-
bash ./examples/oci/deploy-all.sh local
155+
bash ./examples/oci/deploy-all.sh local "${jaeger_version}"
156156
kubectl wait --for=condition=available --timeout=180s deployment/jaeger-hotrod
157157
kubectl get deployments
158158
kubectl describe deployments/jaeger

0 commit comments

Comments
 (0)