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 <lukegb@tvl.fyi>
This commit is contained in:
Vincent Ambo 2021-09-10 13:51:05 +03:00 committed by tazjin
parent 4d0eb5037a
commit f5f0b80843

View file

@ -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"