fixed path to charts
All checks were successful
Package and publish helm chart / package-helm (push) Successful in 15s

This commit is contained in:
Jonas Forsberg 2024-11-11 15:17:52 +01:00
parent dd7146b905
commit 582f68d4f6

View File

@ -37,7 +37,7 @@ jobs:
run: | run: |
REPO_PATH=$(git rev-parse --show-toplevel) REPO_PATH=$(git rev-parse --show-toplevel)
for chart in ${ALL_CHANGED_CHARTS}; do for chart in ${ALL_CHANGED_CHARTS}; do
cd ${REPO_PATH}/charts/${chart} cd ${REPO_PATH}/${chart}
CHART_NAME=$(yq .name Chart.yaml) CHART_NAME=$(yq .name Chart.yaml)
CHART_VERSION=$(yq .version Chart.yaml) CHART_VERSION=$(yq .version Chart.yaml)
echo "Packaging ${CHART_NAME}-${CHART_VERSION}" echo "Packaging ${CHART_NAME}-${CHART_VERSION}"