From 4bd17bd82c45055fac8dda81deeb43f9b57bab02 Mon Sep 17 00:00:00 2001 From: hajdul88 <52442977+hajdul88@users.noreply.github.com> Date: Wed, 19 Mar 2025 18:49:30 +0100 Subject: [PATCH] feat: Updated helm chart image (#656) ## Description Updates helm chart image ## DCO Affirmation I affirm that all code in every commit of this pull request conforms to the terms of the Topoteretes Developer Certificate of Origin ## Summary by CodeRabbit - **Chores** - Updated the Docker image reference for the cognee application service to use the new, more official source for deployments. --- helm/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/values.yaml b/helm/values.yaml index fb2d3f7e3..278312373 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -1,7 +1,7 @@ # Configuration for the 'cognee' application service cognee: # Image name (using the local image we’ll build in Minikube) - image: "hajdul1988/cognee-backend:latest" + image: "cognee/cognee:main" port: 8000 env: HOST: "0.0.0.0"