2018-11-07 19:06:20 +01:00
|
|
|
{
|
|
|
|
|
"remote": "origin",
|
2021-04-21 21:28:47 +02:00
|
|
|
"target-branch": "main",
|
2020-07-24 16:12:55 -04:00
|
|
|
"since": "HEAD~1",
|
2018-11-07 19:06:20 +01:00
|
|
|
"build-id": "pr-42",
|
|
|
|
|
"lint-conf": "my-lint-conf.yaml",
|
|
|
|
|
"chart-yaml-schema": "my-chart-yaml-schema.yaml",
|
|
|
|
|
"github-instance": "https://github.com",
|
|
|
|
|
"validate-maintainers": true,
|
2018-12-21 07:44:55 +01:00
|
|
|
"validate-chart-schema": true,
|
|
|
|
|
"validate-yaml": true,
|
2018-11-07 19:06:20 +01:00
|
|
|
"check-version-increment": true,
|
|
|
|
|
"all": false,
|
|
|
|
|
"chart-repos": [
|
|
|
|
|
"incubator=https://incubator"
|
|
|
|
|
],
|
2019-01-07 21:13:30 +01:00
|
|
|
"helm-repo-extra-args": [
|
|
|
|
|
"incubator=--username test"
|
|
|
|
|
],
|
2018-11-07 19:06:20 +01:00
|
|
|
"chart-dirs": [
|
|
|
|
|
"stable",
|
|
|
|
|
"incubator"
|
|
|
|
|
],
|
|
|
|
|
"excluded-charts": [
|
|
|
|
|
"common"
|
|
|
|
|
],
|
2023-11-02 17:46:00 +01:00
|
|
|
"helm-extra-args": "--timeout 300s",
|
|
|
|
|
"helm-lint-extra-args": "--quiet",
|
2019-03-18 11:11:57 -04:00
|
|
|
"upgrade": true,
|
2019-03-25 13:53:21 -04:00
|
|
|
"skip-missing-values": true,
|
2018-12-14 09:30:36 -05:00
|
|
|
"namespace": "default",
|
2020-10-27 03:44:13 -04:00
|
|
|
"release-label": "release",
|
2022-07-26 23:16:31 +08:00
|
|
|
"exclude-deprecated": true,
|
2022-09-28 14:46:08 +02:00
|
|
|
"kubectl-timeout": "120s",
|
2024-05-22 10:17:39 +02:00
|
|
|
"skip-clean-up": true,
|
|
|
|
|
"use-helmignore": true
|
2018-11-07 19:06:20 +01:00
|
|
|
}
|