Skip to content

Commit

Permalink
bump to release version mar-18
Browse files Browse the repository at this point in the history
  • Loading branch information
DaMandal0rian committed Mar 19, 2024
1 parent 55b991c commit 20591f5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions aws/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 = "subspace"
docker-tag = "gemini-3h-2024-mar-14"
docker-tag = "gemini-3h-2024-mar-18"
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 = "subspace"
docker-tag = "gemini-3h-2024-mar-14"
docker-tag = "gemini-3h-2024-mar-18"
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["full"]
docker-org = "subspace"
docker-tag = "gemini-3h-2024-mar-14"
docker-tag = "gemini-3h-2024-mar-18"
reserved-only = false
prune = false
node-dsn-port = 30433
Expand All @@ -56,7 +56,7 @@ module "gemini-3h" {
regions = var.aws_region
instance-count = var.instance_count["rpc"]
docker-org = "subspace"
docker-tag = "gemini-3h-2024-mar-14"
docker-tag = "gemini-3h-2024-mar-18"
domain-prefix = "rpc"
reserved-only = false
prune = false
Expand All @@ -71,7 +71,7 @@ module "gemini-3h" {
regions = var.aws_region
instance-count = var.instance_count["domain"]
docker-org = "subspace"
docker-tag = "gemini-3h-2024-mar-14"
docker-tag = "gemini-3h-2024-mar-18"
domain-prefix = "nova"
reserved-only = false
prune = false
Expand All @@ -89,7 +89,7 @@ module "gemini-3h" {
regions = var.aws_region
instance-count = var.instance_count["farmer"]
docker-org = "subspace"
docker-tag = "gemini-3h-2024-mar-14"
docker-tag = "gemini-3h-2024-mar-18"
reserved-only = false
prune = false
plot-size = "100G"
Expand Down

0 comments on commit 20591f5

Please sign in to comment.