Skip to content
This repository was archived by the owner on Jul 30, 2021. It is now read-only.

Commit 6a4eb30

Browse files
author
Patrick Baxter
committed
hack/quickstart: bump bootkube image to v0.3.8
1 parent b776d22 commit 6a4eb30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/quickstart/init-master.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ IDENT=${IDENT:-${HOME}/.ssh/id_rsa}
88
SSH_OPTS=${SSH_OPTS:-}
99

1010
BOOTKUBE_REPO=${BOOTKUBE_REPO:-quay.io/coreos/bootkube}
11-
BOOTKUBE_VERSION=${BOOTKUBE_VERSION:-v0.3.7}
11+
BOOTKUBE_VERSION=${BOOTKUBE_VERSION:-v0.3.8}
1212

1313
function usage() {
1414
echo "USAGE:"

0 commit comments

Comments
 (0)