From 7788352995aa70f26daf3a5571b768cdb2dc82c4 Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Fri, 20 Feb 2026 07:25:07 -0500 Subject: [PATCH] chore: rename Helm chart from antigravity to devcontainer 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 b18a01e..697593c 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 cpfarhood-${CHART_VERSION}.tgz oci://ghcr.io/cpfarhood/charts + helm push devcontainer-${CHART_VERSION}.tgz oci://ghcr.io/cpfarhood/charts diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 3bdd7d1..3e93696 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -name: cpfarhood +name: devcontainer description: Antigravity Dev Container with Happy Coder AI assistant type: application version: 0.1.0