Skip to content

Commit

Permalink
WIP. Do not look at this changes please
Browse files Browse the repository at this point in the history
  • Loading branch information
unai-ttxu committed Nov 22, 2024
1 parent 32256d9 commit 14f2055
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/chart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ CHART_TEMP_DIR="target"
mkdir -p "${CHART_TEMP_DIR}"

cp -R charts/${NAME} "${CHART_TEMP_DIR}/${NAME}"
helm version
helm package --help
HELM_EXPERIMENTAL_OCI=1 helm package "${CHART_TEMP_DIR}/${NAME}" \
--app-version=${VERSION} \
--version=${VERSION} \
Expand Down

0 comments on commit 14f2055

Please sign in to comment.