add helm ci
All checks were successful
Build and Publish / helm-release (push) Successful in 41s
Build and Publish / release (push) Successful in 2m43s

This commit is contained in:
Ryan McGuire 2025-03-08 17:22:19 -05:00
parent 27af90322a
commit be2895695f

View File

@ -89,6 +89,8 @@ jobs:
helm-release:
runs-on: ubuntu-latest
env:
BINARY_NAME: helm
steps:
- name: Checkout Code
uses: actions/checkout@v3
@ -99,7 +101,7 @@ jobs:
- name: Package Chart
run: |
helm package --app-version ${VERSION} ${CHART_DIR}
helm package --app-version ${VERSION#v} ${CHART_DIR}
- name: Publish Chart
run: |