Skip to content

Commit ff1a43d

Browse files
committed
make test work during release
1 parent 33eafc2 commit ff1a43d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

charts/sourcegraph/tests/imageRepository_test.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ tests:
66
- it: should use the global repository by default
77
template: frontend/sourcegraph-frontend.Deployment.yaml
88
set:
9+
sourcegraph:
10+
image:
11+
repository: index.docker.io/sourcegraph
912
frontend:
1013
image:
1114
defaultTag: test
@@ -54,6 +57,9 @@ tests:
5457
- it: should only affect the targeted service and leave others on the global repository
5558
template: frontend/sourcegraph-frontend.Deployment.yaml
5659
set:
60+
sourcegraph:
61+
image:
62+
repository: index.docker.io/sourcegraph
5763
frontend:
5864
image:
5965
defaultTag: test

0 commit comments

Comments
 (0)