tisonkun commented on a change in pull request #123:
URL: 
https://github.com/apache/flink-kubernetes-operator/pull/123#discussion_r836441185



##########
File path: helm/flink-operator/values.yaml
##########
@@ -23,9 +23,9 @@
 # watchNamespaces: ["flink"]
 
 image:
-  repository: flink-operator
+  repository: ghcr.io/apache/flink-operator
   pullPolicy: IfNotPresent
-  tag: latest
+  tag: main

Review comment:
       I may prefer use latest in the CD workflow which is the default manner 
in the Docker world. Could you explain a bit why do we use `main` instead of 
`latest` in the CD workflow? IIRC `docker pull <image>` is default to `latest`.




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


Reply via email to