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 568de38 commit 4d5377aCopy full SHA for 4d5377a
1 file changed
entry
@@ -134,7 +134,7 @@ if [[ "${BOOTSTRAP}" != "true" ]]; then
134
export HELM_HOST=127.0.0.1:44134
135
136
helm_v2 init --skip-refresh --client-only --stable-repo-url ${STABLE_REPO_URL}
137
- V2_CHART_EXISTS=$(helm_v2 ls --all "^${NAME}\$" --output json | jq -r '.Releases | length')
+ V2_CHART_EXISTS=$(timeout -s KILL 30 helm_v2 ls --all "^${NAME}\$" --output json | jq -r '.Releases | length')
138
fi
139
140
if [[ "${V2_CHART_EXISTS}" == "1" ]] || [[ "${HELM_VERSION}" == "v2" ]]; then
0 commit comments