diff options
author | Alex Auvolat <alex@adnab.me> | 2023-06-02 16:37:13 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-06-02 16:37:13 +0200 |
commit | 1a11ff42029e0a6cb5f5b9c34043af9d6d52e5ab (patch) | |
tree | bf1439ff667599188831bd178635d1481dfb5d89 /cluster/staging/app | |
parent | 14b59ba4b019799dc15d7a92faa8e89f1d7bf6f3 (diff) | |
download | nixcfg-1a11ff42029e0a6cb5f5b9c34043af9d6d52e5ab.tar.gz nixcfg-1a11ff42029e0a6cb5f5b9c34043af9d6d52e5ab.zip |
staging: updated garage with new consul registration
Diffstat (limited to 'cluster/staging/app')
-rw-r--r-- | cluster/staging/app/garage/deploy/garage.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cluster/staging/app/garage/deploy/garage.hcl b/cluster/staging/app/garage/deploy/garage.hcl index b7291cd..a75960f 100644 --- a/cluster/staging/app/garage/deploy/garage.hcl +++ b/cluster/staging/app/garage/deploy/garage.hcl @@ -26,7 +26,7 @@ job "garage-staging" { packages = [ "#bash", # so that we can enter a shell inside container "#coreutils", - "git+https://git.deuxfleurs.fr/Deuxfleurs/garage.git?ref=main&rev=03efc191c1697140d24c431e88bd4964c77823e5", + "git+https://git.deuxfleurs.fr/Deuxfleurs/garage.git?ref=main&rev=32ad4538eec9e844edab7e04e03dee9d594ec8fb", ] command = "garage" args = [ "server" ] |