Tags: KZachariassen/monocular
Tags
Adding filter options to chart-repo (helm#658) * Adding filter options to chart-repo Signed-off-by: Greg Sidelinger <gate@ilive4code.net> * Updating filter tests Add filter on annoation name only Signed-off-by: Greg Sidelinger <gate@ilive4code.net> * Moving filter logic to function Updating filter tests Signed-off-by: Greg Sidelinger <sidelig@nationwide.com> Signed-off-by: Greg Sidelinger <gate@ilive4code.net> * Update cmd/chart-repo/chart_repo.go Co-Authored-By: Adnan Abdulhussein <adnan@prydoni.us> Signed-off-by: Greg Sidelinger <gate@ilive4code.net> * Update cmd/chart-repo/chart_repo.go Co-Authored-By: Adnan Abdulhussein <adnan@prydoni.us> Signed-off-by: Greg Sidelinger <gate@ilive4code.net> * Minor filter updates Adding more test data Signed-off-by: Greg Sidelinger <gate@ilive4code.net> * Adding glob matching to name filters Signed-off-by: Greg Sidelinger <gate@ilive4code.net> Co-authored-by: Adnan Abdulhussein <adnan@prydoni.us>
Update chart resources apiVersion (helm#644) * Update chart resources apiVersion Signed-off-by: Dean Coakley <dean.s.coakley@gmail.com> * Make required changes for apiVersion update Signed-off-by: Dean Coakley <dean.s.coakley@gmail.com> * Update mongodb chart dep. Necessary for k8 v1.16 Signed-off-by: Dean Coakley <dean.s.coakley@gmail.com> * Bump patch version of Chart Signed-off-by: Dean Coakley <dean.s.coakley@gmail.com>
[chart-repo] Support case insensitive readme file in charts (helm#639) Fix helm#638. Sometimes the chart creator uses the name 'README.md', 'readme.md' or 'Readme.md' in the chart tarball. This patch adds support for case insensitive filenames in the chart tarball. We assume any files in the same folder in the chart tarball won't have the same file name when case ignored, and it should be true. Signed-off-by: Jesse Hu <seizethetime@163.com>
[chart-repo] Store repositories checksum in cache to avoid reprocessi… …ng (helm#637) * Store repositories checksum in cache to avoid reprocessing Signed-off-by: Andres Martinez Gotor <andres@bitnami.com> * Update log message Signed-off-by: Andres Martinez Gotor <andres@bitnami.com>
PreviousNext