Skip to content

Commit

Permalink
[terraform] Bump prod Identity to 0.49
Browse files Browse the repository at this point in the history
Summary: Vesrion that contains changes for new flows. This has been stable on staging.

Test Plan: terraform plan

Reviewers: tomek, kamil

Reviewed By: tomek

Subscribers: ashoat

Differential Revision: https://phab.comm.dev/D14260
  • Loading branch information
barthap committed Jan 28, 2025
1 parent 7eeb459 commit 0bbee88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/terraform/remote/service_identity.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
locals {
identity_service_image_tag = local.is_staging ? "0.49" : "0.47"
identity_service_image_tag = local.is_staging ? "0.49" : "0.49"
identity_service_server_image = "commapp/identity-server:${local.identity_service_image_tag}"
identity_service_container_name = "identity-server"

Expand Down

0 comments on commit 0bbee88

Please sign in to comment.