Commit 21815a26 by Yonatan Kahana

Fix the helm chart linter test failure by disabling maintainers validation and…

Fix the helm chart linter test failure by disabling maintainers validation and remove trailing spaces Signed-off-by: 's avatarYonatan Kahana <yonatankahana.il@gmail.com>
parent f08caa22
......@@ -15,4 +15,4 @@ jobs:
uses: helm/chart-testing-action@v2.0.1
- name: Run chart-testing (lint)
run: ct lint
run: ct lint --validate-maintainers=false
......@@ -3,7 +3,7 @@ appVersion: 4.0.0
description: nfs-subdir-external-provisioner is an automatic provisioner that used your *already configured* NFS server, automatically creating Persistent Volumes.
name: nfs-subdir-external-provisioner
home: https://github.com/kubernetes-sigs/nfs-subdir-external-provisioner
version: 4.0.3
version: 4.0.4
kubeVersion: ">=1.9.0-0"
sources:
- https://github.com/kubernetes-sigs/nfs-subdir-external-provisioner
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment