* feat: upgrade Helm version to v3.20.0 and v4.1.0 This commit updates the recommended Helm version from v3.19.5/v4.0.5 to v3.20.0/v4.1.0 across all workflows, Dockerfiles, and application constants. Changes: - Update CI matrix to test with Helm v3.20.0 and v4.1.0 - Update .github/workflows/Makefile HELM_VERSION to v4.1.0 - Update Dockerfiles with new version and SHA256 checksums - Update pkg/app/init.go HelmRecommendedVersion to v4.1.0 - Update go.mod helm.sh/helm/v3 to v3.20.0 and helm.sh/helm/v4 to v4.1.0 Signed-off-by: yxxhero <aiopsclub@163.com> * fix: remove source field from e2e test helm plugin configs Signed-off-by: yxxhero <aiopsclub@163.com> * fix: remove source field from integration test helm plugin config Signed-off-by: yxxhero <aiopsclub@163.com> --------- Signed-off-by: yxxhero <aiopsclub@163.com> |
||
|---|---|---|
| .. | ||
| testdata | ||
| version | ||
| app.go | ||
| app_apply_hooks_test.go | ||
| app_apply_nokubectx_test.go | ||
| app_apply_test.go | ||
| app_diff_test.go | ||
| app_gethelm_test.go | ||
| app_lint_test.go | ||
| app_list_test.go | ||
| app_parallel_test.go | ||
| app_sync_test.go | ||
| app_template_test.go | ||
| app_test.go | ||
| ask.go | ||
| config.go | ||
| constants.go | ||
| constants_test.go | ||
| context.go | ||
| context_test.go | ||
| dag_test.go | ||
| desired_state_file_loader.go | ||
| destroy_nokubectx_test.go | ||
| destroy_test.go | ||
| diff_nokubectx_test.go | ||
| diff_test.go | ||
| errors.go | ||
| errors_test.go | ||
| formatters.go | ||
| formatters_test.go | ||
| init.go | ||
| init_test.go | ||
| load_opts.go | ||
| load_opts_test.go | ||
| print_env.go | ||
| print_env_test.go | ||
| run.go | ||
| snapshot_test.go | ||
| two_pass_renderer.go | ||
| two_pass_renderer_test.go | ||
| validate_config.go | ||
| validate_config_test.go | ||