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