From 81a7098c2158c1a223cb7ec23522dfef73cbb965 Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Fri, 20 Feb 2026 07:24:25 -0500 Subject: [PATCH] chore: rename Helm chart from antigravity to cpfarhood Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude Co-Authored-By: Happy --- .github/workflows/helm-release.yaml | 2 +- chart/Chart.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/helm-release.yaml b/.github/workflows/helm-release.yaml index 70aef7d..b18a01e 100644 --- a/.github/workflows/helm-release.yaml +++ b/.github/workflows/helm-release.yaml @@ -34,4 +34,4 @@ jobs: - name: Push chart to GHCR run: | CHART_VERSION=$(helm show chart chart/ | grep '^version:' | awk '{print $2}') - helm push antigravity-${CHART_VERSION}.tgz oci://ghcr.io/cpfarhood/charts + helm push cpfarhood-${CHART_VERSION}.tgz oci://ghcr.io/cpfarhood/charts diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 29c6588..3bdd7d1 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -name: antigravity +name: cpfarhood description: Antigravity Dev Container with Happy Coder AI assistant type: application version: 0.1.0