Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions charts/sourcegraph/tests/imageRepository_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading