Commit Graph

2036 Commits (46d80f68c11d8107b688b9c8299fa02bccba312f)

Author SHA1 Message Date
Matt Butcher 59eed4e81f
feat: make the linter coalesce the passed-in values before running values tests (#7984)
4 years ago
Matt Farina af52d35fb6
Merge pull request #8070 from IdanE/feature/port4165
4 years ago
Idan Elhalwani 93b0eee0df Set DisableCompression to true to disable unwanted httpclient transformation
4 years ago
Martin Hickey e672a42efa
Merge pull request #7932 from waveywaves/7537-install-only-crds-fails
4 years ago
Martin Hickey 324c7cbc07
Merge pull request #8061 from hickeyma/feat/add-lint-deprecs
4 years ago
Matt Farina b4f8312dba
Merge pull request #7983 from mattfarina/xdg
4 years ago
Martin Hickey e4768e6460 Update lint deprecation list
4 years ago
Martin Hickey a11785401b
Merge pull request #8055 from liuming-dev/patch--refactor-plugin-PluginFileName-magic-value
4 years ago
Liu Ming e1aaf995a6 refactor: alter constant `pluginFileName` to `PluginFileName`
4 years ago
Matt Farina 0a38457f89
Merge branch 'xdg' of github.com:mattfarina/helm into xdg
4 years ago
Matt Farina be38084eb4
Fixing argument to be lower case
4 years ago
Matt Farina f90b842d3e
Merge branch 'master' into xdg
4 years ago
Matt Butcher 08e546f169
fix: removed strict template errors in linter (#8017)
4 years ago
Vibhav Bobade 47abe66fd2 Add checking of length of resourceList before creating of deleting
4 years ago
Matt Butcher 524150c662
fix: use correct regular expression for Kubernetes names (#8013)
4 years ago
Matt Butcher bf9d629dc0
feat: implement deprecation warnings in helm lint (#7986)
4 years ago
Matthias Riegler 8ff7801e0c added option --insecure-skip-tls-verify for helm install, addresses #7875
4 years ago
Matthias Riegler 918deeef18 added option --insecure-skip-tls-verify for helm pull, addresses #7875
4 years ago
Liu Ming ff3ed53b7c polish to keep the same log style
4 years ago
Matt Butcher 6fc9353056
feat: lint the names of templated resources (#8011)
4 years ago
Matt Farina 2334195a01
Adding Helm env vars where XDG exposed
4 years ago
Matt Farina 2139e82c68
Merge pull request #7972 from IppX/bug/6081-bom-in-resource-file
4 years ago
Hu Shuai 6bc4a948be Add unit test for pkg/chart/chart.go
4 years ago
Adam Reese d5d96ed3cf
Merge pull request #7929 from adamreese/fix/upgrade-results
4 years ago
Raphaël 984d2ac767
fix: write index.yaml file atomically (#7954)
4 years ago
Adam Reese 0acd2aa278
Merge pull request #7982 from adamreese/fix/7539-kube-client-config
4 years ago
Thomas FREYSS c422e51ca1 test: add test for bom test data integrity
4 years ago
Matt Farina 54e5088a50
Fixing docs from version to appVersion (#7975)
4 years ago
Adam Reese 4a0dfbe53b
fix(pkg/cli): ensure correct configuration from kubeconfig file
4 years ago
Thomas FREYSS 27ebfa8c56 fix(*): remove bom in utf files when loading chart files (#6081)
4 years ago
David Pait 6aefbdcf38
Helm upgrades with --reuse-values and nil user values -- with tests (#7959)
4 years ago
Adam Reese 1cdd0a2048
fix(pkg/plugin): copy plugins directly to the data directory (#7962)
4 years ago
Matt Butcher bb47286f09
fix linting error with lookup function (#7969)
4 years ago
Andre Sencioles d0726e07ab
Parse reference templates in predictable order (#7702)
4 years ago
Matthew Morrissette 1911870958
fix(helm): allow a previously failed release to be upgraded (#7653)
4 years ago
Matt Butcher 853ba2de16
fix: removed inaccurate comment (#7937)
4 years ago
Elliot Maincourt 21d2aa7f2b
Migrate SQL storage driver to Helm 3 (#7635)
4 years ago
Matt Butcher 7b89e66e0c
fix: Fixed a regression that was introduced with changed nil handling (#7938)
4 years ago
Matt Farina 51ac9453a0
Merge pull request #7936 from mattfarina/fix-7533
4 years ago
uzxmx a34f311539
Fix nested null value overrides (#7743)
4 years ago
Matt Farina 3b8521c1f0
Updating sprig and semver to newer versions
4 years ago
ZouYu df9cf87cbe add unit test for function FindPlugins
4 years ago
Martin Hickey 0767539279
Merge pull request #7925 from hickeyma/fix/add-user-error
4 years ago
Matt Butcher 549193dbcb
test: forward-port regression test from Helm 2 (#7927)
4 years ago
Matt Farina a3fa01ff8b
Merge pull request #7640 from yinzara/bugfix/issue-7002
4 years ago
Martin Hickey 0b1cba8474 Add an improved user error message for removed k8s apis
4 years ago
Martin Hickey 1c9b54ad7f
Merge pull request #7795 from consideRatio/template-indent
4 years ago
Martin Hickey 2291bfdddd
Merge pull request #7871 from Antiarchitect/fix-charts-extra-downloads
4 years ago
Adam Reese bdf6f48704
fix(pkg/kube): continue deleting objects when one fails
4 years ago
Adam Reese e1d046bc43
fix(tests): fix broken unit tests in storage (#7928)
4 years ago
Lu Fengqi 9e1f381bf2
Add unit test for Secrets/ConfigMaps (#7765)
4 years ago
Matt Butcher ad3ba46de1
docs: Update inline docs on action/upgrade.go (#7834)
4 years ago
Matthew Fisher 0e10757a3c
Merge pull request #7854 from q384566678/add-metadata-test
4 years ago
Zhou Hao 20c7909756 add unit test for metadata Validate
4 years ago
Zhou Hao b439d34a43 add unit test for ChartFullPath
4 years ago
Zhou Hao a3d3fa3964 add unit test for ChartPath
4 years ago
Zhou Hao 8c55de3818 add unit test for IsRoot
4 years ago
Eric Bailey b9445616b5
fix(storage): preserve last deployed revision (#7806)
4 years ago
Adam Reese c2da4fd53d
ref(*): kubernetes v1.18 (#7831)
4 years ago
Matt Butcher bd13b80b12
fix: fixed bug in Dependency.List() (#7852)
4 years ago
Matt Farina 08c612eedf
Adding notes on semver to create Chart.yaml
4 years ago
Matthew Fisher b735abe837
Merge pull request #7879 from naseemkullah/pod-annotations
4 years ago
Naseem f7972d075e
feat: allow image tag override
4 years ago
Naseem c4fc8b7de8
feat: add pod annotations
4 years ago
Andrey Voronkov f3350defec Avoid downloading same chart multiple times
4 years ago
lnattrass c12a9aee02
fix(helm): Data race in kube/client Delete func. (#7820)
4 years ago
Mario Valderrama 6414791e08
Improve --show-only flag (#7816)
4 years ago
Martin Hickey c20d06d930
Merge pull request #7814 from hs0210/work
4 years ago
Hu Shuai 9ab40a26af Add unit test for pkg/chart/chart.go
4 years ago
Martin Hickey 783be10aef
Merge pull request #7381 from naseemkullah/create-hpa
4 years ago
Matt Butcher 3706aa7ca6
fix: update unit test for go 1.14 error string change (#7835)
4 years ago
Tuan 97c68adc4d
Add fromYamlArray and fromJsonArray template helpers (#7712)
4 years ago
Martin Hickey aef7b1dca2
Merge pull request #7720 from misha-ridge/atomic-charts-cache
4 years ago
Matthew Fisher 193850a9e2
Merge pull request #7499 from bacongobbler/fix-7416
4 years ago
Erik Sundell cead0efa69 helm create command's templates more consistent
4 years ago
Martin Hickey a322199c65
Merge pull request #7779 from hickeyma/fix/test-check-msg
4 years ago
Matthew Fisher e0856a56cc
Merge pull request #7649 from DataDog/jlegrone/adopt-resources
5 years ago
Martin Hickey 9a0e7d8a31 Improve error message to check in unit test
5 years ago
Martin Hickey ca931b472b
Merge pull request #7691 from longkb/add_ut_for_values
5 years ago
Martin Hickey 93137abbb4
Merge pull request #7410 from tiendc/unit_test_releaseutil
5 years ago
Kim Bao Long 9d20e44ad1 Add unit test for lint/values.go
5 years ago
tiendc 26830942d2
Fix a bug in Delete() in storage/driver/cfgmaps.go (#7367)
5 years ago
tiendc 06bc18c624
Fix a bug in storage/driver/secrets.go Delete() (#7348)
5 years ago
Martin Hickey 3cc5811de5
Merge pull request #7744 from hickeyma/port-devel-show
5 years ago
Marc Khouzam 22b7562c62 fix(cli): Make upgrade check if cluster reachable
5 years ago
Matt Farina 2dfb20f332
Merge pull request #7751 from mattfarina/fix-7748
5 years ago
Jacob LeGrone 9496a7474b
Add tests
5 years ago
Jacob LeGrone 8d1de39fe3
Add more detail to error messages and support a non-force mode in metadata visitor
5 years ago
Matt Farina 28b085bed5
Fixing issue where archives created on windows have broken paths
5 years ago
Matt Farina 66292e5e24
Merge pull request #7164 from jmcelwain/master
5 years ago
James McElwain bf5c0ae7f4 fix(install): correct append tls config.
5 years ago
Martin Hickey a6994f6659 Port --devel flag from v2 to v3
5 years ago
Jacob LeGrone d829343c15
Use Create method if no resources need to be adopted
5 years ago
Martin Hickey 3d288b9823
Merge pull request #7661 from akash-gautam/fix/issue-7452
5 years ago
Martin Hickey eaebce6738
Merge pull request #7651 from sshukun/fix-v1-dep
5 years ago
Mikhail Gusarov b864fcd0f4 Make the charts cache safe in presence of several Helm instances
5 years ago
Matt Butcher 16024dc19a
fix: add new static linter and fix issues it found (#7655)
5 years ago
Matthias Riegler dc26128fb4
Add --insecure-skip-tls-verify for repositories (#7254)
5 years ago
Matthew Fisher b1959a309e
Merge pull request #7674 from sshukun/package-lock-file
5 years ago
Matthew Fisher ead3429408
Merge pull request #7713 from q384566678/add-secrets-test
5 years ago
Matthew Fisher 6bed5949cb
Merge pull request #7714 from donggangcj/respect-resource-policy-on-upgrade
5 years ago
Matthew Fisher 1940f500fd
Merge pull request #7721 from bacongobbler/fix-7230
5 years ago
Matt Farina e0d11be6db
Merge pull request #7707 from mattfarina/add-verify-out-to-command
5 years ago
Matthew Fisher faf5cfb2cb
Merge pull request #7189 from pmacik/fix-os.Stat
5 years ago
Matthew Fisher 14f6d1ea97
ref(environment): use string checking instead
5 years ago
Matthew Fisher 3dbc4dd53b
Merge pull request #7230 from waveywaves/update/token
5 years ago
Matt Farina 13ffa52a59
Merge pull request #7706 from mattfarina/fix-7624
5 years ago
Song Shukun a992464fa2 Save Chart.lock to helm package tar
5 years ago
Martin Hickey 9d7907342d
Merge pull request #7514 from fhopfensperger/fix-7497
5 years ago
Dong Gang 69d9722eda test(helm): fix client update error
5 years ago
Dong Gang c45869c4ad fix(helm): polish goimport
5 years ago
Zhou Hao f5da6bd3d6 add unit test for RecordsReplace
5 years ago
Dong Gang 9744e9f619 fix(helm): respect resource policy on ungrade
5 years ago
Zhou Hao ae508ebd1c add unit test for ConfigMapDelete
5 years ago
Zhou Hao 95d7f36d41 add unit test for SecretDelete
5 years ago
Matt Farina af35d61a98
Add verification output to the verify command
5 years ago
Matt Farina a3f92f65e2
Fixes verification output on pull command
5 years ago
Matt Morrissette 1ab52fa79c
fix(helm): stdin values for helm upgrade --install
5 years ago
Song Shukun 13e2dcfde5 Fix dep build to be compatiable with Helm 2 when requirements use repo alias
5 years ago
Matthew Fisher ec2e77cded
Merge pull request #7648 from bacongobbler/fix-6794
5 years ago
Matthew Fisher 7fd30581b6
Merge pull request #7665 from TomasKohout/master
5 years ago
Tomáš Kohout b4f716413c Printing name of chart that do not have requested import value.
5 years ago
Zhou Hao f1f661d4ca pkg/storage/records: add unit test for Exists
5 years ago
Zhou Hao c96aff6a43 pkg/storage/records: add unit test for Index
5 years ago
Zhou Hao 6b1eebd23a pkg/storage/records: add unit test for Get
5 years ago
akash-gautam e92a258a9d fix(helm): add --skipCRDs flag to 'helm upgrade'
5 years ago
Marc Khouzam 7f3339cb4e feat(tests): Allow to provision memory driver
5 years ago
Jacob LeGrone 271cb2268b
Alternative: annotation-only solution
5 years ago
Jacob LeGrone a29365b3c6
Adopt resources into release with correct instance and managed-by labels
5 years ago
Matthew Fisher 64ce6e6a74
Merge pull request #7591 from ylvmw/master
5 years ago
Matthew Fisher 694cf61aac
feat(install): introduce --create-namespace
5 years ago
Matthew Fisher 09f49458b0
Merge pull request #7608 from q384566678/add-gate-test
5 years ago
Song Shukun 1ff7202a98 Fix output of list action when it is failed
5 years ago
Vibhav Bobade 4bd3b8fc06 Pass the apiserver address/port via cli, introduce HELM_KUBEAPISERVER envvar
5 years ago
Song Shukun eda60a59b6 pkg/helmpath: fix unit test for Windows
5 years ago
Taylor Thomas 512e1b8bc9
Merge pull request #7401 from hiddeco/non-global-scheme-convert
5 years ago
Taylor Thomas 2cd3d12acd
Merge pull request #7530 from plenus-cloud/fix-7513
5 years ago
Song Shukun e9f40ed7a5 fix golint failure in pkg/action
5 years ago
Martin Hickey 0c9e99dce5
Merge pull request #7365 from fenggw-fnst/mybranch
5 years ago
Zhou Hao 03b04639f3 pkg/gates: add unit test for String
5 years ago
Martin Hickey 7b9dc71c25 Fix render error not being propogated
5 years ago
Martin Hickey 722042e852
Merge pull request #7570 from Maronee/upgradeOpenApiValidation
5 years ago
ylvmw 54ca879095 IsReachable() needs to give detailed error message.
5 years ago
Sebastian Voinea 561971c381 feat(upgrade): introduce --disable-openapi-validation:
5 years ago
Vibhav Bobade afdfb75234 Pass kube user token via cli, introduce HELM_KUBETOKEN envvar
5 years ago
Hidde Beydals e41184a585 fix(kube): generate k8s native scheme only once
5 years ago
Hidde Beydals b55224ebb9 fix(kube): use non global Scheme to convert
5 years ago
Benn Linger 5e638e3587
Revert "Do not delete templated CRDs"
5 years ago
Federico Bevione af0007c908 fix(helm): improved logs
5 years ago
Daniel Cheng 206d4a9053 add test for template recursion
5 years ago
Daniel Cheng 8528548441 fix recursion count in templates
5 years ago
Federico Bevione 077503f175 fix(helm): Reworded logs for clarity
5 years ago
Taylor Thomas cf7a02fac7 chore(*): Removes support for searching the plugin dir
5 years ago
Taylor Thomas 7a3049a418 chore(postrender): Adds unit tests for exec post renderer
5 years ago
Taylor Thomas 08fc12a8c3 Adds post-render support
5 years ago
Matthew Fisher 8e1fc4bc6f
fix(memory_test): rebase master
5 years ago
Matt Farina e24b21a3dc
Merge pull request #7543 from mattfarina/issue-7536
5 years ago
Matthew Fisher b0a187756c
Merge pull request #7288 from mnkyl/lint-subcharts
5 years ago
Marc Khouzam be7de1c376 fix(cmd): Specify namespace for template command
5 years ago
Marc Khouzam e6d2d10bad fix(tests): Add namespace support to memory driver
5 years ago
Matthew Fisher 98962dce3f
Merge pull request #7349 from tiendc/unit_test_memory_list
5 years ago
Matt Farina ed80cf4548
Fixes issue where non-CRDs are read in from the crd directory
5 years ago
Matthew Fisher 0dadbdc309
Merge pull request #7373 from Sh4d1/bypass_ns
5 years ago
Matthew Fisher c825a01435
Merge pull request #7440 from mtougeron/helm-template-write-crd-to-spec-file
5 years ago
Matthew Fisher 671ceb5514
ref(kind_sorter): use an in-place sort for sortManifestsByKind, reduce code duplication
5 years ago
Matt Farina 3582b03a91
Merge pull request #7542 from mattfarina/issue-7532
5 years ago
Jon Huhn 43e6285995
Fix engine.newFiles doc comment
5 years ago
Matt Farina 1bd819a7b2
Fixes issue where <CHARTNAME> is left in starter values file
5 years ago
Federico Bevione 438eaec971 fix(helm): Don't wait for service to be ready when external IP are set
5 years ago
Martin Hickey 5ec70ab27f
fix(chart): lock digest differs when dependency build with Helm 2 and then Helm 3 (#7261)
5 years ago
Mike Tougeron e78402d559 fix conflicts
5 years ago
Josh Dolitsky 7ce29e12fa
ref(go.mod): oras v0.8.1 (#6862)
5 years ago
Matthew Fisher 3ff3dabd9e
Merge pull request #6819 from bacongobbler/disable-openapi-validation
5 years ago
Martin Hickey 084ab20f67
feat(template): Allow template output to use release name (#7503)
5 years ago
Florian Hopfensperger d03db32c25 fixed dependencies processing in case of helm install or upgrade for disabled/enabled sub charts
5 years ago
Yaakov Selkowitz df20164cd2
Fix tests on arm64 and ppc64le (#7500)
5 years ago
Matthew Fisher 5c7bf8e015
Merge pull request #7474 from bacongobbler/fix-7473
5 years ago
Matthew Fisher 1b1d6bba9c
fix(lookup_func): do not return error when object is not found
5 years ago
Jon Huhn d70b50b3a1
Fix typo
5 years ago
LongKB 1d79ed2c18
Fix some spelling errors in comment (#7492)
5 years ago
Matthew Fisher 0afce196fd
Merge pull request #7484 from diversario/7481-dont-cleanup-nil-resources
5 years ago
Taylor Thomas c8c0000725
Merge pull request #7409 from akazemis/11414-fix-the-helm-upgrade-force-log-issue
5 years ago
Ilya Shaisultanov 8d566c0ade When no resources were created, do not try to clean them up
5 years ago
Mike Tougeron 93adb35af1 maintain backwards compatibility in the api for the CRDs function
5 years ago
Matthew Fisher 50dcd39ba5
fix(package): remove --set, --values, etc. flags
5 years ago
Matthew Fisher 9c680e604b
Merge pull request #7443 from zwwhdls/fix7439
5 years ago
Shota Nakamura 0beb9f7040 fix(chartutil): remove empty lines and a space from rendered chart templates (#7455)
5 years ago
Daniel Strobusch 9a2ff7802f
fix(helm): sort hooks by kind for equal weight
5 years ago
Matt Farina e3675e3312
Merge pull request #7358 from cristiklein/fix/deal-with-correupted-storage-v3
5 years ago
zwwhdls 16a85f7570 fix test-style
5 years ago
zwwhdls 4eda4fa06d allow limited recursion in templates
5 years ago
Mike Tougeron 804e07300b Render the CRDs to spec files
5 years ago
Matthew Fisher 29fc78f975
Merge pull request #6975 from jabielecki/doc-helmpath
5 years ago
Jakub Bielecki 8fe2097ffe fix(kube) only add to scheme.Scheme once
5 years ago
Martin Hickey 88f42929d7
Remove references to protobuf (#7425)
5 years ago
Vivian Kong 82823a6634 Allow tests to run on s390x (#7096)
5 years ago
Dao Cong Tien 10b44a114d Add unit test for Reverse() in pkg/releaseutil.go
5 years ago
Matt Butcher 6cc039ea79
fix: catch one additional discovery client warning (#7176)
5 years ago
Cristian Klein 1f0582cadc fix(helm): improve handling of corrupted storage
5 years ago
Ahmad Kazemi 9143223932 unnecessary import removed
5 years ago
Ahmad Kazemi d4c37d33d1 Signed-off-by: Ahmad Kazemi <ahmad.kazemi@recordpoint.com>
5 years ago
Marc Khouzam 1a13366eb0
Merge pull request #6809 from VilledeMontreal/feat/compUseCache
5 years ago
Matthew Fisher 8c84a0bc03
Merge pull request #7266 from bradskuse/kind-sorter-helm3
5 years ago
Simon Alling e868cb23c0 ref(pkg/storage): Refactor Deployed and DeployedAll (#7374)
5 years ago
Matthew Fisher e84b61b2db
Merge pull request #6752 from raffaelespazzoli/lookup
5 years ago
Matt Farina 77e145c13e
Merge pull request #7395 from fenggw-fnst/work2
5 years ago
Marc Khouzam 72edf56150
Merge pull request #7383 from VilledeMontreal/feat/rmDeadCode
5 years ago
Bradley Skuse e2946c7e34 Fix: helm3 - kind sorter incorrectly compares unknown and namespace
5 years ago
Guangwen Feng 0cdbbf287f Fix typo in comment for func IsReachable
5 years ago
Marc Khouzam f437b4d6c9 feat(comp): Speed up completion of charts
5 years ago
Marc Khouzam d3a8cc4713 feat(chore): Remove unused code
5 years ago
Naseem b9a8e98bca
Add hpa boilerplate
5 years ago
海的澜色 985827d09a stop with an error immediately if a file or directory with that name already exists (#7187)
5 years ago
Patrik Cyvoct ff0e008558
add option to bypass kubeconfig namespace
5 years ago
Andreas Lindhé de1996e500 Add comments about release Version variable
5 years ago
Taylor Thomas f35719a62a
Merge pull request #7320 from PhilGrayson/issue-7279
5 years ago
Naseem a963736f66 [helm create] Include serviceAccount.annotations value (#7246)
5 years ago
Guangwen Feng 2f705f94b6 Add corresponding unit test to the function in parser.go
5 years ago
Matthew Fisher 7432fdc9ef
Merge pull request #7355 from dastrobu/#7159-cannot-install-service-account-token-due-to-install-order
5 years ago
Matthew Fisher 9e4d42e18c
Merge pull request #7245 from waveywaves/fix/crd-install-api-extensions
5 years ago
Matthew Fisher d2b89119a0
Merge pull request #6904 from bakito/master
5 years ago
Daniel Strobusch 08663e6bb3
fix(helm): move ServiceAccount before Secret in InstallOrder.
5 years ago
bakito ab905010fd fix error output
5 years ago
Matthew Fisher 840bbc951e
Merge pull request #6842 from AndiDog/object-order
5 years ago
Hu Shuai de9118b879 Fix a typo "update" -> "updates" (#7346)
5 years ago
Dao Cong Tien 476ffaea8c Add unit test for List() of pkg/storage/driver/memory.go
5 years ago
Phil Grayson 600970459e Do not delete templated CRDs
5 years ago
Guangwen Feng cedd480199 Add corresponding unit test to the function in resource.go.
5 years ago
Nick Lee cf4bee7ac8 feat(cmd/lint): added a flag for linting subcharts
5 years ago
Taylor Thomas 12e0ab7e44
Merge pull request #7284 from heyleke/feat/hg-orig
5 years ago
Taylor Thomas df13e24513
Merge pull request #7269 from adriangonz/fix-crd-update
5 years ago
Jan Heylen a2bbb67839 fix(helm): add .orig as typical backup file
5 years ago
Romain Grenet 8cb3c02c47 Port PR #4161 Fix incorrect timestamp when helm package to Helmv3
5 years ago
Adrian Gonzalez-Martin afa612df9d Add back fix for CRD patch creation
5 years ago
Josh Soref 02ad2b1187 Spelling (#7258)
5 years ago
Martin Hickey b6e2a14306
fix(kube): Port use of watcher with retries to wait for resources (#7217)
5 years ago
raffaelespazzoli fa643cfa31 fixed golint
5 years ago
raffaelespazzoli a62ba04962 additional fixes based on @thomastaylor312 comment
5 years ago
raffaelespazzoli 0bb4eaace7 addressing some feedback from @thomastaylor312
5 years ago
raffaelespazzoli 8e088fc4a2 fixed test issue
5 years ago
raffaelespazzoli e98cd621f0 added rest client passed with action configuration
5 years ago
raffaelespazzoli b3495c7353 added license header
5 years ago
raffaelespazzoli 02ce01b241 fixed circle ci issues
5 years ago
raffaelespazzoli 30d245a0e3 added check on namespaced resource
5 years ago
raffaelespazzoli d564d4bf2d first lookup template function implementation
5 years ago
Jakub Bielecki 3973fa877f doc(helmpath) move licensing info out of godoc
5 years ago
Vibhav Bobade 1c6424cb18 fix(install) crd install with apiextensions.k8s.io/v1
5 years ago
Andreas Sommer 4d8160eedf feat(template): process manifests in file path order, then in order found in each file (before sorting manifests)
5 years ago
Matthew Fisher f4f5b2e46f
Merge pull request #7240 from Blokje5/fix/incorrect-error-message-in-helm-install
5 years ago
Lennard Eijsackers a3f00fde69 fix(helm): Validate number of arguments in install client
5 years ago