aboutsummaryrefslogtreecommitdiff
path: root/cluster/staging/app/garage/deploy/garage.hcl
diff options
context:
space:
mode:
authorBaptiste Jonglez <git@bitsofnetworks.org>2023-10-22 21:27:55 +0200
committerBaptiste Jonglez <git@bitsofnetworks.org>2023-10-22 21:27:55 +0200
commitb1630cfa8e7e63b0384c93035f499e75d8acb779 (patch)
treea9016a1e60f67f7bd76873c75a1a5f6ac4ff4238 /cluster/staging/app/garage/deploy/garage.hcl
parentd396f35235098939e082075d09d4c6a2db38b632 (diff)
downloadnixcfg-b1630cfa8e7e63b0384c93035f499e75d8acb779.tar.gz
nixcfg-b1630cfa8e7e63b0384c93035f499e75d8acb779.zip
[staging] Update garage to v0.9.0
Diffstat (limited to 'cluster/staging/app/garage/deploy/garage.hcl')
-rw-r--r--cluster/staging/app/garage/deploy/garage.hcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/cluster/staging/app/garage/deploy/garage.hcl b/cluster/staging/app/garage/deploy/garage.hcl
index 4149a87..e5b1dc6 100644
--- a/cluster/staging/app/garage/deploy/garage.hcl
+++ b/cluster/staging/app/garage/deploy/garage.hcl
@@ -26,8 +26,8 @@ job "garage-staging" {
packages = [
"#bash", # so that we can enter a shell inside container
"#coreutils",
- # garage v0.9.0-rc1
- "git+https://git.deuxfleurs.fr/Deuxfleurs/garage.git?ref=next&rev=0c431b0c035f4de8ea9d1d9bd0b419bfc74ceabf",
+ # garage v0.9.0
+ "git+https://git.deuxfleurs.fr/Deuxfleurs/garage.git?ref=main&rev=952c9570c494468643353ee1ae9052b510353665",
]
command = "garage"
args = [ "server" ]