add helm ci
All checks were successful
Build and Publish / helm-release (push) Successful in 37s
Build and Publish / release (push) Successful in 3m7s

This commit is contained in:
Ryan McGuire 2025-03-08 17:29:40 -05:00
parent be2895695f
commit 7e53afe035

View File

@ -89,13 +89,13 @@ jobs:
helm-release:
runs-on: ubuntu-latest
env:
BINARY_NAME: helm
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Install Helm
env:
BINARY_NAME: helm
run: |
curl -fsSL https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
@ -104,6 +104,8 @@ jobs:
helm package --app-version ${VERSION#v} ${CHART_DIR}
- name: Publish Chart
env:
API_TOKEN: ${{ secrets.API_TOKEN }}
run: |
curl -X POST \
-H "Authorization: token ${API_TOKEN}" \