Skip to content

Commit 476fb69

Browse files
[Backport 7.4.x] bug/release: fix test to work during internal release build (#890)
Backport 8db7e22 from #889 Fix tests introduced in #885 to work during the release flow. This test broke the release for the internal build #888 ### Checklist - [ ] Follow the [manual testing process](https://github.com/sourcegraph/deploy-sourcegraph-helm/blob/main/TEST.md) - [ ] Update [changelog](https://github.com/sourcegraph/deploy-sourcegraph-helm/blob/main/charts/sourcegraph/CHANGELOG.md) - [ ] Update [Kubernetes update doc](https://docs.sourcegraph.com/admin/updates/kubernetes) ### Test plan Co-authored-by: Warren Gifford <warrenbruceg@gmail.com>
1 parent 33eafc2 commit 476fb69

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)