Skip to content

Commit

Permalink
[terraform] Deploy Tunnelbroker 0.18-amqp to staging
Browse files Browse the repository at this point in the history
Summary:
Tunnelbroker image containing fixes from D13595.
Would be good to test them on staging.

Test Plan: terraform plan

Reviewers: ashoat, will, varun, kamil

Reviewed By: ashoat

Subscribers: tomek

Differential Revision: https://phab.comm.dev/D13596
  • Loading branch information
barthap committed Oct 3, 2024
1 parent 940a7c6 commit 0914fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/terraform/remote/service_tunnelbroker.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
locals {
tunnelbroker_config = {
docker_image = "commapp/tunnelbroker"
docker_tag = local.is_staging ? "0.17" : "0.17"
docker_tag = local.is_staging ? "0.18-amqp" : "0.17"

grpc_port = 50051
websocket_port = 51001
Expand Down

0 comments on commit 0914fd2

Please sign in to comment.