Skip to content

Commit

Permalink
[terraform] Bump staging Backup to 0.4.3
Browse files Browse the repository at this point in the history
Summary: [[ https://linear.app/comm/issue/ENG-9295/backup-service-failed-to-delete-user-data-forbidden | ENG-9295 ]]

Test Plan: terraform plan

Reviewers: varun, will, kamil, ashoat

Reviewed By: ashoat

Subscribers: tomek

Differential Revision: https://phab.comm.dev/D13442
  • Loading branch information
barthap committed Sep 24, 2024
1 parent ae1d18e commit 381e035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/terraform/remote/service_backup.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
locals {
backup_service_image_tag = local.is_staging ? "0.4.2-staging" : "0.4.1"
backup_service_image_tag = local.is_staging ? "0.4.3" : "0.4.1"
backup_service_container_name = "backup-service-server"
backup_service_server_image = "commapp/backup-server:${local.backup_service_image_tag}"
backup_service_domain_name = "backup.${local.root_domain}"
Expand Down

0 comments on commit 381e035

Please sign in to comment.