You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if i push to a custom registry one might as well need:
REGISTRY_ORGS
XPKG_REG_ORGS
the rest really could be just imported imo
Proposed solution:
Remove everything that should not be customized from the Makefile and move it into the build submodule or be packaged in some other way (Maybe as OCI) and could also be versioned maybe.
As a side effect, this would make it easier to renovate the dependencies, such as
Problem Statement:
I find myself coming back often to this repository whenever my CI/CD flow breaks, to see if the Makefile has changed
Generally an upjet generated provider only needs these variables:
if i push to a custom registry one might as well need:
the rest really could be just imported imo
Proposed solution:
Makefile
and move it into the build submodule or be packaged in some other way (Maybe as OCI) and could also be versioned maybe.centralized and also help with pinning
TERRAFORM_VERSION
to1.5.7
to enforce that versionThe text was updated successfully, but these errors were encountered: