Skip to content

Commit

Permalink
[terraform] upgrade prod tunnelbroker to 0.17
Browse files Browse the repository at this point in the history
Summary: We already are running 0.17 on staging. This diff upgrades tunnelbroker to 0.17

Test Plan: Will deploy and ensure tasks are healthy

Reviewers: varun, bartek

Reviewed By: bartek

Subscribers: ashoat, tomek

Differential Revision: https://phab.comm.dev/D13505
  • Loading branch information
wyilio committed Sep 30, 2024
1 parent fc060e1 commit 7ffa6e0
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.16"
docker_tag = local.is_staging ? "0.17" : "0.17"

grpc_port = 50051
websocket_port = 51001
Expand Down

0 comments on commit 7ffa6e0

Please sign in to comment.