Skip to content

Commit 41c5f6f

Browse files
authored
Merge pull request #116 from wunderio/evilfurryone-patch-1
Update helping_with_silta_development.md
2 parents e75ba28 + 4a290d5 commit 41c5f6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: docs/helping_with_silta_development.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ Each chart (drupal, frontend, simple) has respective project that uses the chart
1212
Before making a pull request you should install the unittest helm plugin:
1313

1414
```bash
15-
helm plugin install https://github.com/quintush/helm-unittest --version 0.2.4
15+
helm plugin install https://github.com/helm-unittest/helm-unittest --version 0.5.1
1616
```
1717

1818
and run in on your updated chart:
1919

2020
```bash
21-
helm unittest ./charts/drupal --helm3
21+
helm unittest ./charts/drupal
2222
```
2323

2424
To test charts locally You will need related helm repositories to be installed locally (see charts/chartname/Chart.yaml) and subcharts downloaded.

0 commit comments

Comments
 (0)