diff options
author | Alex Auvolat <alex@adnab.me> | 2023-10-02 16:59:01 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-10-02 16:59:01 +0200 |
commit | c4f3dece14b548d9459119f117ffa3a2f0145f63 (patch) | |
tree | 67ebf1b7d85987bb519a987d97c879623e6de2f2 /cluster | |
parent | 4e20eb43b3381d2e93422b709714fac212591bcf (diff) | |
download | nixcfg-c4f3dece14b548d9459119f117ffa3a2f0145f63.tar.gz nixcfg-c4f3dece14b548d9459119f117ffa3a2f0145f63.zip |
update tricot
Diffstat (limited to 'cluster')
-rw-r--r-- | cluster/prod/app/core/deploy/tricot.hcl | 2 | ||||
-rw-r--r-- | cluster/staging/app/core/deploy/tricot.hcl | 2 |
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 24f4d01..fffe14d 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 = "lxpz/amd64_tricot:50" + image = "lxpz/amd64_tricot:51" 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 a9cd7bf..e351a29 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=main&rev=30ce3a97c976048daa659409ec36798ddc07b194" + "git+https://git.deuxfleurs.fr/Deuxfleurs/tricot.git?ref=main&rev=e943fd37720f9cd0f5f2eb2e64fcdcd27d5c6a22" ] command = "tricot" # cap_add = [ "net_bind_service" ] # this doesn't work for whatever reason, so we need to put user = "root" instead |