Skip to content

Commit a43660d

Browse files
committed
Add release library charts to Harbor
1 parent 0a8a185 commit a43660d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/detect_charts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ _add_chart() {
7171
"${REPO_ROOT}/charts/${CHART}/Chart.yaml" 2>/dev/null \
7272
|| echo "application")
7373
# Skip library charts, they are released through their consumers
74-
[[ "${TYPE}" == "library" ]] && return
74+
# [[ "${TYPE}" == "library" ]] && return
7575
# Skip duplicates
7676
[[ " ${CHARTS} " =~ " ${CHART} " ]] && return
7777
CHARTS="${CHARTS} ${CHART}"

0 commit comments

Comments
 (0)