Upgrade chart-testing-action to 2.0.0 (#83)
Signed-off-by: xiaolong.ran <rxl@apache.org>
### Motivation
The lint ci error as follows:
```
Linting chart 'pulsar => (version: "2.6.2-1", path: "charts/pulsar")'
Checking chart 'pulsar => (version: "2.6.2-1", path: "charts/pulsar")' for a version bump...
Old chart version: 2.6.1-2
New chart version: 2.6.2-1
Chart version ok.
Validating /workdir/charts/pulsar/Chart.yaml...
Validation success! 👍
Validating maintainers...
Error: Error linting charts: Error processing charts
------------------------------------------------------------------------------------------------------------------------
✖︎ pulsar => (version: "2.6.2-1", path: "charts/pulsar") > Error validating maintainer 'The Apache Pulsar Team': 404 Not Found
------------------------------------------------------------------------------------------------------------------------
Error linting charts: Error processing charts
```
### Modifications
Upgrade `chart-testing-action` to 2.0.0
### Verifying this change
- [x] Make sure that the change passes the CI checks.
This commit is contained in:
parent
669af788ff
commit
36e13e1078
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -43,6 +43,6 @@ jobs:
|
||||
|
||||
- name: Lint chart
|
||||
id: lint
|
||||
uses: helm/chart-testing-action@v1.0.0
|
||||
uses: helm/chart-testing-action@v2.0.0
|
||||
with:
|
||||
command: lint
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user