Merge Develop to prepare V3 #77

Merged
metal3d merged 98 commits from develop into master 2024-10-29 16:45:05 +00:00
Showing only changes of commit ccfebd1a70 - Show all commits

View File

@@ -38,7 +38,7 @@ func _compile_test(t *testing.T, options ...string) string {
force := false
outputDir := "./chart"
profiles := make([]string, 0)
helmdepUpdate := false
helmdepUpdate := true
var appVersion *string
chartVersion := "0.1.0"
convertOptions := ConvertOptions{
@@ -50,6 +50,7 @@ func _compile_test(t *testing.T, options ...string) string {
ChartVersion: chartVersion,
}
Convert(convertOptions, "compose.yml")
// launch helm lint to check the generated chart
if helmLint(convertOptions) != nil {
t.Errorf("Failed to lint the generated chart")