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 ea4a681 commit 1df8d02
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/chart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ CHART_TEMP_DIR="target"
mkdir -p "${CHART_TEMP_DIR}"

cp -R charts/${NAME} "${CHART_TEMP_DIR}/${NAME}"
helm version
curl -sSLf https://raw.githubusercontent.com/helm/helm/v3.16.3/scripts/get-helm-3 | bash -s -- --version v3.16.3 --no-sudo
helm version
helm package "${CHART_TEMP_DIR}/${NAME}" \
--app-version=${VERSION} \
--version=${VERSION} \
--dependency-update \
--destination=${CHART_TEMP_DIR}

0 comments on commit 1df8d02

Please sign in to comment.