Skip to content

Commit 0e650e5

Browse files
committed
chore: update tests
1 parent 18605f3 commit 0e650e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/nr-k8s-otel-collector/tests/images_test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,15 @@ tests:
5858
asserts:
5959
- equal:
6060
path: spec.template.spec.containers[0].image
61-
value: nr/dot:1.1.1
61+
value: docker.io/nr/dot:1.1.1
6262
template: templates/deployment.yaml
6363
- equal:
6464
path: spec.template.spec.containers[0].imagePullPolicy
6565
value: Always
6666
template: templates/deployment.yaml
6767
- equal:
6868
path: spec.template.spec.containers[0].image
69-
value: nr/dot:1.1.1
69+
value: docker.io/nr/dot:1.1.1
7070
template: templates/daemonset.yaml
7171
- equal:
7272
path: spec.template.spec.containers[0].imagePullPolicy

0 commit comments

Comments
 (0)