From a747b46f196c1faee6affc9c53c7d0371148c8fe Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 22 Mar 2021 22:32:50 +0200 Subject: chore(ops/nixos): Update Sourcegraph to 3.26.0 Reading through the changelogs, this includes the following two changes that may require us to do something: * For users of single-image Sourcegraph instance, please delete the secret key file /var/lib/sourcegraph/token inside the container before attempting to upgrade to 3.21.x. * A campaigns.restrictToAdmins site configuration option has been added to prevent non site-admin users from using campaigns. Change-Id: Ieacf85a9059ad5222800f8d7d4a43435f489a39f Reviewed-on: https://cl.tvl.fyi/c/depot/+/2638 Tested-by: BuildkiteCI Reviewed-by: tazjin --- ops/nixos/sourcegraph.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ops/nixos') diff --git a/ops/nixos/sourcegraph.nix b/ops/nixos/sourcegraph.nix index 43dc275ee148..f9b2b5e19d33 100644 --- a/ops/nixos/sourcegraph.nix +++ b/ops/nixos/sourcegraph.nix @@ -35,7 +35,7 @@ in { }; virtualisation.oci-containers.containers.sourcegraph = { - image = "sourcegraph/server:3.18.0"; + image = "sourcegraph/server:3.26.0"; ports = [ "127.0.0.1:${toString cfg.port}:7080" -- cgit 1.4.1