Skip to content

Commit 98a74d3

Browse files
authored
Merge branch 'main' into lsj/migrator-auth-override
2 parents b72749a + 8a0dc9f commit 98a74d3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+150
-841
lines changed

TEST.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ helm lint charts/sourcegraph/.
1212

1313
## Unit testing
1414

15-
We utilize [helm-unittest](https://github.com/quintush/helm-unittest/), a BDD styled unit test framework, to validate our helm chart.
15+
We utilize [helm-unittest](https://github.com/helm-unittest/helm-unittest/), a BDD styled unit test framework, to validate our helm chart.
1616

1717
helm-unittest can be installed with:
1818

1919
```bash
20-
helm plugin install https://github.com/quintush/helm-unittest
20+
helm plugin install https://github.com/helm-unittest/helm-unittest
2121
```
2222

2323
Once the plugin is installed, you can run the unit tests using the following:
@@ -28,7 +28,7 @@ helm unittest --helm3 ./charts/sourcegraph/.
2828

2929
We currently do not have testing best practices or require unit tests for new changes, so add test cases at your best judgement if possible.
3030

31-
You may check out our [existing test cases](https://github.com/sourcegraph/deploy-sourcegraph-helm/tree/main/charts/sourcegraph/tests) and helm-unittest [docs](https://github.com/quintush/helm-unittest/blob/master/DOCUMENT.md).
31+
You may check out our [existing test cases](https://github.com/sourcegraph/deploy-sourcegraph-helm/tree/main/charts/sourcegraph/tests) and helm-unittest [docs](https://github.com/helm-unittest/helm-unittest/blob/master/DOCUMENT.md).
3232

3333
## Manual testing
3434

charts/sourcegraph-appliance/.helmignore

Lines changed: 0 additions & 23 deletions
This file was deleted.

charts/sourcegraph-appliance/Chart.yaml

Lines changed: 0 additions & 11 deletions
This file was deleted.

charts/sourcegraph-appliance/README.md

Lines changed: 0 additions & 69 deletions
This file was deleted.

charts/sourcegraph-appliance/README.md.gotmpl

Lines changed: 0 additions & 29 deletions
This file was deleted.

charts/sourcegraph-appliance/templates/NOTES.txt

Lines changed: 0 additions & 22 deletions
This file was deleted.

charts/sourcegraph-appliance/templates/_helpers.tpl

Lines changed: 0 additions & 62 deletions
This file was deleted.

charts/sourcegraph-appliance/templates/deployment-frontend.yaml

Lines changed: 0 additions & 70 deletions
This file was deleted.

0 commit comments

Comments
 (0)