Skip to content

Commit

Permalink
use docker hub image
Browse files Browse the repository at this point in the history
  • Loading branch information
medyagh committed Jul 11, 2024
1 parent dbcd1a9 commit 041c86d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/functional_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ import (
"golang.org/x/build/kubernetes/api"
)

const echoServerImg = "gcr.io/k8s-minikube/kicbase-builds/echo-server"
const echoServerImg = "kicbase/echo-server"

// validateFunc are for subtests that share a single setup
type validateFunc func(context.Context, *testing.T, string)
Expand Down

0 comments on commit 041c86d

Please sign in to comment.