From ef901395ecdd6372324ad63c6e45722ec123be41 Mon Sep 17 00:00:00 2001 From: Andreas Salhus Bakseter <141913422+baksetercx@users.noreply.github.com> Date: Tue, 28 Jan 2025 10:53:38 +0100 Subject: [PATCH 1/2] Remove default value for flag --helm-values-file --- pkg/shared/flags.go | 1 - tests/github-actions/run_tests.sh | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/shared/flags.go b/pkg/shared/flags.go index e59160a..b1b5524 100644 --- a/pkg/shared/flags.go +++ b/pkg/shared/flags.go @@ -67,7 +67,6 @@ func HelmValuesFileFlag() *cli.StringFlag { Name: "helm-values-file", Aliases: []string{"F"}, Usage: "The Helm values file used for deploying.", - Value: ".github/deploy/values.yml", } } diff --git a/tests/github-actions/run_tests.sh b/tests/github-actions/run_tests.sh index 34b8d93..603ce63 100755 --- a/tests/github-actions/run_tests.sh +++ b/tests/github-actions/run_tests.sh @@ -7,6 +7,7 @@ test_github_actions() { output_dir=$(mktemp -d) if ! 3lv gha \ + --non-interactive \ -s core \ -a "$app_name" \ -f "$app_name.csproj" \ From 6e33b3ae0ce9014f0aaaf7e37adc25e95d574946 Mon Sep 17 00:00:00 2001 From: Andreas Salhus Bakseter <141913422+baksetercx@users.noreply.github.com> Date: Tue, 28 Jan 2025 10:54:01 +0100 Subject: [PATCH 2/2] 0.29.5 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 35b1b3d..88f8ee8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.29.4 +0.29.5