From b5337d9e272058062c34a8696d0b3d9df50403c0 Mon Sep 17 00:00:00 2001 From: Luiz Aoqui Date: Wed, 24 Nov 2021 14:04:20 -0500 Subject: [PATCH] update the default autoscaler version --- cloud/aws/terraform/modules/aws-hashistack/variables.tf | 2 +- cloud/azure/terraform/modules/azure-hashistack/variables.tf | 2 +- cloud/demos/on-demand-batch/aws/jobs/autoscaler.nomad.tpl | 2 +- cloud/gcp/terraform/modules/gcp-hashistack/variables.tf | 2 +- vagrant/dynamic-app-sizing/jobs/das-autoscaler.nomad | 2 +- vagrant/horizontal-app-scaling/jobs/autoscaler.nomad | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cloud/aws/terraform/modules/aws-hashistack/variables.tf b/cloud/aws/terraform/modules/aws-hashistack/variables.tf index f5e525d..3ab9380 100644 --- a/cloud/aws/terraform/modules/aws-hashistack/variables.tf +++ b/cloud/aws/terraform/modules/aws-hashistack/variables.tf @@ -98,5 +98,5 @@ variable "allowlist_ip" { variable "nomad_autoscaler_image" { description = "The Docker image to use for the Nomad Autoscaler job." type = string - default = "hashicorp/nomad-autoscaler:0.3.3" + default = "hashicorp/nomad-autoscaler:0.3.4" } diff --git a/cloud/azure/terraform/modules/azure-hashistack/variables.tf b/cloud/azure/terraform/modules/azure-hashistack/variables.tf index 753211c..2e4f429 100644 --- a/cloud/azure/terraform/modules/azure-hashistack/variables.tf +++ b/cloud/azure/terraform/modules/azure-hashistack/variables.tf @@ -43,7 +43,7 @@ variable "consul_binary" { variable "nomad_autoscaler_image" { description = "The Docker image to use for the Nomad Autoscaler job." type = string - default = "hashicorp/nomad-autoscaler:0.3.3" + default = "hashicorp/nomad-autoscaler:0.3.4" } variable "hashistack_image_name" { diff --git a/cloud/demos/on-demand-batch/aws/jobs/autoscaler.nomad.tpl b/cloud/demos/on-demand-batch/aws/jobs/autoscaler.nomad.tpl index 5f88ab3..0a94dfd 100644 --- a/cloud/demos/on-demand-batch/aws/jobs/autoscaler.nomad.tpl +++ b/cloud/demos/on-demand-batch/aws/jobs/autoscaler.nomad.tpl @@ -11,7 +11,7 @@ job "autoscaler" { driver = "docker" config { - image = "hashicorp/nomad-autoscaler:0.3.3" + image = "hashicorp/nomad-autoscaler:0.3.4" command = "nomad-autoscaler" args = ["agent", "-config", "local/config.hcl"] ports = ["autoscaler"] diff --git a/cloud/gcp/terraform/modules/gcp-hashistack/variables.tf b/cloud/gcp/terraform/modules/gcp-hashistack/variables.tf index e6bc1f6..2b4ced2 100644 --- a/cloud/gcp/terraform/modules/gcp-hashistack/variables.tf +++ b/cloud/gcp/terraform/modules/gcp-hashistack/variables.tf @@ -83,7 +83,7 @@ variable "allowlist_ip" { variable "nomad_autoscaler_image" { description = "The Docker image to use for the Nomad Autoscaler job." type = string - default = "hashicorp/nomad-autoscaler:0.3.3" + default = "hashicorp/nomad-autoscaler:0.3.4" } variable "nomad_binary" { diff --git a/vagrant/dynamic-app-sizing/jobs/das-autoscaler.nomad b/vagrant/dynamic-app-sizing/jobs/das-autoscaler.nomad index 5fbdeda..89deb71 100644 --- a/vagrant/dynamic-app-sizing/jobs/das-autoscaler.nomad +++ b/vagrant/dynamic-app-sizing/jobs/das-autoscaler.nomad @@ -12,7 +12,7 @@ job "das-autoscaler" { driver = "docker" config { - image = "hashicorp/nomad-autoscaler-enterprise:0.3.3" + image = "hashicorp/nomad-autoscaler-enterprise:0.3.4" command = "nomad-autoscaler" ports = ["http"] diff --git a/vagrant/horizontal-app-scaling/jobs/autoscaler.nomad b/vagrant/horizontal-app-scaling/jobs/autoscaler.nomad index d87ecff..5bf48b4 100644 --- a/vagrant/horizontal-app-scaling/jobs/autoscaler.nomad +++ b/vagrant/horizontal-app-scaling/jobs/autoscaler.nomad @@ -15,7 +15,7 @@ job "autoscaler" { driver = "docker" config { - image = "hashicorp/nomad-autoscaler:0.3.3" + image = "hashicorp/nomad-autoscaler:0.3.4" command = "nomad-autoscaler" ports = ["http"]