diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-07-08 14:37:44 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-07-08 14:38:00 +0200 |
commit | 919004ae795ee04d2009bd8010c7c1f21aef9f6e (patch) | |
tree | e51da22143193c7b35d57580bbf88495755949a8 | |
parent | 03658e8f7bd1fb5b91e43df8c134ceca07e2bbc9 (diff) | |
download | nixcfg-919004ae795ee04d2009bd8010c7c1f21aef9f6e.tar.gz nixcfg-919004ae795ee04d2009bd8010c7c1f21aef9f6e.zip |
albatros 0.9-rc3
-rw-r--r-- | cluster/staging/app/ci/deploy/albatros.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cluster/staging/app/ci/deploy/albatros.hcl b/cluster/staging/app/ci/deploy/albatros.hcl index 6e8d7b5..cfe5369 100644 --- a/cluster/staging/app/ci/deploy/albatros.hcl +++ b/cluster/staging/app/ci/deploy/albatros.hcl @@ -22,7 +22,7 @@ job "albatros" { task "controller" { driver = "docker" config { - image = "dxflrs/albatros:76c59221d171eb56a2ce2bfa630502ff78eeae74" + image = "dxflrs/albatros:0.9.0-rc.3" ports = [ "http" ] volumes = [ "secrets/certs:/var/run/secrets/albatros" |