From cce5cd17f5429295eb2165480ca941dd3f49b788 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Thu, 27 Jan 2022 14:51:09 +0100 Subject: [PATCH] Remove spoutnik for now, and update garage to 0.6.0-rc1 --- app/frontend/deploy/frontend-tricot.hcl | 2 +- app/garage-staging/deploy/garage.hcl | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app/frontend/deploy/frontend-tricot.hcl b/app/frontend/deploy/frontend-tricot.hcl index 6b7b84b..07ada75 100644 --- a/app/frontend/deploy/frontend-tricot.hcl +++ b/app/frontend/deploy/frontend-tricot.hcl @@ -13,7 +13,7 @@ job "frontend" { driver = "docker" config { - image = "lxpz/amd64_tricot:33" + image = "lxpz/amd64_tricot:34" network_mode = "host" readonly_rootfs = true ports = [ "http_port", "https_port" ] diff --git a/app/garage-staging/deploy/garage.hcl b/app/garage-staging/deploy/garage.hcl index 21faffb..3412a4a 100644 --- a/app/garage-staging/deploy/garage.hcl +++ b/app/garage-staging/deploy/garage.hcl @@ -1,6 +1,7 @@ job "garage-staging" { type = "system" - datacenters = [ "neptune", "pluton" ] + #datacenters = [ "neptune", "pluton" ] + datacenters = [ "neptune" ] priority = 80 @@ -26,7 +27,7 @@ job "garage-staging" { driver = "docker" config { - image = "dxflrs/amd64_garage:v0.5-beta1" + image = "dxflrs/amd64_garage:v0.6.0-rc1" command = "/garage" args = [ "server" ] network_mode = "host"