Skip to content

Commit 6a3ccc7

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

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
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: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,4 @@ description: Helm chart for Kube-OVN
44
type: application
55
version: v1.16.1
66
appVersion: "1.16.0"
7-
kubeVersion: ">= 1.29.0-0"
8-
maintainers:
9-
- name: oujonny
7+
kubeVersion: ">= 1.29.0-0"

0 commit comments

Comments
 (0)