diff options
author | Alex Auvolat <alex@adnab.me> | 2024-02-19 12:46:22 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2024-02-19 12:46:22 +0100 |
commit | 74668a31b225235be5042824f69a3796bfae9db9 (patch) | |
tree | 2d696d9ab9454b6d08a4292375a4dcdbeabf260f /cluster | |
parent | f724e81239b119da298913728f3948ce1f2c4325 (diff) | |
download | nixcfg-74668a31b225235be5042824f69a3796bfae9db9.tar.gz nixcfg-74668a31b225235be5042824f69a3796bfae9db9.zip |
staging: update garage to test release
Diffstat (limited to 'cluster')
-rw-r--r-- | cluster/staging/app/garage/deploy/garage.hcl | 3 |
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" ] |