fixed path to charts
All checks were successful
Package and publish helm chart / package-helm (push) Successful in 15s
All checks were successful
Package and publish helm chart / package-helm (push) Successful in 15s
This commit is contained in:
parent
dd7146b905
commit
582f68d4f6
@ -37,7 +37,7 @@ jobs:
|
||||
run: |
|
||||
REPO_PATH=$(git rev-parse --show-toplevel)
|
||||
for chart in ${ALL_CHANGED_CHARTS}; do
|
||||
cd ${REPO_PATH}/charts/${chart}
|
||||
cd ${REPO_PATH}/${chart}
|
||||
CHART_NAME=$(yq .name Chart.yaml)
|
||||
CHART_VERSION=$(yq .version Chart.yaml)
|
||||
echo "Packaging ${CHART_NAME}-${CHART_VERSION}"
|
||||
|
Loading…
Reference in New Issue
Block a user