diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 7af5803..34ee054 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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 }} diff --git a/charts/pulsar/Chart.yaml b/charts/pulsar/Chart.yaml index 07fd88d..1035f13 100644 --- a/charts/pulsar/Chart.yaml +++ b/charts/pulsar/Chart.yaml @@ -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 @@ -33,4 +34,4 @@ dependencies: - name: kube-prometheus-stack version: 41.x.x repository: https://prometheus-community.github.io/helm-charts - condition: kube-prometheus-stack.enabled \ No newline at end of file + condition: kube-prometheus-stack.enabled