add helm ci
This commit is contained in:
parent
27af90322a
commit
be2895695f
@ -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: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user