aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-11-29 22:59:55 +0100
committerAlex Auvolat <alex@adnab.me>2022-11-29 22:59:55 +0100
commit6db4ec531179504d5f8b32f3865489558e77f6ce (patch)
treee6b1fe50bf73af06abef4e39e42682c4cfaed60c
parent1ac979080677f28a432e5a730ded0b7834e59879 (diff)
downloadnixcfg-6db4ec531179504d5f8b32f3865489558e77f6ce.tar.gz
nixcfg-6db4ec531179504d5f8b32f3865489558e77f6ce.zip
staging: update garage
-rw-r--r--cluster/staging/app/garage/deploy/garage-nix2.hcl6
1 files changed, 3 insertions, 3 deletions
diff --git a/cluster/staging/app/garage/deploy/garage-nix2.hcl b/cluster/staging/app/garage/deploy/garage-nix2.hcl
index 5baf797..a137881 100644
--- a/cluster/staging/app/garage/deploy/garage-nix2.hcl
+++ b/cluster/staging/app/garage/deploy/garage-nix2.hcl
@@ -24,8 +24,8 @@ job "garage-staging" {
config {
packages = [
- "bash", # so that we can enter a shell inside container
- "git+https://git.deuxfleurs.fr/Deuxfleurs/garage.git?ref=nix-remove-system&rev=60c26fbc628d7b450ae39214b578ab6a30583d5c",
+ "#bash", # so that we can enter a shell inside container
+ "git+https://git.deuxfleurs.fr/Deuxfleurs/garage.git?ref=main&rev=19bdd1c7992f907c9bd518462054f56e28a2e45b",
]
command = "garage"
args = [ "server" ]
@@ -158,7 +158,7 @@ job "garage-staging" {
restart {
interval = "5m"
attempts = 10
- delay = "15s"
+ delay = "1m"
mode = "delay"
}
}