aboutsummaryrefslogtreecommitdiff
path: root/cluster
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2024-01-16 16:10:29 +0100
committerAlex Auvolat <alex@adnab.me>2024-01-16 16:10:29 +0100
commit102152a14e9f12600853085b4863e23de248262f (patch)
treebf67f46335f1a87d807c7358a6ca3f2c56c126b0 /cluster
parent3b34e3c2f52184bd89027509235b9440210c8494 (diff)
downloadnixcfg-102152a14e9f12600853085b4863e23de248262f.tar.gz
nixcfg-102152a14e9f12600853085b4863e23de248262f.zip
staging: garage v0.9.1-pre (not yet released nor tagged), diplonat with STUN flapping fix
Diffstat (limited to 'cluster')
-rw-r--r--cluster/staging/app/core/deploy/diplonat.hcl2
-rw-r--r--cluster/staging/app/garage/deploy/garage.hcl4
2 files changed, 3 insertions, 3 deletions
diff --git a/cluster/staging/app/core/deploy/diplonat.hcl b/cluster/staging/app/core/deploy/diplonat.hcl
index d8f13b2..16bc27b 100644
--- a/cluster/staging/app/core/deploy/diplonat.hcl
+++ b/cluster/staging/app/core/deploy/diplonat.hcl
@@ -22,7 +22,7 @@ job "core-diplonat" {
"#iptables",
"#bash",
"#coreutils",
- "git+https://git.deuxfleurs.fr/Deuxfleurs/diplonat.git?ref=main&rev=05872634a42bf0aef3ab0a2760e2be4590bc8b73"
+ "git+https://git.deuxfleurs.fr/Deuxfleurs/diplonat.git?ref=main&rev=843104dad73bfdebb674d3c3ec82af225c20c493"
]
command = "diplonat"
}
diff --git a/cluster/staging/app/garage/deploy/garage.hcl b/cluster/staging/app/garage/deploy/garage.hcl
index e5b1dc6..5ba1b4a 100644
--- a/cluster/staging/app/garage/deploy/garage.hcl
+++ b/cluster/staging/app/garage/deploy/garage.hcl
@@ -26,8 +26,8 @@ job "garage-staging" {
packages = [
"#bash", # so that we can enter a shell inside container
"#coreutils",
- # garage v0.9.0
- "git+https://git.deuxfleurs.fr/Deuxfleurs/garage.git?ref=main&rev=952c9570c494468643353ee1ae9052b510353665",
+ # garage v0.9.1-rc
+ "git+https://git.deuxfleurs.fr/Deuxfleurs/garage.git?ref=main&rev=9cfeea389a1274d4d3c1f4b7072b0c056af410ef",
]
command = "garage"
args = [ "server" ]