adutra commented on code in PR #3759: URL: https://github.com/apache/polaris/pull/3759#discussion_r2813453087
########## Makefile: ########## @@ -215,16 +215,62 @@ client-cleanup: ## Cleanup virtual environment and Python cache files ##@ Helm +helm-install-plugins: DEPENDENCIES := helm +.PHONY: helm-install-plugins +helm-install-plugins: check-dependencies ## Install required Helm plugins (unittest, schema) + @echo "--- Installing Helm plugins ---" + # Pin unittest version to 1.0.2 due to https://github.com/helm-unittest/helm-unittest/issues/790 + @if helm plugin list | grep -q "^unittest"; then \ Review Comment: I modified the CI job to test different Helm & K8s versions: all tests are passing. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
