Skip to content

Commit f4c4b6f

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

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/helm-testing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ 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: ct lint --target-branch ${{ github.event.repository.default_branch }} --validate-maintainers false
4848

4949
- name: Install kind
5050
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)