diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2024-05-17 20:29:05 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2024-05-17 20:29:05 +0200 |
commit | e746768de1d2ba5e9ccc244a1ee41ccb041a5282 (patch) | |
tree | a3c8ad6511aac81f1bba2f78ece96680919ea84e | |
parent | f55891ba211abcc6088276d52b674e4ad673291e (diff) | |
download | nixcfg-e746768de1d2ba5e9ccc244a1ee41ccb041a5282.tar.gz nixcfg-e746768de1d2ba5e9ccc244a1ee41ccb041a5282.zip |
hotfix garage
-rw-r--r-- | cluster/prod/app/garage/deploy/garage.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cluster/prod/app/garage/deploy/garage.hcl b/cluster/prod/app/garage/deploy/garage.hcl index 58ebaf5..b6ea7f6 100644 --- a/cluster/prod/app/garage/deploy/garage.hcl +++ b/cluster/prod/app/garage/deploy/garage.hcl @@ -26,7 +26,7 @@ job "garage" { task "server" { driver = "docker" config { - image = "dxflrs/garage:v1.0.0-rc1" + image = "superboum/garage:v1.0.0-rc1-hotfix-red-ftr-wquorum" command = "/garage" args = [ "server" ] network_mode = "host" |