We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bb010f commit 6a3ccc7Copy full SHA for 6a3ccc7
.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
@@ -4,6 +4,4 @@ description: Helm chart for Kube-OVN
4
type: application
5
version: v1.16.1
6
appVersion: "1.16.0"
7
-kubeVersion: ">= 1.29.0-0"
8
-maintainers:
9
- - name: oujonny
+kubeVersion: ">= 1.29.0-0"
0 commit comments