Skip to content

Commit

Permalink
change jaeger tag version in otel-collector (#3495)
Browse files Browse the repository at this point in the history
Co-authored-by: Chester Cheung <cheung.zhy.csu@gmail.com>
  • Loading branch information
onepiece010938 and hanyuancheung committed Dec 1, 2022
1 parent 291aaa0 commit 69ad652
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions example/otel-collector/Makefile
@@ -1,9 +1,11 @@
JAEGER_OPERATOR_VERSION = v1.36.0

namespace-k8s:
kubectl apply -f k8s/namespace.yaml

jaeger-operator-k8s:
# Create the jaeger operator and necessary artifacts in ns observability
kubectl create -n observability -f https://github.com/jaegertracing/jaeger-operator/releases/download/v1.31.0/jaeger-operator.yaml
kubectl create -n observability -f https://github.com/jaegertracing/jaeger-operator/releases/download/$(JAEGER_OPERATOR_VERSION)/jaeger-operator.yaml

jaeger-k8s:
kubectl apply -f k8s/jaeger.yaml
Expand All @@ -23,4 +25,4 @@ clean-k8s:

- kubectl delete -f k8s/jaeger.yaml

- kubectl delete -n observability -f https://github.com/jaegertracing/jaeger-operator/releases/download/v1.31.0/jaeger-operator.yaml
- kubectl delete -n observability -f https://github.com/jaegertracing/jaeger-operator/releases/download/$(JAEGER_OPERATOR_VERSION)/jaeger-operator.yaml

0 comments on commit 69ad652

Please sign in to comment.