mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
fix: revert maintainers in helm charts (#8737)
* fix: revert maintainers in helm charts Signed-off-by: Vishal Choudhary <sendtovishalchoudhary@gmail.com> * feat: codegnen Signed-off-by: Vishal Choudhary <sendtovishalchoudhary@gmail.com> * fix: revert helm release changes Signed-off-by: Vishal Choudhary <vishal.choudhary@nirmata.com> --------- Signed-off-by: Vishal Choudhary <sendtovishalchoudhary@gmail.com> Signed-off-by: Vishal Choudhary <vishal.choudhary@nirmata.com>
This commit is contained in:
parent
eea3a0dca9
commit
c1a3f73b72
3 changed files with 4 additions and 6 deletions
4
.github/workflows/helm-release.yaml
vendored
4
.github/workflows/helm-release.yaml
vendored
|
@ -28,10 +28,8 @@ jobs:
|
||||||
python-version: 3.7
|
python-version: 3.7
|
||||||
- name: Set up chart-testing
|
- name: Set up chart-testing
|
||||||
uses: helm/chart-testing-action@e8788873172cb653a90ca2e819d79d65a66d4e76 # v2.4.0
|
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)
|
- name: Run chart-testing (lint)
|
||||||
run: ct lint --target-branch=$REF --check-version-increment=false --validate-maintainers=false
|
run: ct lint --target-branch=main --check-version-increment=false
|
||||||
|
|
||||||
linter-artifacthub:
|
linter-artifacthub:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
|
@ -22,8 +22,8 @@ home: https://kyverno.io/
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/kyverno/kyverno
|
- https://github.com/kyverno/kyverno
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: kyverno-maintainers
|
- name: Nirmata
|
||||||
email: cncf-kyverno-maintainers@lists.cncf.io
|
url: https://kyverno.io/
|
||||||
kubeVersion: ">=1.25.0-0"
|
kubeVersion: ">=1.25.0-0"
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/operator: "false"
|
artifacthub.io/operator: "false"
|
||||||
|
|
|
@ -778,7 +778,7 @@ Kubernetes: `>=1.25.0-0`
|
||||||
|
|
||||||
| Name | Email | Url |
|
| Name | Email | Url |
|
||||||
| ---- | ------ | --- |
|
| ---- | ------ | --- |
|
||||||
| kyverno-maintainers | <cncf-kyverno-maintainers@lists.cncf.io> | |
|
| Nirmata | | <https://kyverno.io/> |
|
||||||
|
|
||||||
----------------------------------------------
|
----------------------------------------------
|
||||||
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
|
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
|
||||||
|
|
Loading…
Reference in a new issue