File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -129,15 +129,15 @@ func (c *MetricsTestConfig) getServiceAccountToken(t *testing.T) string {
129129func (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.16 .0" ,
132+ "--image=docker.io/ curlimages/curl:8.15 .0" ,
133133 "--namespace" , c .namespace ,
134134 "--restart=Never" ,
135135 "--overrides" , `{
136136 "spec": {
137137 "terminationGradePeriodSeconds": 0,
138138 "containers": [{
139139 "name": "curl",
140- "image": "curlimages/curl:8.16 .0",
140+ "image": "docker.io/ curlimages/curl:8.15 .0",
141141 "command": ["sh", "-c", "sleep 3600"],
142142 "securityContext": {
143143 "allowPrivilegeEscalation": false,
You can’t perform that action at this time.
0 commit comments