Skip to content

Commit

Permalink
[terraform] deploy tunnelbroker 0.18.2 to production
Browse files Browse the repository at this point in the history
Summary:
Deploying the following changes:
- D13969
- D13970
- D13703

Tunnelbroker images are [here](https://hub.docker.com/r/commapp/tunnelbroker/tags)

[tunnelbroker-v0.18.2](https://github.com/CommE2E/comm/tree/tunnelbroker-v0.18.2)

Depends on D14039

Test Plan: terraform plan

Reviewers: bartek, tomek

Reviewed By: tomek

Subscribers: ashoat

Differential Revision: https://phab.comm.dev/D14069
  • Loading branch information
xsanm committed Dec 2, 2024
1 parent ce616cf commit 98f0d29
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.18.2" : "0.18.1"
docker_tag = local.is_staging ? "0.18.2" : "0.18.2"

grpc_port = 50051
websocket_port = 51001
Expand Down

0 comments on commit 98f0d29

Please sign in to comment.