source-controller/internal/helm
Aurel Canciu a55c502bb4
Fix HelmChart valuesFile chart path restriction
As part of the feature implementation to support helm chart
dependencies, the functionality for allowing values files overwriting
from any location scoped to the same source was altered. This should fix
the problem by allowing users to load files from any arbitrary location
as long as it's in the context of the same source from where the helm
chart itself is loaded.

Signed-off-by: Aurel Canciu <aurelcanciu@gmail.com>
2020-12-17 12:57:41 +02:00
..
testdata Move Helm dependency manager to `helm` package 2020-11-19 09:50:50 +01:00
chart.go Fix HelmChart valuesFile chart path restriction 2020-12-17 12:57:41 +02:00
chart_test.go Fix HelmChart valuesFile chart path restriction 2020-12-17 12:57:41 +02:00
dependency_manager.go Refactor and document DependencyManager 2020-12-15 15:37:42 +01:00
dependency_manager_test.go Refactor and document DependencyManager 2020-12-15 15:37:42 +01:00
getter.go Change copyright to Flux authors 2020-10-27 17:54:22 +01:00
getter_test.go Change copyright to Flux authors 2020-10-27 17:54:22 +01:00
repository.go Switch to Masterminds/semver and pkg/version libs 2020-10-28 12:21:08 +01:00
repository_test.go Pick the most recent chart/tag for ambiguous semver matches 2020-10-27 20:26:28 +01:00
utils.go Change copyright wording to accomodate convention 2020-10-28 18:08:44 +02:00