Skip to content

Commit

Permalink
Deploy the operator from BUILD_IMAGE
Browse files Browse the repository at this point in the history
Signed-off-by: Juraci Paixão Kröhling <[email protected]>
  • Loading branch information
jpkrohling committed Feb 20, 2020
1 parent c173c6d commit 4708af1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ deploy: crd
@kubectl apply -f deploy/service_account.yaml
@kubectl apply -f deploy/role.yaml
@kubectl apply -f deploy/role_binding.yaml
@kubectl apply -f deploy/operator.yaml
@sed "s~image: jaegertracing\/jaeger-operator\:.*~image: $(BUILD_IMAGE)~gi" deploy/operator.yaml | kubectl apply -f -

.PHONY: operatorhub
operatorhub: check-operatorhub-pr-template
Expand Down
2 changes: 1 addition & 1 deletion deploy/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
serviceAccountName: jaeger-operator
containers:
- name: jaeger-operator
image: jpkroehling/jaeger-operator:StreamlinePermissions
image: jaegertracing/jaeger-operator:1.16.0
ports:
- containerPort: 8383
name: metrics
Expand Down

0 comments on commit 4708af1

Please sign in to comment.