Compare commits
No commits in common. "7e53afe035bf981bb5f98464a19d8a541df0b3f4" and "27af90322a550e519e35194d759643c16e35a5cc" have entirely different histories.
7e53afe035
...
27af90322a
@ -94,18 +94,14 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Install Helm
|
- name: Install Helm
|
||||||
env:
|
|
||||||
BINARY_NAME: helm
|
|
||||||
run: |
|
run: |
|
||||||
curl -fsSL https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
|
curl -fsSL https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
|
||||||
|
|
||||||
- name: Package Chart
|
- name: Package Chart
|
||||||
run: |
|
run: |
|
||||||
helm package --app-version ${VERSION#v} ${CHART_DIR}
|
helm package --app-version ${VERSION} ${CHART_DIR}
|
||||||
|
|
||||||
- name: Publish Chart
|
- name: Publish Chart
|
||||||
env:
|
|
||||||
API_TOKEN: ${{ secrets.API_TOKEN }}
|
|
||||||
run: |
|
run: |
|
||||||
curl -X POST \
|
curl -X POST \
|
||||||
-H "Authorization: token ${API_TOKEN}" \
|
-H "Authorization: token ${API_TOKEN}" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user