aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2023-10-04 10:44:17 +0200
committerAlex Auvolat <alex@adnab.me>2023-10-04 10:44:17 +0200
commit525f04515efbe8bb4c6d99c035b9e883c5544091 (patch)
treead67bca1fa5bbbb4bfb701673530563a085f650c
parent2e3725e8a25abaac216289926fbfe59c30be058a (diff)
downloadnixcfg-525f04515efbe8bb4c6d99c035b9e883c5544091.tar.gz
nixcfg-525f04515efbe8bb4c6d99c035b9e883c5544091.zip
staging: deploy garage v0.9.0-rc1
-rw-r--r--cluster/staging/app/garage/deploy/garage.hcl3
1 files changed, 2 insertions, 1 deletions
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" ]