We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6412f69 commit 7a09926Copy full SHA for 7a09926
add_on_helm_flink.tf
@@ -4,7 +4,7 @@
4
resource "helm_release" "flink_operator" {
5
count = var.enable_flink ? 1 : 0
6
name = "flink-operator"
7
- repository = "https://downloads.apache.org/flink/flink-kubernetes-operator-1.6.0/"
+ repository = "https://downloads.apache.org/flink/flink-kubernetes-operator-1.6.1/"
8
chart = "flink-kubernetes-operator"
9
namespace = "flink"
10
create_namespace = true
0 commit comments