aboutsummaryrefslogtreecommitdiff
path: root/cluster
diff options
context:
space:
mode:
authorArmaël Guéneau <armael.gueneau@ens-lyon.org>2024-12-01 16:32:01 +0100
committerArmaël Guéneau <armael.gueneau@ens-lyon.org>2024-12-01 16:32:01 +0100
commit344b586ad07906a610d02da7c3277c78c0b9194d (patch)
tree7ba1011b10bf9c89e658266acd8ef72ab6ae54a5 /cluster
parent90f56a45a763fc26a25b0f9a5346e798dceaaa18 (diff)
downloadnixcfg-344b586ad07906a610d02da7c3277c78c0b9194d.tar.gz
nixcfg-344b586ad07906a610d02da7c3277c78c0b9194d.zip
{prod,staging}: upgrade tricot (use PR #17)HEADmain
Diffstat (limited to 'cluster')
-rw-r--r--cluster/prod/app/core/deploy/tricot.hcl2
-rw-r--r--cluster/staging/app/core/deploy/tricot.hcl2
2 files changed, 2 insertions, 2 deletions
diff --git a/cluster/prod/app/core/deploy/tricot.hcl b/cluster/prod/app/core/deploy/tricot.hcl
index 2131b11..f54657f 100644
--- a/cluster/prod/app/core/deploy/tricot.hcl
+++ b/cluster/prod/app/core/deploy/tricot.hcl
@@ -28,7 +28,7 @@ job "core-tricot" {
driver = "docker"
config {
- image = "armael/tricot:n6dk1b5xrdww12zf12jbcmihqs6g1brz"
+ image = "armael/tricot:40g7jpp915jkfszlczfh1yw2x6syjkxs-redir-headers"
network_mode = "host"
readonly_rootfs = true
ports = [ "http_port", "https_port" ]
diff --git a/cluster/staging/app/core/deploy/tricot.hcl b/cluster/staging/app/core/deploy/tricot.hcl
index 82a4f87..7436c70 100644
--- a/cluster/staging/app/core/deploy/tricot.hcl
+++ b/cluster/staging/app/core/deploy/tricot.hcl
@@ -24,7 +24,7 @@ job "core-tricot" {
driver = "docker"
config {
- image = "armael/tricot:n6dk1b5xrdww12zf12jbcmihqs6g1brz"
+ image = "armael/tricot:40g7jpp915jkfszlczfh1yw2x6syjkxs-redir-headers"
network_mode = "host"
readonly_rootfs = true
ports = [ "http_port", "https_port" ]