This is an automated email from the ASF dual-hosted git repository.
yufei pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push:
new 80b7b78ce Fix helm unittest for GH action (#3279)
80b7b78ce is described below
commit 80b7b78cea779f5e70835a2419d128ebda56d998
Author: Yong Zheng <[email protected]>
AuthorDate: Mon Dec 15 23:55:59 2025 -0600
Fix helm unittest for GH action (#3279)
---
.github/workflows/helm.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/helm.yml b/.github/workflows/helm.yml
index 6f15afc53..12e52490f 100644
--- a/.github/workflows/helm.yml
+++ b/.github/workflows/helm.yml
@@ -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)