caicancai commented on code in PR #3683: URL: https://github.com/apache/incubator-streampark/pull/3683#discussion_r1580343020
########## README.md: ########## @@ -62,7 +61,7 @@ - [Start with Docker](docker/README.md) - [Start with Kubernetes](helm/README.md) -Click [Document](https://streampark.apache.org/docs/user-guide/quick-start) for more information +Click [Official documentation](https://streampark.apache.org/docs/user-guide/quick-start) for more information Review Comment: I think this should be consistent, why is one using documentation and the other is official documentation? ########## docker/docker-compose.yaml: ########## @@ -17,7 +17,7 @@ version: '3.8' services: streampark-console: - image: apache/streampark:latest + image: apache/streampark:2.1.4 Review Comment: Why is there no latest? Does this mean that we need to modify the yaml file every time we release a version? -- 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]
