CI: Replace chart-testing image by e2e-test-runner. (#10761)
This commit is contained in:
parent
be7f508c73
commit
648cb8bb0a
2 changed files with 3 additions and 6 deletions
|
|
@ -19,6 +19,4 @@ set -o nounset
|
|||
set -o pipefail
|
||||
|
||||
KUBE_ROOT="$( cd "$(dirname "$0")../" >/dev/null 2>&1 ; pwd -P )"
|
||||
# TODO: This is a temporary workaround while we don't update Helm Chart test
|
||||
curl https://raw.githubusercontent.com/helm/chart-testing/v3.8.0/etc/chart_schema.yaml -o /tmp/chart_schema.yaml
|
||||
ct lint --charts ${KUBE_ROOT}/charts/ingress-nginx --validate-maintainers=false --chart-yaml-schema=/tmp/chart_schema.yaml
|
||||
ct lint --charts ${KUBE_ROOT}/charts/ingress-nginx --validate-maintainers=false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue