Fix CI by modifying Chart.yaml and updating ct lint command (#315)

### Motivation

Fix the CI lint step by modifying the Chart.yaml and by removing the maintainers validation step.
This commit is contained in:
Michael Marshall 2022-10-20 11:17:51 -07:00 committed by GitHub
parent a41fbb2582
commit 1e8491aebd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -60,4 +60,4 @@ jobs:
- name: Run chart-testing (lint)
if: ${{ steps.check_changes.outputs.docs_only != 'true' }}
run: ct lint --check-version-increment=false --target-branch ${{ github.event.repository.default_branch }}
run: ct lint --check-version-increment=false --validate-maintainers=false --target-branch ${{ github.event.repository.default_branch }}

View File

@ -25,6 +25,7 @@ version: 2.9.4
home: https://pulsar.apache.org
sources:
- https://github.com/apache/pulsar
- https://github.com/apache/pulsar-helm-chart
icon: https://pulsar.apache.org/img/pulsar.svg
maintainers:
- name: The Apache Pulsar Team