From ff0cd059943af303c85c286039498764d1acf304 Mon Sep 17 00:00:00 2001 From: Corey Leath Date: Mon, 24 Aug 2026 14:54:22 -0400 Subject: [PATCH 1/2] docs: update stale repository URL --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index af47a26..fa0c4d6 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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: From d9f1c3f3f591c91078d36a5c3d58c9ab6090365a Mon Sep 17 00:00:00 2001 From: Corey Leath Date: Mon, 24 Aug 2026 14:54:28 -0400 Subject: [PATCH 2/2] chore: point Helm defaults at current GHCR image --- infra/helm/agentic-ai-assistant/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/helm/agentic-ai-assistant/values.yaml b/infra/helm/agentic-ai-assistant/values.yaml index f9e0515..d449db7 100644 --- a/infra/helm/agentic-ai-assistant/values.yaml +++ b/infra/helm/agentic-ai-assistant/values.yaml @@ -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