adutra commented on code in PR #3800:
URL: https://github.com/apache/polaris/pull/3800#discussion_r2817529751
##########
.github/renovate.json5:
##########
@@ -53,6 +53,7 @@
"gradle", "gradle-wrapper",
"pip_requirements", "pip_setup", "uv", "setup-cfg",
"dockerfile", "devcontainer", "docker-compose",
+ "helm-requirements", "helm-values",
Review Comment:
I don't mind adding those but I'm not sure they will be very useful:
`helm-values` updates docker images in values.yaml, but we only have one docker
image, Polaris itself (and the tag is always `latest`). As for
`helm-requirements` I think it's mostly useful when the chart has subcharts,
which is not the case for Polaris.
--
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]