Skip to content

Commit 249ce97

Browse files
authored
Merge pull request #7982 from zalando-incubator/remove-deprecated-registry
[e2e] replace deprecated k8s registry with the new one for e2e images
2 parents 89fac5f + 7ed92d8 commit 249ce97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/e2e/admission_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const (
4242
application = "e2e-test-application"
4343
component = "e2e-test-component"
4444
environment = "e2e-test-environment"
45-
dockerImage = "k8s.gcr.io/busybox"
45+
dockerImage = "registry.k8s.io/busybox"
4646
)
4747

4848
var _ = describe("Admission controller tests", func() {

test/e2e/util.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -935,7 +935,7 @@ func createVectorPod(nameprefix, namespace string, labels map[string]string) *v1
935935
Containers: []v1.Container{
936936
{
937937
Name: "cuda-vector-add",
938-
Image: "k8s.gcr.io/cuda-vector-add:v0.1",
938+
Image: "registry.k8s.io/cuda-vector-add:v0.1",
939939
Resources: corev1.ResourceRequirements{
940940
Limits: v1.ResourceList{
941941
NVIDIAGPUResourceName: *resource.NewQuantity(1, resource.DecimalSI),

0 commit comments

Comments
 (0)