ci: OCI release workflow changes

This commit is contained in:
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs 2023-02-19 11:54:22 +01:00
parent 93e761fd99
commit 0cf022c6ac
No known key found for this signature in database
GPG key ID: BC5E2BD907F9A8EC
3 changed files with 17 additions and 27 deletions

View file

@ -65,8 +65,7 @@ jobs:
mapfile -t CHART_PATH_PARTS < <(echo "$CHART" | tr '/' '\n')
CHART_TYPE=${CHART_PATH_PARTS[0]}
helm dep up "${SRC_DIR}/${CHART}"
helm package "${SRC_DIR}/${CHART}" -u -d "${DEST_DIR}/${CHART_TYPE}"
helm package "${SRC_DIR}/${CHART}" --dependency-update --destination "${DEST_DIR}/${CHART_TYPE}"
done
- name: Update chart index