Skip to content

Commit ccfebd1

Browse files
committed
We need helm linting at this time
Because the linting makes the dependency update. We will need to split linting and dep update later.
1 parent e4f67db commit ccfebd1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

generator/tools_test.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ func _compile_test(t *testing.T, options ...string) string {
3838
force := false
3939
outputDir := "./chart"
4040
profiles := make([]string, 0)
41-
helmdepUpdate := false
41+
helmdepUpdate := true
4242
var appVersion *string
4343
chartVersion := "0.1.0"
4444
convertOptions := ConvertOptions{
@@ -50,6 +50,7 @@ func _compile_test(t *testing.T, options ...string) string {
5050
ChartVersion: chartVersion,
5151
}
5252
Convert(convertOptions, "compose.yml")
53+
5354
// launch helm lint to check the generated chart
5455
if helmLint(convertOptions) != nil {
5556
t.Errorf("Failed to lint the generated chart")

0 commit comments

Comments
 (0)