aboutsummaryrefslogtreecommitdiff
path: root/cluster
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2023-01-26 17:52:27 +0100
committerAlex Auvolat <alex@adnab.me>2023-01-26 17:52:27 +0100
commit2d55b1dfcc9b6b26264ff21e954246c2649a2840 (patch)
tree4b82203a0185a295c6eb95d328876cb6133176a7 /cluster
parent8e76707c44def66d981c93a8b68a090cad50ac6c (diff)
downloadnixcfg-2d55b1dfcc9b6b26264ff21e954246c2649a2840.tar.gz
nixcfg-2d55b1dfcc9b6b26264ff21e954246c2649a2840.zip
updated garage and d53 on staging
Diffstat (limited to 'cluster')
-rw-r--r--cluster/staging/app/core/deploy/core-service.hcl2
-rw-r--r--cluster/staging/app/garage/deploy/garage.hcl2
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" ]