Skip to content

Commit

Permalink
Update adminapi_cluster_getlogs.go
Browse files Browse the repository at this point in the history
Update the image in the pod definition to use a publicly available image. Hopefully fixing the seemingly broken test.
  • Loading branch information
hlipsig authored Sep 12, 2023
1 parent f99e9e1 commit 4b891d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/adminapi_cluster_getlogs.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ func mockPod(containerName, podName, namespace, fakeLog string) *corev1.Pod {
Spec: corev1.PodSpec{
Containers: []corev1.Container{{
Name: containerName,
Image: "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:103505c93bf45c4a29301f282f1ff046e35b63bceaf4df1cca2e631039289da2",
Image: "registry.access.redhat.com/ubi9@sha256:351ed8b24d440c348486efd99587046e88bb966890a9207a5851d3a34a4dd346",
Command: []string{"/bin/bash", "-c", fmt.Sprintf("echo %q", fakeLog)},
}},
RestartPolicy: "Never",
Expand Down

0 comments on commit 4b891d0

Please sign in to comment.