Skip to content

Commit

Permalink
fix(ci): finish renaming helm-unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare committed Jul 12, 2023
1 parent 3e7a54d commit 0737b3e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: install helm unittest
run: |
helm env
helm plugin install https://github.com/quintush/helm-unittest
helm plugin install https://github.com/helm-unittest/helm-unittest
- uses: actions/setup-python@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ to the `examples/` folder.

#### Automated testing

The CI setup in the repository supports running tests through the Helm [unittest](https://github.com/quintush/helm-unittest/)
The CI setup in the repository supports running tests through the Helm [unittest](https://github.com/helm-unittest/helm-unittest/)
plugin.

With the plugin each chart can (optionally) define some tests in `tests/*_test.yaml` files. In these
Expand Down
2 changes: 1 addition & 1 deletion hack/sh/deps/helm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ set +e
if [[ ! -x `which helm` ]]; then
curl -L -o - $helm_url | tar -C $helm_target -zxf -
chmod +x $helm_bin
helm plugin install https://github.com/quintush/helm-unittest
helm plugin install https://github.com/helm-unittest/helm-unittest
[[ ! -x `which helm` ]] && err "Could not install helm binary. See $helm_docs for info."
fi

0 comments on commit 0737b3e

Please sign in to comment.