about summary refs log tree commit diff
path: root/ops
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2021-09-10T10·49+0300
committertazjin <mail@tazj.in>2021-09-11T14·08+0000
commit4d0eb5037a728d67ce5226ea58cf5cdf6c4121b4 (patch)
tree7c34a4a082d836e2acf0ea7103e95cccc950cc85 /ops
parent90971e07a128e7b06147071456b5942f27ab22d7 (diff)
feat(sourcegraph): Upgrade 3.29.1 -> 3.30.4 r/2845
See b/144

Change-Id: Ied9490f3ce6fb3fda8cbb9983416b02ea451fb44
Reviewed-on: https://cl.tvl.fyi/c/depot/+/3524
Tested-by: BuildkiteCI
Reviewed-by: lukegb <lukegb@tvl.fyi>
Diffstat (limited to 'ops')
-rw-r--r--ops/modules/sourcegraph.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ops/modules/sourcegraph.nix b/ops/modules/sourcegraph.nix
index 05b971f08f..2a376aab67 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.29.1";
+      image = "sourcegraph/server:3.30.4";
 
       ports = [
         "127.0.0.1:${toString cfg.port}:7080"