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.
main
1 parent 0b7824a commit 93fb481Copy full SHA for 93fb481
ci/common
@@ -4,7 +4,7 @@
4
setup_helm() {
5
helm_version="${1}"
6
echo "setup helm ${helm_version}"
7
- curl -sf https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | DESIRED_VERSION="${helm_version}" bash
+ curl -sf https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | DESIRED_VERSION="${helm_version}" bash
8
}
9
10
await_jupyterhub() {
0 commit comments