Commit Graph

30 Commits (cb35947ae600146ea0912fe9c2d0be27ee4181e2)

Author SHA1 Message Date
Matt Farina 9dcc49cbd5 Move lint pkg to be part of each chart version
11 months ago
Justen Stall 280a9ddbdb
Merge branch 'main' into stdlib-errors-2
1 year ago
Matt Farina 61d3eca55c
Move pkg/chart to pkg/chart/v2 to prepare for v3 charts
1 year ago
Matt Farina 5c0deec327
Moving chartutil to chart/util
1 year ago
George Jenkins 63623665ae refactor: Consolidate lint package Run() functions
2 years ago
Matt Farina 2236294119 Updating to helm.sh/helm/v4
2 years ago
Justen Stall 63cf42a843
fix: replace "github.com/pkg/errors" with stdlib "errors" package
2 years ago
anessi acf7158565
feat(helm): add --skip-schema-validation flag to helm 'install', 'upgrade' and 'lint'
2 years ago
Antoine Deschênes 869c1d2560 lint: Add --kube-version flag to set capabilities and deprecation rules
3 years ago
Joe Julian 853c18002f
fix quiet lint does not fail on non-linting errors
3 years ago
Matt Farina 4e7e939f19
Updating the Go version in go.mod
3 years ago
cui fliter 09d3f31358 fix a few function names on comments
4 years ago
Piotr Resztak 383086d397 feat(*): add --quiet flag to 'helm lint'
5 years ago
Kally Fox f9b1445b63
refactor: use os instead of ioutil's ReadDir
5 years ago
Song Shukun e9f40ed7a5 fix golint failure in pkg/action
7 years ago
Nick Lee cf4bee7ac8 feat(cmd/lint): added a flag for linting subcharts
7 years ago
Kamalashree Nagaraj 73db724c6c feat(helm): add linting support for '.tar.gz' tarballs for helm charts (#6829)
7 years ago
Taylor Thomas 0ba959af0d feat(lint): Ports v2 functionality for linting pre-release charts
7 years ago
Matthew Fisher c1e63a2a17
Merge pull request #6536 from karuppiah7890/fix-lint-for-no-package-found
7 years ago
Karuppiah Natarajan bb9426c4e2
fix(pkg/lint): fix lint silently ignoring non existing packaged charts
7 years ago
Matt Farina 9bc7934f35
Updating the module for v3 as the major version
7 years ago
Matthew Fisher 9742c8c5a2
fix(action): typo
7 years ago
Karuppiah Natarajan 25324ca8db
fix install storing computed values in release instead of user supplied values
7 years ago
Thomas O'Donnell e5668f54fe Stop multiple error messages in lint results
7 years ago
Vibhav Bobade 68a8f36a92 Fix Adding Errors from Linter.Messages to result.Errors
7 years ago
Vibhav Bobade 7da1f35386 Clone the vals map for every path to avoid mutation
7 years ago
Joe Lanford 68ee30b48c cmd/*,pkg/*: move ValueOptions to cmd package and decouple from SDK
7 years ago
Adam Reese 895e9192d4
feat(*): use vanity import helm.sh/helm
8 years ago
Matthew Fisher f185103b60
ref(action): move AddFlags functions back to cmd
8 years ago
Matthew Fisher 2571dbf82f
ref: remove pkg/helm, pkg/hapi, pkg/tiller
8 years ago