[FLINK-37657] Fix default image repository in Helm chart
diff --git a/helm/flink-kubernetes-operator/values.yaml b/helm/flink-kubernetes-operator/values.yaml
index c23d742..e81c2a3 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