helm/pkg
Marc Khouzam 7f3339cb4e feat(tests): Allow to provision memory driver
The memory driver is used for go tests. It can also be used from the
command-line by setting the environment variable HELM_DRIVER=memory.
In the latter case however, there was no way to pre-provision some
releases.

This commit introduces the HELM_MEMORY_DRIVER_DATA variable which
can be used to provide a colon-separated list of yaml files specifying
releases to provision automatically.

For example:
   HELM_DRIVER=memory \
   HELM_MEMORY_DRIVER_DATA=./testdata/releases.yaml \
   helm list --all-namespaces

Signed-off-by: Marc Khouzam <marc.khouzam@montreal.ca>
2020-02-21 08:44:38 -05:00
..
action feat(tests): Allow to provision memory driver 2020-02-21 08:44:38 -05:00
chart Fixes issue where non-CRDs are read in from the crd directory 2020-02-07 11:24:05 -05:00
chartutil Fixes issue where <CHARTNAME> is left in starter values file 2020-02-06 12:01:03 -05:00
cli Spelling (#7258) 2019-12-18 12:04:08 +00:00
downloader fix(chart): lock digest differs when dependency build with Helm 2 and then Helm 3 (#7261) 2020-02-05 09:38:30 +01:00
engine add test for template recursion 2020-02-10 12:25:41 -05:00
gates pkg/gates: add unit test for String 2020-02-17 13:48:12 +08:00
getter Fix some spelling errors in comment (#7492) 2020-01-30 11:19:10 +00:00
helmpath pkg/helmpath: fix unit test for Windows 2020-02-19 16:52:28 +09:00
kube Merge pull request #7591 from ylvmw/master 2020-02-20 13:04:23 -08:00
lint Spelling (#7258) 2019-12-18 12:04:08 +00:00
plugin Fix tests on arm64 and ppc64le (#7500) 2020-01-31 09:59:35 +00:00
postrender chore(*): Removes support for searching the plugin dir 2020-02-07 10:29:59 -07:00
provenance improved the error message for failed package signing (#6948) 2019-12-06 09:14:39 -07:00
release Spelling (#7258) 2019-12-18 12:04:08 +00:00
releaseutil Fix: helm3 - kind sorter incorrectly compares unknown and namespace 2020-01-14 21:59:14 +08:00
repo Merge pull request #6809 from VilledeMontreal/feat/compUseCache 2020-01-15 17:09:39 -05:00
storage fix(memory_test): rebase master 2020-02-07 09:25:23 -08:00
strvals Add corresponding unit test to the function in parser.go 2020-01-09 16:27:56 +08:00
time ref(time): Adds wrapper for most time stdlib methods 2019-10-16 08:47:52 -06:00