Copilot commented on code in PR #34:
URL: 
https://github.com/apache/incubator-seata-k8s/pull/34#discussion_r2312330573


##########
deploy/seata-server-standalone.yaml:
##########
@@ -57,7 +57,7 @@ spec:
     spec:
       containers:
         - name: seata-server
-          image: docker.io/seataio/seata-server:1.7.0
+          image: apache/seata-server:latest

Review Comment:
   The image version was changed from a specific version (1.7.0) to 'latest'. 
Using 'latest' tag can lead to unpredictable deployments and makes it difficult 
to track which version is running. Consider using a specific version tag for 
production deployments.
   ```suggestion
             image: apache/seata-server:1.7.0
   ```



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to