calico 3.14 -> 1.15

Change-Id: I9eceaf26017e483235b97c8d08717d2750fabe25
Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/995
Reviewed-by: q3k <q3k@hackerspace.pl>
diff --git a/WORKSPACE b/WORKSPACE
index 19e9304..2586f19 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -327,3 +327,12 @@
     strip_prefix = "noVNC-1.3.0-beta",
     urls = ["https://github.com/novnc/noVNC/archive/refs/tags/v1.3.0-beta.tar.gz"],
 )
+
+# temporarily use upstream binary, see //cluster/tools/BUILD
+http_file(
+    name = "calicoctl_3_15",
+    downloaded_file_path = "calicoctl",
+    urls = ["https://github.com/projectcalico/calicoctl/releases/download/v3.15.5/calicoctl"],
+    sha256 = "f49e9e8d25108f7f22d5a51c756b2fe40cbe36347ad297e31a767376172f2845",
+    executable = True,
+)