From 753fb8d08b5de7bf2507429a9f7464f69c0e401a Mon Sep 17 00:00:00 2001 From: dd84ai Date: Fri, 24 Nov 2023 03:43:07 +0100 Subject: [PATCH] fix: timeout to higher one --- Taskfile.yml | 2 +- infra/tf/production/main.tf | 2 +- infra/tf/staging/main.tf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Taskfile.yml b/Taskfile.yml index 3d4feb7..1e6a36a 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -1,7 +1,7 @@ version: "3" env: - tag_version: v1.3.0 + tag_version: v1.3.1 tasks: build-version: diff --git a/infra/tf/production/main.tf b/infra/tf/production/main.tf index eae1731..056e279 100644 --- a/infra/tf/production/main.tf +++ b/infra/tf/production/main.tf @@ -27,5 +27,5 @@ module "darkbot" { configurator_dbname = "production" consoler_prefix = "." secrets = local.secrets - tag_version = "v1.3.0" + tag_version = "v1.3.1" } \ No newline at end of file diff --git a/infra/tf/staging/main.tf b/infra/tf/staging/main.tf index 85abea8..4f6639c 100644 --- a/infra/tf/staging/main.tf +++ b/infra/tf/staging/main.tf @@ -27,7 +27,7 @@ module "darkbot" { configurator_dbname = "staging" consoler_prefix = "," secrets = local.secrets - tag_version = "v1.3.0" + tag_version = "v1.3.1" debug = false }