squakez commented on code in PR #5246: URL: https://github.com/apache/camel-k/pull/5246#discussion_r1522723666
########## pkg/util/defaults/defaults.go: ########## @@ -44,5 +44,10 @@ const ( installDefaultKamelets = true ) +// Maps base image variants to their respective digests +var baseImageVariantMapping = map[string]string{ Review Comment: We cannot hardcode configuration values. Beside, this file should not be edited as it is regenerated automatically at every build execution. -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org