Skip to content

Commit

Permalink
fix(test.yaml): install unittest version 0.2.8
Browse files Browse the repository at this point in the history
Signed-off-by: Toni Tauro <toni.tauro@adfinis.com>
  • Loading branch information
eyenx committed Sep 26, 2022
2 parents 0f93562 + 3b9dc8a commit a66aaaf
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 @@ -76,7 +76,7 @@ jobs:
run: ct --config=hack/chart-testing/ct.yaml lint

- name: Create kind cluster
uses: helm/kind-action@v1.3.0
uses: helm/kind-action@v1.4.0
if: steps.list-changed.outputs.changed == 'true'

- name: Setup cluster for chart-testing (install)
Expand Down
2 changes: 1 addition & 1 deletion docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ files you can test individual resources as rendered by a chart.
To use the tool locally you need to install it first.

```bash
helm plugin install https://github.com/quintush/helm-unittest
helm plugin install --version 0.2.8 https://github.com/quintush/helm-unittest
```

An example that does snapshot testing on the argocd bits of infra-apps described above might look as
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 --version 0.2.8 https://github.com/quintush/helm-unittest
[[ ! -x `which helm` ]] && err "Could not install helm binary. See $helm_docs for info."
fi

0 comments on commit a66aaaf

Please sign in to comment.