about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2021-03-22T20·32+0200
committertazjin <mail@tazj.in>2021-03-22T20·46+0000
commita747b46f196c1faee6affc9c53c7d0371148c8fe (patch)
treeeadd299cf943a95ce23062b5e81cae99a9ac015b
parent2f6f129b2263a79917374aed8772fb07d4504ea8 (diff)
chore(ops/nixos): Update Sourcegraph to 3.26.0 r/2318
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 <mail@tazj.in>
-rw-r--r--ops/nixos/sourcegraph.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ops/nixos/sourcegraph.nix b/ops/nixos/sourcegraph.nix
index 43dc275ee1..f9b2b5e19d 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"