We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7504afd commit 2b0b265Copy full SHA for 2b0b265
.github/actions/releaser/cr.sh
@@ -92,7 +92,7 @@ chart_released() {
92
local chart_name=$1
93
local version=$2
94
95
- helm search repo "mongodb/${chart_name}" --version "${version}" |grep "${chart_name}\s"
+ helm search repo "mongodb/${chart_name}" --version "${version}" | grep "${chart_name}\s" || echo "Not found"
96
}
97
98
# check if release version and chart version is diffrent
0 commit comments