Skip to content

Commit

Permalink
Bump helm-unittest to v0.6.1 (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn authored Sep 3, 2024
1 parent 94b93f3 commit bf048ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- labeled
paths:
- 'charts/**'
- '.github/workflows/lint-test.yaml'
- '!charts/**/README.md'
- '!charts/**/README.md.gotmpl'
- '!charts/**/docs/**'
Expand Down Expand Up @@ -38,7 +39,7 @@ jobs:

- name: Set up Unit Test plugin for Helm
env:
HELM_UNITTEST_VERSION: v0.4.1
HELM_UNITTEST_VERSION: v0.6.1
run: |
helm plugin install https://github.com/helm-unittest/helm-unittest --version $HELM_UNITTEST_VERSION
Expand Down

0 comments on commit bf048ce

Please sign in to comment.