Skip to content

Commit bf92fd0

Browse files
committed
chore: update image path tests to include default registry
1 parent 389ec79 commit bf92fd0

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

charts/newrelic-infrastructure/tests/kubelet_image_test.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ tests:
1818
asserts:
1919
- equal:
2020
path: spec.template.spec.containers[0].image
21-
value: "newrelic/nri-kubernetes:1.0.0"
21+
value: "docker.io/newrelic/nri-kubernetes:1.0.0"
2222
template: templates/kubelet/daemonset.yaml
2323

2424
- it: Should set the image tag correctly for linux-based infra agent image - default
@@ -29,7 +29,7 @@ tests:
2929
asserts:
3030
- equal:
3131
path: spec.template.spec.containers[1].image
32-
value: "newrelic/infrastructure-bundle:2.0.0"
32+
value: "docker.io/newrelic/infrastructure-bundle:2.0.0"
3333
template: templates/kubelet/daemonset.yaml
3434

3535
- it: Should set the image tag correctly for Windows-based integration image - default
@@ -41,7 +41,7 @@ tests:
4141
asserts:
4242
- equal:
4343
path: spec.template.spec.containers[0].image
44-
value: "newrelic/nri-kubernetes:1.0.0"
44+
value: "docker.io/newrelic/nri-kubernetes:1.0.0"
4545
template: templates/kubelet/daemonset-windows.yaml
4646

4747
- it: Should set the image tag correctly for Windows-based agent image - default
@@ -53,12 +53,12 @@ tests:
5353
asserts:
5454
- equal:
5555
path: spec.template.spec.containers[1].image
56-
value: "newrelic/infrastructure-windows:2.0.0-ltsc2019"
56+
value: "docker.io/newrelic/infrastructure-windows:2.0.0-ltsc2019"
5757
template: templates/kubelet/daemonset-windows.yaml
5858
documentIndex: 0
5959
- equal:
6060
path: spec.template.spec.containers[1].image
61-
value: "newrelic/infrastructure-windows:2.0.0-ltsc2022"
61+
value: "docker.io/newrelic/infrastructure-windows:2.0.0-ltsc2022"
6262
template: templates/kubelet/daemonset-windows.yaml
6363
documentIndex: 1
6464

0 commit comments

Comments
 (0)