From 525f04515efbe8bb4c6d99c035b9e883c5544091 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Wed, 4 Oct 2023 10:44:17 +0200 Subject: [PATCH] staging: deploy garage v0.9.0-rc1 --- cluster/staging/app/garage/deploy/garage.hcl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cluster/staging/app/garage/deploy/garage.hcl b/cluster/staging/app/garage/deploy/garage.hcl index 15bce23..82dce14 100644 --- a/cluster/staging/app/garage/deploy/garage.hcl +++ b/cluster/staging/app/garage/deploy/garage.hcl @@ -26,7 +26,8 @@ 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=143a349f55b0c652d407019c5850313b0c95ccbd", + # garage v0.9.0-rc1 + "git+https://git.deuxfleurs.fr/Deuxfleurs/garage.git?ref=next&rev=2e656b541b1dd1492798e1ed764fa40868da4d6a", ] command = "garage" args = [ "server" ]