Skip to content

Commit 7a09926

Browse files
committed
update to Flink Operator 1.6.1
1 parent 6412f69 commit 7a09926

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

0 commit comments

Comments
 (0)