This is an automated email from the ASF dual-hosted git repository.

gyfora pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git


The following commit(s) were added to refs/heads/main by this push:
     new 44b1ff6a [FLINK-37657] Fix default image repository in Helm chart
44b1ff6a is described below

commit 44b1ff6a4e25f69528ac7abc29de6e9224e3c8e2
Author: Nick Caballero <[email protected]>
AuthorDate: Fri Apr 11 09:09:26 2025 -0400

    [FLINK-37657] Fix default image repository in Helm chart
---
 helm/flink-kubernetes-operator/values.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm/flink-kubernetes-operator/values.yaml 
b/helm/flink-kubernetes-operator/values.yaml
index c23d742c..e81c2a3e 100644
--- a/helm/flink-kubernetes-operator/values.yaml
+++ b/helm/flink-kubernetes-operator/values.yaml
@@ -23,7 +23,7 @@
 # watchNamespaces: ["flink"]
 
 image:
-  repository: flink-kubernetes-operator
+  repository: ghcr.io/apache/flink-kubernetes-operator
   pullPolicy: IfNotPresent
   tag: latest
   # If image digest is set then it takes precedence and the image tag will be 
ignored

Reply via email to