Skip to content

Commit

Permalink
Stratio CICD integration
Browse files Browse the repository at this point in the history
  • Loading branch information
unai-ttxu committed Nov 22, 2024
1 parent ea4a681 commit 32256d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bin/chart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ CHART_TEMP_DIR="target"
mkdir -p "${CHART_TEMP_DIR}"

cp -R charts/${NAME} "${CHART_TEMP_DIR}/${NAME}"
helm package "${CHART_TEMP_DIR}/${NAME}" \
HELM_EXPERIMENTAL_OCI=1 helm package "${CHART_TEMP_DIR}/${NAME}" \
--app-version=${VERSION} \
--version=${VERSION} \
--dependency-update \
--destination=${CHART_TEMP_DIR}

0 comments on commit 32256d9

Please sign in to comment.