Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for MODRINTH_DOWNLOAD_DEPENDENCIES #250

Merged
merged 2 commits into from
Mar 2, 2025
Merged

Conversation

2br-2b
Copy link
Contributor

@2br-2b 2br-2b commented Mar 2, 2025

Once again, thank you so much for this project!

Right now, when trying to download Modrinth plugins, there's no support for MODRINTH_DOWNLOAD_DEPENDENCIES. This means that there is no way to specify to download required dependencies from Modrinth and they all must be manually specified. This PR fixes that

(Note - this is my first time modifying a helm chart, so you should probably make sure there's nothing else I missed changing. This should still provide backwards compatibility, but I don't know if you would also want to bump the version number)

Copy link
Owner

@itzg itzg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

You'll need to bump the chart version in any case to make the helm deployment mechanics happy. I'd say bump the middle/minor version since it technically adds to the "interface".

@itzg
Copy link
Owner

itzg commented Mar 2, 2025

BTW there's always extraEnv for variables that the chart doesn't expose

In fact, it has become quite a maintenance headache to have mapped so many variables in the first place. My comment about the non-existent variable is a case in point 😀 .

2br-2b added 2 commits March 2, 2025 15:33
Change optionalDependencies to downloadDependencies
@2br-2b
Copy link
Contributor Author

2br-2b commented Mar 2, 2025

Should be all set now!

Copy link
Owner

@itzg itzg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes look great. Just waiting on validation build.

@itzg itzg merged commit 80e95ab into itzg:master Mar 2, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants