Skip to content

Commit a1315e7

Browse files
committed
chore: update e2e-resources to add registry
1 parent bc219a8 commit a1315e7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

charts/nr-k8s-otel-collector/e2e/e2e-resources.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ spec:
314314
kubernetes.io/os: linux
315315
containers:
316316
- name: compute-pi-digits
317-
image: perl:5.34.0
317+
image: docker.io/perl:5.34.0
318318
imagePullPolicy: IfNotPresent
319319
resources:
320320
requests:
@@ -352,7 +352,7 @@ metadata:
352352
spec:
353353
containers:
354354
- name: alpine
355-
image: alpine:latest
355+
image: docker.io/alpine:latest
356356
resources:
357357
limits:
358358
# Force a 'CreateContainerError':
@@ -373,7 +373,7 @@ metadata:
373373
spec:
374374
containers:
375375
- name: alpine
376-
image: alpine:latest
376+
image: docker.io/alpine:latest
377377
nodeSelector:
378378
not-existing: not-existing
379379
---
@@ -470,7 +470,7 @@ spec:
470470
spec:
471471
containers:
472472
- name: compute-pi-digits
473-
image: perl:5.34.0
473+
image: docker.io/perl:5.34.0
474474
imagePullPolicy: IfNotPresent
475475
resources:
476476
requests:
@@ -564,7 +564,7 @@ spec:
564564
spec:
565565
containers:
566566
- name: compute-pi-digits
567-
image: perl:5.34.0
567+
image: docker.io/perl:5.34.0
568568
imagePullPolicy: IfNotPresent
569569
resources:
570570
requests:
@@ -639,7 +639,7 @@ spec:
639639
spec:
640640
containers:
641641
- name: compute-pi-digits
642-
image: perl:5.34.0
642+
image: docker.io/perl:5.34.0
643643
imagePullPolicy: IfNotPresent
644644
resources:
645645
requests:

0 commit comments

Comments
 (0)