Tags: jethr0null/monocular
Tags
enable ability to index new chart data for the same chart version (he… …lm#556) * enable ability to index new chart data for the same chart version Previously, chart-repo skipped indexing any chart versions previous indexed based on the repo, name and version. However, if a user modifies a chart version without bumping a new version, the changes are not taken into account. This changes chart-repo to skip based on the above AND the digest of the chart package so that packages with a new digest are correctly updated. See also vmware-tanzu/kubeapps#659 fixes helm#555 Signed-off-by: Adnan Abdulhussein <adnan@bitnami.com> * update kubeapps/common dep to pull in fix for tests Signed-off-by: Adnan Abdulhussein <adnan@bitnami.com> * add comments Signed-off-by: Adnan Abdulhussein <adnan@bitnami.com>
Switch to circleci (helm#539) * Switch to CircleCI - based configuration off of https://github.com/kubeapps/kubeapps/blob/9a92cbf2bf0c618395389900d22567552282004f/.circleci/config.yml - builds chartsvc and chart-repo - template test for helm chart Signed-off-by: Adnan Abdulhussein <adnan@bitnami.com> * update Makefiles and Dockerfiles of Go tools Signed-off-by: Adnan Abdulhussein <adnan@bitnami.com> * fix mispelling Signed-off-by: Adnan Abdulhussein <adnan@bitnami.com> * test ci Signed-off-by: Adnan Abdulhussein <adnan@bitnami.com> * fix repo sync script for CircleCI Signed-off-by: Adnan Abdulhussein <adnan@bitnami.com> * only push images on master or tagged builds Signed-off-by: Adnan Abdulhussein <adnan@bitnami.com> * rename test_go to test_go_packages Signed-off-by: Adnan Abdulhussein <adnan@bitnami.com>
Refresh chart no longer requires an existing chart in allCharts cache (… …helm#461) * bug fix: in memory allCharts map was not updated on chart refresh * test for single chart refresh that covers case when a new version is available * missing delete function in charts mock * test mock * chart refresh should be available even if chart does not exist locally
PreviousNext