Skip to content

Commit

Permalink
Merge pull request #1452 from FloatXD/e2e-up-7
Browse files Browse the repository at this point in the history
[Test]Add timeout parameter to helm upgrade
  • Loading branch information
ErikJiang authored Jan 9, 2025
2 parents 10cebae + 1585c03 commit 0738d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ helm upgrade --install --create-namespace --cleanup-on-fail \
${LOCAL_RELEASE_NAME} ${LOCAL_REPO_ALIAS}/kubean \
${value_override} \
-n "${TARGET_NS}" --version ${KUBEAN_CHART_VERSION} \
--kubeconfig ${KUBE_CONF}
--kubeconfig ${KUBE_CONF} --timeout 600s

# check it
helm list -n "${TARGET_NS}" --kubeconfig ${KUBE_CONF}

0 comments on commit 0738d5d

Please sign in to comment.