fix(ci): pin helm-unittest plugin version and bump chart-testing-action

The helm-unittest plugin install was failing with:
  error unmarshaling JSON: while decoding JSON: json: unknown field "platformHooks"

Pin helm-unittest to v1.0.3 and bump chart-testing-action to v2.8.0.
This commit is contained in:
Amir Alavi
2026-02-19 08:00:09 -05:00
parent b49fd27d10
commit d4013fd80d
+2 -2
View File
@@ -38,13 +38,13 @@ jobs:
go-version-file: 'go.mod'
- name: Set up chart-testing
uses: helm/chart-testing-action@v2.6.1
uses: helm/chart-testing-action@v2.8.0
with:
version: v3.11.0
- name: Install Helm Unit Test Plugin
run: |
helm plugin install https://github.com/helm-unittest/helm-unittest
helm plugin install --version 1.0.3 https://github.com/helm-unittest/helm-unittest
- name: Run Helm Unit Tests
run: |