From fcc39795f0694dc4fad67f6fcdf07be718d51e45 Mon Sep 17 00:00:00 2001 From: Aditya <60684641+0x0elliot@users.noreply.github.com> Date: Fri, 28 Nov 2025 05:44:18 +0530 Subject: [PATCH] chore: adding cytoscape-cose-bilkent to package.json --- frontend/package.json | 1 + functions/kubernetes/README.md | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index c865c12a..b4c25139 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -28,6 +28,7 @@ "cytoscape": "^3.29.2", "cytoscape-bubblesets": "^4.1.0", "cytoscape-clipboard": "^2.2.1", + "cytoscape-cose-bilkent": "^4.1.0", "cytoscape-cxtmenu": "^3.4.0", "cytoscape-edgehandles": "^3.5.1", "cytoscape-grid-guide": "~2.3.3", diff --git a/functions/kubernetes/README.md b/functions/kubernetes/README.md index 7864eb38..2696df10 100644 --- a/functions/kubernetes/README.md +++ b/functions/kubernetes/README.md @@ -15,7 +15,6 @@ Here is the default architecture it follows, with the "Frontend" being the expos We don't support minikube yet. Please use GKE or another cloud based k8s engine to test out Shuffle. ## GKE testing - For testing on GKE, you can use the following command: ```bash @@ -39,6 +38,6 @@ helm install shuffle oci://ghcr.io/shuffle/charts/shuffle \ --namespace shuffle \ --create-namespace -# 3. Verify +# verify kubectl get pods -n shuffle ```