From 3ef1a7273d70409539cc3b2942582e85055ee9ee Mon Sep 17 00:00:00 2001 From: Shreyansh Sancheti <43677304+shreyanshjain7174@users.noreply.github.com> Date: Mon, 17 Aug 2026 19:12:56 +0530 Subject: [PATCH 1/2] fix(chart): use lowercase GHCR path Signed-off-by: Shreyansh Sancheti <43677304+shreyanshjain7174@users.noreply.github.com> --- .github/workflows/publish-helm-chart.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-helm-chart.yml b/.github/workflows/publish-helm-chart.yml index cb3a3df..dbf9664 100644 --- a/.github/workflows/publish-helm-chart.yml +++ b/.github/workflows/publish-helm-chart.yml @@ -29,4 +29,4 @@ jobs: run: echo "$GITHUB_TOKEN" | helm registry login ghcr.io --username "${{ github.actor }}" --password-stdin - name: Push chart - run: helm push dist/*.tgz oci://ghcr.io/${{ github.repository_owner }}/agentic-operator-core \ No newline at end of file + run: helm push dist/*.tgz oci://ghcr.io/clawdlinux/agentic-operator-core \ No newline at end of file From a9e215921b153dae7055c6d284214748a2b08eab Mon Sep 17 00:00:00 2001 From: Shreyansh Sancheti <43677304+shreyanshjain7174@users.noreply.github.com> Date: Mon, 17 Aug 2026 19:39:34 +0530 Subject: [PATCH 2/2] docs(readme): add Artifact Hub badge Signed-off-by: Shreyansh Sancheti <43677304+shreyanshjain7174@users.noreply.github.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 704a2c3..0a2c5a3 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ Go Version CI Test Gates + Artifact Hub