Skip to content

Commit

Permalink
bump gemini-3h release (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaMandal0rian committed Sep 9, 2024
1 parent f7d3325 commit fc3e3a5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions resources/gemini-3h/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module "gemini-3h" {
regions = var.aws_region
instance-count = var.instance_count["bootstrap"]
docker-org = "autonomys"
docker-tag = "gemini-3h-2024-jul-29"
docker-tag = "gemini-3h-2024-sep-03"
reserved-only = false
prune = false
genesis-hash = "0c121c75f4ef450f40619e1fca9d1e8e7fbabc42c895bc4790801e85d5a91c34"
Expand All @@ -25,7 +25,7 @@ module "gemini-3h" {
regions = var.aws_region
instance-count = var.instance_count["evm_bootstrap"]
docker-org = "autonomys"
docker-tag = "gemini-3h-2024-jul-29"
docker-tag = "gemini-3h-2024-sep-03"
reserved-only = false
prune = false
genesis-hash = "0c121c75f4ef450f40619e1fca9d1e8e7fbabc42c895bc4790801e85d5a91c34"
Expand All @@ -42,7 +42,7 @@ module "gemini-3h" {
regions = var.aws_region
instance-count = var.instance_count["autoid_bootstrap"]
docker-org = "autonomys"
docker-tag = "gemini-3h-2024-jul-29"
docker-tag = "gemini-3h-2024-sep-03"
reserved-only = false
prune = false
genesis-hash = "0c121c75f4ef450f40619e1fca9d1e8e7fbabc42c895bc4790801e85d5a91c34"
Expand Down Expand Up @@ -92,7 +92,7 @@ module "gemini-3h" {
regions = var.aws_region
instance-count = var.instance_count["rpc"]
docker-org = "autonomys"
docker-tag = "gemini-3h-2024-jul-29"
docker-tag = "gemini-3h-2024-sep-03"
domain-prefix = "rpc"
reserved-only = false
prune = false
Expand All @@ -107,7 +107,7 @@ module "gemini-3h" {
regions = var.aws_region
instance-count = var.instance_count["domain"]
docker-org = "autonomys"
docker-tag = "gemini-3h-2024-jul-29"
docker-tag = "gemini-3h-2024-sep-03"
domain-prefix = "nova"
reserved-only = false
prune = false
Expand Down Expand Up @@ -143,7 +143,7 @@ module "gemini-3h" {
regions = var.aws_region
instance-count = var.instance_count["farmer"]
docker-org = "autonomys"
docker-tag = "gemini-3h-2024-jul-29"
docker-tag = "gemini-3h-2024-sep-03"
reserved-only = false
prune = false
plot-size = "100G"
Expand Down

0 comments on commit fc3e3a5

Please sign in to comment.