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 bfe5989 commit 02754d8Copy full SHA for 02754d8
examples/oci/deploy-all.sh
@@ -6,6 +6,7 @@
6
set -euo pipefail
7
8
MODE="${1:-upgrade}"
9
+JAEGER_VERSION="${2:-v2}"
10
11
if [[ "$MODE" == "upgrade" ]]; then
12
HELM_JAEGER_CMD="upgrade --install --force"
scripts/build/build-hotrod-image.sh
@@ -152,7 +152,7 @@ if [[ "${runtime}" == "k8s" ]]; then
152
exit 1
153
fi
154
155
- bash ./examples/oci/deploy-all.sh local
+ bash ./examples/oci/deploy-all.sh local "${jaeger_version}"
156
kubectl wait --for=condition=available --timeout=180s deployment/jaeger-hotrod
157
kubectl get deployments
158
kubectl describe deployments/jaeger
0 commit comments