affo commented on PR #2692: URL: https://github.com/apache/fluss/pull/2692#issuecomment-3950118800
@xx789633 the latest changes now address your doubts 🤝 `repository` is now required. if `tag` is missing, no `:` is added avoiding a malformed image name. For tag formatting, unfortunately, it is not possible to discriminate `1.0` VS `1` in Go templating, as they would always render to `1` as strings. Wrapping the tag in quotes in YAML is left to the user 👍 In our default values we offer a tag value wrapped in quotes. I checked this behavior and it would be the same in Bitnami's charts. Tested with Zookeeper 🤝 -- 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]
