This repository was archived by the owner on Jul 16, 2021. It is now read-only.
Tags: helm/monocular
Tags
Adding filter options to chart-repo (#658) * Adding filter options to chart-repo Signed-off-by: Greg Sidelinger <[email protected]> * Updating filter tests Add filter on annoation name only Signed-off-by: Greg Sidelinger <[email protected]> * Moving filter logic to function Updating filter tests Signed-off-by: Greg Sidelinger <[email protected]> Signed-off-by: Greg Sidelinger <[email protected]> * Update cmd/chart-repo/chart_repo.go Co-Authored-By: Adnan Abdulhussein <[email protected]> Signed-off-by: Greg Sidelinger <[email protected]> * Update cmd/chart-repo/chart_repo.go Co-Authored-By: Adnan Abdulhussein <[email protected]> Signed-off-by: Greg Sidelinger <[email protected]> * Minor filter updates Adding more test data Signed-off-by: Greg Sidelinger <[email protected]> * Adding glob matching to name filters Signed-off-by: Greg Sidelinger <[email protected]> Co-authored-by: Adnan Abdulhussein <[email protected]>
Update chart resources apiVersion (#644) * Update chart resources apiVersion Signed-off-by: Dean Coakley <[email protected]> * Make required changes for apiVersion update Signed-off-by: Dean Coakley <[email protected]> * Update mongodb chart dep. Necessary for k8 v1.16 Signed-off-by: Dean Coakley <[email protected]> * Bump patch version of Chart Signed-off-by: Dean Coakley <[email protected]>
[chart-repo] Support case insensitive readme file in charts (#639) Fix #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 <[email protected]>
[chart-repo] Store repositories checksum in cache to avoid reprocessi… …ng (#637) * Store repositories checksum in cache to avoid reprocessing Signed-off-by: Andres Martinez Gotor <[email protected]> * Update log message Signed-off-by: Andres Martinez Gotor <[email protected]>
Check member is defined before calling match (#616) * Check member is defined before calling match Signed-off-by: Scott Rigby <[email protected]> * Pass string not bang bang bool Signed-off-by: Scott Rigby <[email protected]>
PreviousNext