Skip to content

Commit

Permalink
[terraform] bump staging identity to 0.38
Browse files Browse the repository at this point in the history
Summary: pre-requisite for staging identity deployment

Test Plan: terraform plan

Reviewers: ashoat, bartek, will

Reviewed By: ashoat

Subscribers: tomek

Differential Revision: https://phab.comm.dev/D13370
  • Loading branch information
vdhanan committed Sep 18, 2024
1 parent 819abce commit 9a94b6a
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.37" : "0.37"
identity_service_image_tag = local.is_staging ? "0.38" : "0.37"
identity_service_server_image = "commapp/identity-server:${local.identity_service_image_tag}"
identity_service_container_name = "identity-server"

Expand Down

0 comments on commit 9a94b6a

Please sign in to comment.