Skip to content

Commit

Permalink
[terraform] upgrade backup prod to 0.5.1
Browse files Browse the repository at this point in the history
Summary: Upgrade production backup image to version 0.5.1

Test Plan: Tested on staging. Task is healthy

Reviewers: varun, bartek

Reviewed By: varun, bartek

Subscribers: ashoat, tomek

Differential Revision: https://phab.comm.dev/D13962
  • Loading branch information
wyilio committed Nov 25, 2024
1 parent 88148c4 commit 1f6bdc3
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.5.1" : "0.5.0"
backup_service_image_tag = local.is_staging ? "0.5.1" : "0.5.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 1f6bdc3

Please sign in to comment.