mirror of
https://github.com/kyverno/kyverno.git
synced 2025-04-08 10:04:25 +00:00
feat: disable validate maintainer for helm gha (#8747)
Signed-off-by: Vishal Choudhary <vishal.choudhary@nirmata.com> Signed-off-by: Vishal Choudhary <sendtovishalchoudhary@gmail.com>
This commit is contained in:
parent
d2357dee2f
commit
a3ef4c6d8c
4 changed files with 6 additions and 8 deletions
2
.github/workflows/helm-release.yaml
vendored
2
.github/workflows/helm-release.yaml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
|||
- name: Set up chart-testing
|
||||
uses: helm/chart-testing-action@e8788873172cb653a90ca2e819d79d65a66d4e76 # v2.4.0
|
||||
- name: Run chart-testing (lint)
|
||||
run: ct lint --target-branch=main --check-version-increment=false
|
||||
run: ct lint --target-branch=main --check-version-increment=false --validate-maintainers=false
|
||||
|
||||
linter-artifacthub:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
6
.github/workflows/helm-test.yaml
vendored
6
.github/workflows/helm-test.yaml
vendored
|
@ -36,13 +36,11 @@ jobs:
|
|||
python-version: 3.7
|
||||
- name: Set up chart-testing
|
||||
uses: helm/chart-testing-action@e8788873172cb653a90ca2e819d79d65a66d4e76 # v2.4.0
|
||||
- name: Set reference
|
||||
run: echo "REF=${{ github.event.pull_request && github.base_ref || github.ref_name }}" >> $GITHUB_ENV
|
||||
- name: Run chart-testing (lint)
|
||||
run: |
|
||||
if [[ $(ct list-changed --target-branch=$REF) ]];
|
||||
if [[ $(ct list-changed --target-branch=main) ]];
|
||||
then
|
||||
ct lint --target-branch=$REF --check-version-increment=false --validate-maintainers=false
|
||||
ct lint --target-branch=main --check-version-increment=false --validate-maintainers=false
|
||||
fi
|
||||
- name: Setup test env
|
||||
uses: ./.github/actions/setup-test-env
|
||||
|
|
|
@ -15,8 +15,8 @@ home: https://kyverno.io/policies/
|
|||
sources:
|
||||
- https://github.com/kyverno/policies
|
||||
maintainers:
|
||||
- name: Nirmata
|
||||
url: https://kyverno.io/
|
||||
- name: kyverno-maintainers
|
||||
email: cncf-kyverno-maintainers@lists.cncf.io
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
annotations:
|
||||
artifacthub.io/operator: "false"
|
||||
|
|
|
@ -92,7 +92,7 @@ Kubernetes: `>=1.16.0-0`
|
|||
|
||||
| Name | Email | Url |
|
||||
| ---- | ------ | --- |
|
||||
| Nirmata | | <https://kyverno.io/> |
|
||||
| kyverno-maintainers | <cncf-kyverno-maintainers@lists.cncf.io> | |
|
||||
|
||||
## Changes
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue