aboutsummaryrefslogtreecommitdiff
path: root/cluster
diff options
context:
space:
mode:
authorBaptiste Jonglez <git@bitsofnetworks.org>2024-06-08 16:34:16 +0200
committerBaptiste Jonglez <git@bitsofnetworks.org>2024-06-08 16:34:16 +0200
commitd4fb14347d13a4a5fe92c18b26172ba58bb7e865 (patch)
treeceeedbc25b41800bbed1c221a4a43c8f6f2072a1 /cluster
parent67794c53a389a53aec3fe3146d86639637a34a6e (diff)
downloadnixcfg-d4fb14347d13a4a5fe92c18b26172ba58bb7e865.tar.gz
nixcfg-d4fb14347d13a4a5fe92c18b26172ba58bb7e865.zip
staging: Upgrade tricot for on-demand TLS checks
Diffstat (limited to 'cluster')
-rw-r--r--cluster/staging/app/core/deploy/tricot.hcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/cluster/staging/app/core/deploy/tricot.hcl b/cluster/staging/app/core/deploy/tricot.hcl
index 576efa3..7227c6f 100644
--- a/cluster/staging/app/core/deploy/tricot.hcl
+++ b/cluster/staging/app/core/deploy/tricot.hcl
@@ -25,7 +25,7 @@ job "core-tricot" {
config {
packages = [
- "git+https://git.deuxfleurs.fr/Deuxfleurs/tricot.git?ref=redirect&rev=b76b6dcbcc47ebc61848389a6b0d5d4e8d8cde48"
+ "git+https://git.deuxfleurs.fr/Deuxfleurs/tricot.git?ref=main&rev=9bb505d977cb8bafd8039159241788ff25510d69"
]
command = "tricot"
# cap_add = [ "net_bind_service" ] # this doesn't work for whatever reason, so we need to put user = "root" instead