From f5f0b80843449b013a6c795ff08fc43a9714b57b Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 10 Sep 2021 13:51:05 +0300 Subject: feat(sourcegraph): Upgrade 3.30.4 -> 3.31.2 This one seems a little more involved: https://docs.sourcegraph.com/admin/migration/3_31 I believe we skip that corruption issue in the previous CL though, by simply never deploying a version with that weird broken image. See b/144 Change-Id: I3bbf1b719d00905e08a92011ace5485467f504ef Reviewed-on: https://cl.tvl.fyi/c/depot/+/3525 Tested-by: BuildkiteCI Reviewed-by: lukegb --- ops/modules/sourcegraph.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ops/modules/sourcegraph.nix b/ops/modules/sourcegraph.nix index 2a376aab671f..a72cd75d477d 100644 --- a/ops/modules/sourcegraph.nix +++ b/ops/modules/sourcegraph.nix @@ -34,7 +34,7 @@ in { }; virtualisation.oci-containers.containers.sourcegraph = { - image = "sourcegraph/server:3.30.4"; + image = "sourcegraph/server:3.31.2"; ports = [ "127.0.0.1:${toString cfg.port}:7080" -- cgit 1.4.1