Closed dbkegley closed 6 months ago
Something that I found confusing: There is also charts/rstudio-connect/Makefile. Some product-specific targets are in the Justfile and others are within the various Makefile.
I didn't even notice that... @colearendt any preference on what lives in the main justfile vs the product-specific makefiles? I can move this target elsewhere if we prefer.
Also, @aronatkins are you okay if I go ahead and enable quarto/python by default in this branch? I'll go ahead and update the NEWS as well.
OK enabling, yes.
This PR enables Quarto and Python by default for local execution. They were already enabled by default for off-host execution.This change will happen in the original PR instead. This PR only add the new GHAAdds a new GHA test that runs on every PR which validates
that
the local defaults defined in the values are actually installed on the default image:command -v
against each executable to ensure that it exists in the default chart image.Related to https://github.com/rstudio/helm/pull/486#issuecomment-2085390506