Skip to content

Commit

Permalink
[terraform] bump prod identity to 0.35
Browse files Browse the repository at this point in the history
Summary:
we probably can't deploy this until monday at this point, but preparing the diff now so that we're not blocked on getting it approved later.

confirmed that @Ashoat tagged and pushed 0.35 to dockerhub after the apparent issues pushing 0.35-staging to dockerhub yesterday.

won't land until we're ready to deploy

Test Plan: terraform plan

Reviewers: will, ashoat, bartek

Reviewed By: will

Subscribers: tomek, ashoat

Differential Revision: https://phab.comm.dev/D13252
  • Loading branch information
vdhanan authored and Ashoat committed Sep 9, 2024
1 parent 8c1cd8b commit b6ed968
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.35-staging" : "0.34"
identity_service_image_tag = local.is_staging ? "0.35-staging" : "0.35"
identity_service_server_image = "commapp/identity-server:${local.identity_service_image_tag}"
identity_service_container_name = "identity-server"

Expand Down

0 comments on commit b6ed968

Please sign in to comment.