diff options
author | Vincent Ambo <mail@tazj.in> | 2021-09-10T10·51+0300 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2021-09-11T14·11+0000 |
commit | f5f0b80843449b013a6c795ff08fc43a9714b57b (patch) | |
tree | 4ddd0fd5d881f77bc51d7b81a8d667c58406091e /ops/modules | |
parent | 4d0eb5037a728d67ce5226ea58cf5cdf6c4121b4 (diff) |
feat(sourcegraph): Upgrade 3.30.4 -> 3.31.2 r/2846
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>
Diffstat (limited to 'ops/modules')
-rw-r--r-- | ops/modules/sourcegraph.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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" |