mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-01-26 05:14:13 +01:00
Merge pull request #871 from knelasevero/fix-chart-path
fix: chart path can't be relative
This commit is contained in:
2
.github/ci/ct.yaml
vendored
2
.github/ci/ct.yaml
vendored
@@ -1,5 +1,5 @@
|
||||
chart-dirs:
|
||||
- ./charts
|
||||
- charts
|
||||
helm-extra-args: "--timeout=5m"
|
||||
check-version-increment: false
|
||||
target-branch: master
|
||||
|
||||
2
.github/workflows/helm.yaml
vendored
2
.github/workflows/helm.yaml
vendored
@@ -41,4 +41,4 @@ jobs:
|
||||
fi
|
||||
|
||||
- name: Run chart-testing (lint)
|
||||
run: ct lint --config=.github/ci/ct.yaml
|
||||
run: ct lint --config=.github/ci/ct.yaml --validate-maintainers=false
|
||||
|
||||
Reference in New Issue
Block a user