feat: Updated helm chart image (#656)

<!-- .github/pull_request_template.md -->

## 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


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **Chores**
- Updated the Docker image reference for the cognee application service
to use the new, more official source for deployments.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
hajdul88 2025-03-19 18:49:30 +01:00 committed by GitHub
parent 8dd575e004
commit 4bd17bd82c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
# Configuration for the 'cognee' application service
cognee:
# Image name (using the local image well build in Minikube)
image: "hajdul1988/cognee-backend:latest"
image: "cognee/cognee:main"
port: 8000
env:
HOST: "0.0.0.0"