Skip to content

Commit c3bd30f

Browse files
committed
update: don't process postgresql chart
1 parent da970f4 commit c3bd30f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

offline/default-build/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ TASKS_DIR="${SCRIPT_DIR}/../tasks"
2626
# --------------------------
2727

2828
# pulling the charts, charts to be skipped are passed as arguments HELM_CHART_EXCLUDE_LIST
29-
"${TASKS_DIR}"/proc_pull_charts.sh OUTPUT_DIR="${OUTPUT_DIR}" # HELM_CHART_EXCLUDE_LIST="inbucket,wire-server-enterprise,coturn"
29+
"${TASKS_DIR}"/proc_pull_charts.sh OUTPUT_DIR="${OUTPUT_DIR}" HELM_CHART_EXCLUDE_LIST="inbucket,wire-server-enterprise,postgresql"
3030

3131
# copy local copy of values from root directory to output directory
3232
cp -r "${ROOT_DIR}"/values "${OUTPUT_DIR}"/

0 commit comments

Comments
 (0)