Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ jobs:

- name: Run Helm unit tests
run: |
helm plugin install https://github.com/helm-unittest/helm-unittest.git || true
# Pin version to 1.0.2 due to https://github.com/helm-unittest/helm-unittest/issues/790
helm plugin install https://github.com/helm-unittest/helm-unittest.git --version 1.0.2 || true
helm unittest helm/polaris

- name: Run chart-testing (lint)
Expand Down