mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-03 16:37:04 +02:00
ci: OCI release workflow changes
This commit is contained in:
parent
93e761fd99
commit
0cf022c6ac
3 changed files with 17 additions and 27 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue