Skip to content

Commit 27ba77e

Browse files
author
Matthew Fisher
authored
Merge branch 'master' into git-2-point-8
2 parents 72638a9 + d7f04fc commit 27ba77e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ update-changelog:
5050

5151
docker-build: build
5252
docker build --rm -t ${IMAGE} rootfs
53-
docker tag -f ${IMAGE} ${MUTABLE_IMAGE}
53+
docker tag ${IMAGE} ${MUTABLE_IMAGE}
5454

5555
# Push to a registry that Kubernetes can access.
5656
docker-push:

pkg/healthsrv/healthz_handler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
)
1010

1111
const (
12-
waitTimeout = 2 * time.Second
12+
waitTimeout = 10 * time.Second
1313
)
1414

1515
func healthZHandler(bLister BucketLister, serverCircuit *sshd.Circuit) http.Handler {

0 commit comments

Comments
 (0)