Skip to content

Commit 63706dd

Browse files
committed
UPSTREAM: <carry>: don't use the short-name for the image
1 parent 83ffc35 commit 63706dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/metrics_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ func (c *MetricsTestConfig) getServiceAccountToken(t *testing.T) string {
129129
func (c *MetricsTestConfig) createCurlMetricsPod(t *testing.T) {
130130
t.Logf("Creating curl pod (%s/%s) to validate the metrics endpoint", c.namespace, c.curlPodName)
131131
cmd := exec.Command(c.client, "run", c.curlPodName,
132-
"--image=curlimages/curl:8.15.0",
132+
"--image=docker.io/curlimages/curl:8.15.0",
133133
"--namespace", c.namespace,
134134
"--restart=Never",
135135
"--overrides", `{

0 commit comments

Comments
 (0)