You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by GitBox <gi...@apache.org> on 2022/03/28 13:39:11 UTC

[GitHub] [flink-kubernetes-operator] tisonkun commented on a change in pull request #123: [FLINK-26214] Helm chart uses GitHub packages for docker image

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: commits-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org