diff --git a/cluster/prod/app/garage/deploy/garage.hcl b/cluster/prod/app/garage/deploy/garage.hcl index 99cd7c9..6e33346 100644 --- a/cluster/prod/app/garage/deploy/garage.hcl +++ b/cluster/prod/app/garage/deploy/garage.hcl @@ -27,7 +27,7 @@ job "garage" { driver = "docker" config { advertise_ipv6_address = true - image = "dxflrs/garage:v0.8.1" + image = "dxflrs/garage:v0.8.2" command = "/garage" args = [ "server" ] network_mode = "host" @@ -64,6 +64,7 @@ job "garage" { resources { memory = 1000 + memory_max = 3000 cpu = 1000 }