We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a8a185 commit a43660dCopy full SHA for a43660d
1 file changed
scripts/detect_charts.sh
@@ -71,7 +71,7 @@ _add_chart() {
71
"${REPO_ROOT}/charts/${CHART}/Chart.yaml" 2>/dev/null \
72
|| echo "application")
73
# Skip library charts, they are released through their consumers
74
- [[ "${TYPE}" == "library" ]] && return
+ # [[ "${TYPE}" == "library" ]] && return
75
# Skip duplicates
76
[[ " ${CHARTS} " =~ " ${CHART} " ]] && return
77
CHARTS="${CHARTS} ${CHART}"
0 commit comments