Skip to content

Commit

Permalink
Merge pull request #12 from streamnsight/main
Browse files Browse the repository at this point in the history
update to Flink Operator 1.6.1
  • Loading branch information
streamnsight authored Oct 30, 2023
2 parents 883510d + 7a09926 commit 0d95c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion add_on_helm_flink.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
resource "helm_release" "flink_operator" {
count = var.enable_flink ? 1 : 0
name = "flink-operator"
repository = "https://downloads.apache.org/flink/flink-kubernetes-operator-1.6.0/"
repository = "https://downloads.apache.org/flink/flink-kubernetes-operator-1.6.1/"
chart = "flink-kubernetes-operator"
namespace = "flink"
create_namespace = true
Expand Down

0 comments on commit 0d95c27

Please sign in to comment.