mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-08-23 22:46:35 +00:00
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:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user