Skip to content

Commit 70f16a1

Browse files
committed
fix: disable maintainers validation
Signed-off-by: oujonny <jonny@immerda.ch>
1 parent 3bb010f commit 70f16a1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/helm-testing.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ jobs:
4444
4545
- name: Run chart-testing (lint)
4646
if: steps.list-changed.outputs.changed == 'true'
47-
run: ct lint --target-branch ${{ github.event.repository.default_branch }}
47+
run: |
48+
echo "validate-maintainers: false" > ct.yaml
49+
ct lint --target-branch ${{ github.event.repository.default_branch }} --config ct.yaml
4850
4951
- name: Install kind
5052
uses: helm/kind-action@v1.13.0

charts/kube-ovn-v2/Chart.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,3 @@ type: application
55
version: v1.16.1
66
appVersion: "1.16.0"
77
kubeVersion: ">= 1.29.0-0"
8-
maintainers:
9-
- name: oujonny

0 commit comments

Comments
 (0)