Skip to content

Commit 615357e

Browse files
committed
upgrade flink operator to 1.6
1 parent e55e7d4 commit 615357e

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.4.0/"
7+
repository = "https://downloads.apache.org/flink/flink-kubernetes-operator-1.6.0/"
88
chart = "flink-kubernetes-operator"
99
namespace = "flink"
1010
create_namespace = true

0 commit comments

Comments
 (0)