Skip to content

Commit 58f1cb5

Browse files
committed
update to Flink Operator 1.4.0
1 parent ad8675a commit 58f1cb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

add_on_helm_flink.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
resource "helm_release" "flink_operator" {
55
count = var.enable_flink ? 1 : 0
66
name = "flink-operator"
7-
repository = "https://downloads.apache.org/flink/flink-kubernetes-operator-1.3.1/"
7+
repository = "https://downloads.apache.org/flink/flink-kubernetes-operator-1.4.0/"
88
chart = "flink-kubernetes-operator"
99
namespace = "flink"
1010
create_namespace = true

0 commit comments

Comments
 (0)