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:
parent
a41fbb2582
commit
1e8491aebd
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -60,4 +60,4 @@ jobs:
|
|||||||
|
|
||||||
- name: Run chart-testing (lint)
|
- name: Run chart-testing (lint)
|
||||||
if: ${{ steps.check_changes.outputs.docs_only != 'true' }}
|
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 }}
|
||||||
|
|||||||
@ -25,6 +25,7 @@ version: 2.9.4
|
|||||||
home: https://pulsar.apache.org
|
home: https://pulsar.apache.org
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/apache/pulsar
|
- https://github.com/apache/pulsar
|
||||||
|
- https://github.com/apache/pulsar-helm-chart
|
||||||
icon: https://pulsar.apache.org/img/pulsar.svg
|
icon: https://pulsar.apache.org/img/pulsar.svg
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: The Apache Pulsar Team
|
- name: The Apache Pulsar Team
|
||||||
@ -33,4 +34,4 @@ dependencies:
|
|||||||
- name: kube-prometheus-stack
|
- name: kube-prometheus-stack
|
||||||
version: 41.x.x
|
version: 41.x.x
|
||||||
repository: https://prometheus-community.github.io/helm-charts
|
repository: https://prometheus-community.github.io/helm-charts
|
||||||
condition: kube-prometheus-stack.enabled
|
condition: kube-prometheus-stack.enabled
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user