aboutsummaryrefslogtreecommitdiff
path: root/cluster
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2024-03-28 17:17:21 +0100
committerAlex Auvolat <alex@adnab.me>2024-03-28 17:17:21 +0100
commit1a1ad0a8ad443b7cde277e9e5a0a5b554e83fc69 (patch)
tree8561160d05a799c55cc0578d95fdadbb3296bbd8 /cluster
parent5b89004c0f7884e4c8bbb59d2743c92baef8c723 (diff)
downloadnixcfg-1a1ad0a8ad443b7cde277e9e5a0a5b554e83fc69.tar.gz
nixcfg-1a1ad0a8ad443b7cde277e9e5a0a5b554e83fc69.zip
staging: garage v1.0 rc1
Diffstat (limited to 'cluster')
-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 61ddce3..67655e4 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.10 beta as of 2024-03-27
- "git+https://git.deuxfleurs.fr/Deuxfleurs/garage.git?ref=next-0.10&rev=25c196f34d958f4f61d50c89a1c5d40b96d7cd24"
+ # garage v1.0.0-rc1 as of 2024-03-28
+ "git+https://git.deuxfleurs.fr/Deuxfleurs/garage.git?ref=next-0.10&rev=afad62939e071621666ca7255f7164f92c4475bb"
]
command = "garage"
args = [ "server" ]