fixed path to charts

This commit is contained in:
Jonas Forsberg 2024-11-11 15:17:52 +01:00
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}"