Skip to content

Commit

Permalink
[terraform] upgrade staging tunnelbroker to 0.17-staging
Browse files Browse the repository at this point in the history
Summary:
Upgrade staging tunnelbroker to 0.17-staging

Depends on D13455

Test Plan: deploy and confirm healthy tasks

Reviewers: varun, bartek

Reviewed By: varun

Subscribers: ashoat, tomek

Differential Revision: https://phab.comm.dev/D13472
  • Loading branch information
wyilio committed Sep 25, 2024
1 parent eeaa717 commit cdf60ff
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.16-staging" : "0.16"
docker_tag = local.is_staging ? "0.17" : "0.16"

grpc_port = 50051
websocket_port = 51001
Expand Down

0 comments on commit cdf60ff

Please sign in to comment.