diff --git a/charts/sourcegraph/tests/imageRepository_test.yaml b/charts/sourcegraph/tests/imageRepository_test.yaml index 98089081..a2647f99 100644 --- a/charts/sourcegraph/tests/imageRepository_test.yaml +++ b/charts/sourcegraph/tests/imageRepository_test.yaml @@ -6,6 +6,9 @@ tests: - it: should use the global repository by default template: frontend/sourcegraph-frontend.Deployment.yaml set: + sourcegraph: + image: + repository: index.docker.io/sourcegraph frontend: image: defaultTag: test @@ -54,6 +57,9 @@ tests: - it: should only affect the targeted service and leave others on the global repository template: frontend/sourcegraph-frontend.Deployment.yaml set: + sourcegraph: + image: + repository: index.docker.io/sourcegraph frontend: image: defaultTag: test