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:
parent
8dd575e004
commit
4bd17bd82c
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue