diff options
author | Alex Auvolat <alex@adnab.me> | 2023-01-26 17:52:27 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-01-26 17:52:27 +0100 |
commit | 2d55b1dfcc9b6b26264ff21e954246c2649a2840 (patch) | |
tree | 4b82203a0185a295c6eb95d328876cb6133176a7 | |
parent | 8e76707c44def66d981c93a8b68a090cad50ac6c (diff) | |
download | nixcfg-2d55b1dfcc9b6b26264ff21e954246c2649a2840.tar.gz nixcfg-2d55b1dfcc9b6b26264ff21e954246c2649a2840.zip |
updated garage and d53 on staging
-rw-r--r-- | cluster/staging/app/core/deploy/core-service.hcl | 2 | ||||
-rw-r--r-- | cluster/staging/app/garage/deploy/garage.hcl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cluster/staging/app/core/deploy/core-service.hcl b/cluster/staging/app/core/deploy/core-service.hcl index 47d63de..6799e01 100644 --- a/cluster/staging/app/core/deploy/core-service.hcl +++ b/cluster/staging/app/core/deploy/core-service.hcl @@ -11,7 +11,7 @@ job "core-service" { config { packages = [ - "git+https://git.deuxfleurs.fr/lx/D53.git?ref=main&rev=f7682170805b7953d23745b0414b0f7b6a133225" + "git+https://git.deuxfleurs.fr/lx/D53.git?ref=main&rev=86c255dfeabc60b0ef46ff78bc487c61c9548c79" ] command = "d53" } diff --git a/cluster/staging/app/garage/deploy/garage.hcl b/cluster/staging/app/garage/deploy/garage.hcl index f9b8a66..df9d129 100644 --- a/cluster/staging/app/garage/deploy/garage.hcl +++ b/cluster/staging/app/garage/deploy/garage.hcl @@ -25,7 +25,7 @@ job "garage-staging" { config { packages = [ "#bash", # so that we can enter a shell inside container - "git+https://git.deuxfleurs.fr/Deuxfleurs/garage.git?ref=main&rev=02e8eb167efa1f08d69fe7f8e6192cde726c45aa", + "git+https://git.deuxfleurs.fr/Deuxfleurs/garage.git?ref=main&rev=246f7468cd18c8ef4f3c0c4c209853cd2500cc76", ] command = "garage" args = [ "server" ] |