Skip to content

Commit 44b1ff6

Browse files
nickcaballerogyfora
authored andcommitted
[FLINK-37657] Fix default image repository in Helm chart
1 parent 29c0403 commit 44b1ff6

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)