Skip to content

Commit b7a4d45

Browse files
committed
[FLINK-37657] Fix default image repository in Helm chart
1 parent 0e65a5a commit b7a4d45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm/flink-kubernetes-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# watchNamespaces: ["flink"]
2424

2525
image:
26-
repository: flink-kubernetes-operator
26+
repository: ghcr.io/apache/flink-kubernetes-operator
2727
pullPolicy: IfNotPresent
2828
tag: latest
2929
# If image digest is set then it takes precedence and the image tag will be ignored

0 commit comments

Comments
 (0)