aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2024-02-19 12:46:22 +0100
committerAlex Auvolat <alex@adnab.me>2024-02-19 12:46:22 +0100
commit74668a31b225235be5042824f69a3796bfae9db9 (patch)
tree2d696d9ab9454b6d08a4292375a4dcdbeabf260f
parentf724e81239b119da298913728f3948ce1f2c4325 (diff)
downloadnixcfg-74668a31b225235be5042824f69a3796bfae9db9.tar.gz
nixcfg-74668a31b225235be5042824f69a3796bfae9db9.zip
staging: update garage to test release
-rw-r--r--cluster/staging/app/garage/deploy/garage.hcl3
1 files changed, 1 insertions, 2 deletions
diff --git a/cluster/staging/app/garage/deploy/garage.hcl b/cluster/staging/app/garage/deploy/garage.hcl
index 5ba1b4a..f46d1a2 100644
--- a/cluster/staging/app/garage/deploy/garage.hcl
+++ b/cluster/staging/app/garage/deploy/garage.hcl
@@ -26,8 +26,7 @@ job "garage-staging" {
packages = [
"#bash", # so that we can enter a shell inside container
"#coreutils",
- # garage v0.9.1-rc
- "git+https://git.deuxfleurs.fr/Deuxfleurs/garage.git?ref=main&rev=9cfeea389a1274d4d3c1f4b7072b0c056af410ef",
+ "git+https://git.deuxfleurs.fr/Deuxfleurs/garage.git?ref=main&rev=eab54b37981073651712a15334b60b2c409f2576",
]
command = "garage"
args = [ "server" ]