We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bb010f commit 70f16a1Copy full SHA for 70f16a1
.github/workflows/helm-testing.yaml
@@ -44,7 +44,9 @@ 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: |
48
+ echo "validate-maintainers: false" > ct.yaml
49
+ ct lint --target-branch ${{ github.event.repository.default_branch }} --config ct.yaml
50
51
- name: Install kind
52
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