We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bb010f commit f4c4b6fCopy full SHA for f4c4b6f
.github/workflows/helm-testing.yaml
@@ -44,7 +44,7 @@ jobs:
44
45
- name: Run chart-testing (lint)
46
if: steps.list-changed.outputs.changed == 'true'
47
- run: ct lint --target-branch ${{ github.event.repository.default_branch }}
+ run: ct lint --target-branch ${{ github.event.repository.default_branch }} --validate-maintainers false
48
49
- name: Install kind
50
uses: helm/kind-action@v1.13.0
charts/kube-ovn-v2/Chart.yaml
@@ -5,5 +5,3 @@ type: application
5
version: v1.16.1
6
appVersion: "1.16.0"
7
kubeVersion: ">= 1.29.0-0"
8
-maintainers:
9
- - name: oujonny
0 commit comments