Skip to content

Commit 2068042

Browse files
abhideSteven Dake
authored and
Steven Dake
committed
Fix hub and tag for statefulsets test (istio#19252)
While running distroless tests, pilot_test:statefulset test was failing due to image pull issues.
1 parent a75ce8d commit 2068042

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/e2e/tests/pilot/pilot_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -407,8 +407,8 @@ func getStatefulSet(service string, port int, injectProxy bool) framework.App {
407407
return framework.App{
408408
AppYamlTemplate: "testdata/statefulset.yaml.tmpl",
409409
Template: map[string]string{
410-
"Hub": tc.Kube.PilotHub(),
411-
"Tag": tc.Kube.PilotTag(),
410+
"Hub": tc.Kube.AppHub(),
411+
"Tag": tc.Kube.AppTag(),
412412
"service": service,
413413
"port": strconv.Itoa(port),
414414
"istioNamespace": tc.Kube.Namespace,

0 commit comments

Comments
 (0)