Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion infra/helm/agentic-ai-assistant/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
replicaCount: 1

image:
repository: trojan3877/agentic-ai-assistant # change to your Docker Hub repo
repository: ghcr.io/coreyleath-code/helixagent
tag: "latest"
pullPolicy: IfNotPresent

Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
site_name: HelixAgent Docs
site_description: Modular AI agent framework – Documentation
site_author: Corey Leath
repo_url: https://github.com/Trojan3877/HelixAgent
repo_url: https://github.com/CoreyLeath-code/HelixAgent
theme:
name: material
palette:
Expand Down