From 2de291e9b7059ad7d3c06b7ef930f9e470d65c70 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Sun, 26 Mar 2023 10:13:51 +0200 Subject: [PATCH] upgrade bottin + remove bespin --- cluster/prod/app/core/deploy/core-system.hcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/prod/app/core/deploy/core-system.hcl b/cluster/prod/app/core/deploy/core-system.hcl index 03886b4..6ece3d6 100644 --- a/cluster/prod/app/core/deploy/core-system.hcl +++ b/cluster/prod/app/core/deploy/core-system.hcl @@ -1,5 +1,5 @@ job "core" { - datacenters = ["orion", "neptune", "bespin", "scorpio"] + datacenters = ["orion", "neptune", "scorpio"] type = "system" priority = 90 @@ -181,7 +181,7 @@ EOH task "bottin" { driver = "docker" config { - image = "superboum/bottin_amd64:22" + image = "dxflrs/bottin:7h18i30cckckaahv87d3c86pn4a7q41z" network_mode = "host" readonly_rootfs = true ports = [ "ldap_port" ]